Re : Temp database issues
Hi ,my temp database is repeated full what i can do........?/ Thanks, Purna
View Articleout of memory
hi everyonewhen i use sql server 2008r2 in web application some times error out of memory occures
View ArticleSQL Server 2008 SP3 - Mirror Accessibility
Thanks for looking at my posting!SQL Server 2008 SP3 in Mirroring.All is working fine and was wondering how I can better utilize access to the mirror for reporting and other tasks - obviously in...
View ArticleLIKE operator returns all records with wild card (%) in MS SQL Server
Hi,I have 2 SQL query like below.1. select * from mytest where 'abc' LIKE mycol.2. select * from mytest where mycol LIKE 'abc'."mytest" is a table with "mycol" a column in it. The table has records...
View ArticleIs this a Bug? System Assertion Failure On Manual Update Stats SQL 2008 R2 SP2
System:SQL 2008 R2 SP2 Enterprise x64 (10.50.4000.0)Windows 2008 R2 Enterprise X64 SP1 (6.1.7601) Error Message:Updating [dbo].[Bob]Location: statutil.cpp:3225Expression: m_fInitialized...
View Articlewith OPTION ( FORCE ORDER ), SQL takes 1 second and without it takes 2 hours...
Could some body in microsoft database team explain this behavior? Problem is predominant when cardinality of a column is very high and a where clause is specified on that column. Both use the same...
View ArticleDBCC fails on columnstore index
Hi,we have a tabel with a columnstore index where DBCC fails with the following error:Msg 5283, Level 16, State 1, Line 1CREATE TABLE [dbo].[factLossToLayer]( [ByesId] [bigint] NOT NULL,...
View ArticleLinked Server to Remote Access file is slow
We are using a linked server to an Access file (mdb) on a remote file share. We started investigating slow responses from SQL Server through WireShark and SQL Profiler. We noticed that in WireShark we...
View ArticleBULK INSERT in SQL Server 2012 on Windows 2012 Keepings File Locked for...
Hi,We have a .NET Framework 2.0 app that uses ADO.NET to issue a BULK INSERT command from a text file into SQL Server 2012 database table. After the insert finishes, the app deletes the file that was...
View ArticleRe: find the which type of Replication is running..
Hi, i am configuration the replications like sanp,tran,merge replication's ,here all type of replication are running find.i need present what type of replication is running.......????how to find the...
View ArticleReclaim space from data file without taking backup
HiI just Rebuilded one of the index, it took 100 GB space (the table is very big almost 100 GB), the DB is in Full Recovery model,Before running the Rebuild index there was 125 GB of space, now the...
View ArticleSQL Server 2012 FileTable UNC share with FileSystemWatcher listening for changes
Is this possible? I have a FileSystemWatcher defined in my app and it works fine on local paths, even when I share out the same path through a UNC. But when I change it to the UNC share for my...
View ArticleOperating System Error 170(Requested Resource is in use)
I have a issue in my test environment which is continuously occuring from the installation of SQL server. Whenever i log on to SQL server instance receiving pop-up "Log for tempDB is not available,...
View ArticleCreate replication error
Hello, expert, I detached a db from sql 2005 and attached it to sql 2008 server. Then i want to create a replication for this db on sql 2008. When i create a publication with the Wizard, i got this...
View ArticleProfiler trace is stopped unexpectly everyday
Hi allI'm having problem with Profiler for couple of weeks. I setup trace to get info from remote db. it was working fine until last month.the problem is that trace is stopped at 7:59 exactly everyday...
View ArticleHow to copy SQL Server database file while instance is running?
Hi,I would like to copy database data and log files without taking instance down or database in offline mode. Is there a way to do this without using any third party tools i.e. copy locked...
View ArticleDatabase Full could not expand drive full..
Hello,A SQL Database is full.The Disk Drive is full, no possibility to expand the drive..The database was trying a recovery process but failed due also to the drive full.I launched again the repair and...
View Articlespecifying same value for both min and max server memory in SQL server
Hi,Running with SQL2008R2Ent 64 bit SP2 on Win 2008R2 enterprise , we have had the max and min server memory of the SQL properties changed to utilize 50GB of RAM, this came from an application...
View ArticleTracking down large CACHESTORE_OJBCP usage that causes SQL to page out to disk
Hi all,I have a system which is experiencing paging out of SQL memory to disk and subsequent slowdown while this happens.The system runs SQL 2005 on an active/passive cluster (2 node) with 48GB RAM on...
View Article