There 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 ArticleLog database always full
Hi,I run SQL Server 2005 Workgroup Edition on Win SBS 2003 R2, it's 32-bit system. And I'm using the SQL Server 2005 WE for our small company's app database, and here's the recent trouble I...
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 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 ArticleHow to assign AD group default schema
Hi,We have AD group. Users are member of this group. I want to assing default_schema to this AD group. Why I right click user in db, selected properties, default schema is not selectable. How to to...
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 ArticleInstance error
When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box
View Articleselect list because it is not contained in either an aggregate function or...
I wrote sp like below,Alter procedure First_Proc (@fromdate datetime, @todate datetime ) as begin select DATEPART(YY,ModifiedDate) as Year ,DATEPART(QQ,ModifiedDate) as Quarter...
View ArticleHow to Check the Sql Server license(MSDN copy or Production Version)
Currenly, our team is confirming the sqlserver live database 's license, is there a way to distinguish the license is an MSDN copy or Production License?thansk
View ArticleSQL 2008 R2 - more physical memory than database size
I have a 64bit 2008 R2 sql server with 32GB of memory and my database is curently 14GB in size.SQL is only using around 14-15GB of memory and not using more. How can I get SQL to use more memory or it...
View ArticleDrop Application role
I created an application role by mistake and want to drop the application role, but SSMS does not allow me to drop application role.Are there any configuration I need to check before I drop application...
View ArticleTempdb files recommendation for SQL 2008R2 with 2 instances
Dear,I have a cluster box with 16 cores. I do have 2 production instances running on the box.Can some guide me how many tempdb files I could add for each instanceAs per best practice total 16 should be...
View ArticleCollation related error
Hi all,I'm getting the following error running an SP in the database:Msg 468, Level 16, State 9, Procedure BuildRank, Line 96 Cannot resolve the collation conflict between "Latin1_General_CI_AS" and...
View ArticleVirtual (box) server and SQL Server "LocaHost"
My basics are a bit weak.....Can someone explain to me the following:1) What is a virtual server/environment....I have been assigned a virtual box to which I can connect to remotely using RDC.... So is...
View ArticleUnable to connect to SSMS (2012) in Win 2012 / Microsoft SQL Server, Error: -2
Team,While trying to connect to SSMS the following is the error message and not allowing to connect to SQL Server.TITLE: Connect to Server ------------------------------ Cannot connect to...
View Article