Cannot add new transaction log file, or grow existing one, because...
My database (SQL2012SP1 EE) is in simple recovery model. My free space on the disk is at least 10 times the size of my database. It seems I cannot make any changes to the database because the...
View ArticleBlock / Locking
I'm currently experiencing issue with a .Net application with a SQL Server back-end.The application generates inventory via a database transaction with requirements of up to 4 a second in peak periods....
View Articlesql query failed
Unhandled exception has occurred in a component in your application. If you click continue, the application will ignore this error and attempt to continue.Object reference not set to an instance of an...
View ArticleSQL Server Virtualization
The standard edition of SQL Server 2008 R2 is limited to 4 cpus in a vmware environment. If the physical host is hyperthreaded, however, it appears that the standard edition can use 8 vcpus. Can...
View ArticleUniversal Batch File
I have a sql job which has a step to execute a batch file. We have 3 different environment ( DEV,PROD and QA). Evereytime we have to edit our batch file to run in 3 different environment since system...
View ArticleBlocking issue..
Hi team,i facing blockings issues,i see the no.of blockings but automatically sql engine relished the blockings,here problem is when i getting the blockings that time Application is very...
View Articlehow to indentify lead blocker in sql server 2005
Hi All,Is there any script to find the lead blocker in sql server 2005.Maheshwar Reddy
View ArticleSQL Server 2012 - Data Collector - Server Activity & Query Statistics Reports...
Hello Community,I am using SQL Server 2012 and I have configured the SQL Server Data Collector. When I view the Disk Usage Report there is current data, however when I view the Server Activity &...
View ArticleError resource limit was reached
Hi All,My sql job fails today and it throws an error at step 28 the error was MessageExecuted as user: NT AUTHORITY\SYSTEM. The OLE DB provider "SQLNCLI" for linked server "hrpldb" reported an error....
View ArticleWaits for Page Allocation
Hi Everybody,I have a question. Let's assume that we have multiple threads trying to Insert data into the same partition of a table. The Insert statement will be similar to:INSERT INTO DESTINATIONTABLE...
View ArticleThere is insufficient system memory in resource pool 'default' to run this...
I get this error multiple times for different session Id. the memorystatus dump from sql error log is given below.Win Server 2008 R2 SP1 (x64)SQL Server 2008 R2 SP2 (x64)Max Memory: 24 GBTotal Memory:...
View ArticleSQL Server 2005 64-bit 100% CPU
We just did a conversion from SQL Server 2000 SP4 32 bit to SQL Server 2005 64 bit SP2 9.0.3042.0. We have 16G of memory on the new box as well. We had no CPU/memory issues on the 32 bit box. We...
View ArticleFail to start Analysis Services Engine
Why I am not able to start the Analysis Services Engine again as the error message from event viewer as: Event Type: ErrorEvent Source: MSSQLServerOLAPServiceEvent Category: (289)Event ID: 0Date:...
View ArticleQueries to Drive up CPU and Memory for Testing
Hello -Anyone know of some useful queries that can be used to intentionally drive up CPU and memory usage (1 query for each)? I need to test out some monitoring tools on a test box and need to drive...
View ArticleCould not allocate a new page for database 'XXXX' because of insufficient...
Dear All,I have a SQL Server 2008 (SP1) Database (Size600GB). It has more than 25 Data files and more than 5 LDF Files.My issue is most of the times whenever I tried to created new indexes or...
View ArticleCan be stored procedures without cache?
Hello Guys!Today one procedure in my company after job for recompile, was no cache stored when I find with this select:SELECT [cp].[refcounts] , [cp].[usecounts] , [cp].[objtype] , [st].[dbid] ,...
View ArticleSQL Server 2008 Memory Usage details
Server configuration : Windows 2008 64-bit & SQL Server 2008 64-bit environment with 14 Gigs of Memory.Max. Server Memory set to 11 Gigs.- The task manager is showing sqlservr.exe is consuming all...
View ArticleRandom Error: A network-related or instance-specific error occurred while...
Over the weekend around 2am in the morning we started receiving the following error from all of our web applications accessing a particular SQL Server: A network-related or instance-specific error...
View ArticleSQL Server 2012 Shutting Down Randomly
Hello,I have two servers with Windows Server 2008 R2 and SQL Server 2012 Standard that were just setup about a week ago. Both SQL Server instances will randomly stop the service and become disabled. I...
View Articlecan ODBC bcp_writefmt create a format file from the source table?
I am writing a routine using the SQL Server Driver extension to use BPC under ODBC.I get a table name, with arbitrary column names and types and lengths, and wish to create a BPC format file to im[port...
View Article