SQL Server 2012 experiences performance issues in NUMA environments
Hi,I was going through Cumulative Update 3 SP1, where I found 11363132819662 SQL Server 2012 experiences performance issues in NUMA environmentsHow can/ Can I apply this hotfix only from CU3? I don't...
View ArticleThere is insufficient system memory in resource pool 'internal' to run this...
I'm running SQL Server 2008 on Windows Server 2003 Standard with 4GB of Memory. I'm getting the following error after the system has been running for about 30 hours. There is insufficient system...
View ArticleKPID SPID state ?
If KPID=0 and Open_tran>0 for a SPID what does it signify; How is it possible. Does it mean KPID is assigned for Running spid.
View ArticleWhat does _total for instance mean in SQL server log space used alert
Hi,I would like to know the meaning of specifying _total for instance when creating log space used alert in SQL server 2008R2 server.Thanks,Preetha
View ArticleNot able to access database from a remote machine using SQL Server Management...
Hi,I have a DB_BOX with SQL Server 2008 R2 installed. I can access the databases on the local machine using SQL Server Management Studio but it is not accessible from other machines, though the...
View ArticleView what queries have been run in SQL 2005
I've been asked to have a look at building an MI mart from a transactional DB. The source Db is in SQL 2005. The transaction logs are showing that there are approx. 35-40 timeouts per day while the...
View ArticleUpdate staticts job taking longer time in a production server
For DB optimization I run re-organize, Rebuild, Update statics, Shrink database, History clean up jobs, In this update statics takes 5+ hours to complete with database size 280 GB, Can some one explain...
View Articlequery performance to be increased..please help..
hi,SELECT TSK.TaskID AS [SprintID] ,TSK.Title AS [Sprint] ,TSK.[StartDate] ,TSK.[EndDate] ,SRA.[ResourceID] ,R.[ResourceName] ,D.[UID] AS [DivisionID] ,D.[Division] ,T.[UID] AS [TechnologyID]...
View ArticleAUTO_UPDATE_STATISTICS_ASYNC
HiHow to check the status of AUTO_UPDATE_STATISTICS_ASYNC, whether it is set to on or off?Regards
View ArticleService Pack 1
Hi,We are on Windows 2008 R2 SP1 and Database is SQL Server 2012 SP1 (built 11.0.3321.0 which I believe is CU1)11.0.3321.0SP1Enterprise Edition: Core-based Licensing (64-bit)Now can I apply CU7 which...
View Articleenabling Change data capture on database
While Enabling CDC on database I am getting below error, Can any body help me please... Msg 22830, Level 16, State 1, Procedure sp_cdc_enable_db_internal, Line 193Could not update the metadata that...
View ArticleSQL Server Engine on physical partion and database on another physical...
I have 2 questions:1- I need to know which is consider to be good practice, to install the SQL Server engine in the operating system physical partion (Like C:) or to install it on another partion like...
View ArticleHow to get logins from a master database backup without rebuilding ?
I migrated more than 200 databases from one SQL server to a new SQL server. I also transferred logins,jobs,linked servers etc.I used the official method ( using sp_help_revlogin ) for transferring...
View ArticleNeed clear steps for doing performance tuning on SQL Server 2008 R2 (DB...
We have to inverstigate about a reporting solution where things are getting slow (may be material, database design, network matters).I have red a lot in MSDN and some books about performance tuning on...
View ArticleError: is not a primary database file.
HelloIf I try to set a database online with:ALTER DATABASE mydb SET onlinethis error occurs:Msg 5171, Level 16, State 1, Line 1 E:\Data\mydb_log.ldf is not a primary database file. Msg 5171, Level 16,...
View ArticleHow to find multiple instances of SQL Server?
Hello,My machine is having SQL Server 2000 and Now I have installed SQL Server 2005. But when I open MANAGEMENT STUDIO, it still point to 2000 instance instead of 2005.How can search SQL Server 2005...
View ArticleAUTO_UPDATE_STATISTICS_ASYNC ON or OFF for OLTP database?
What is the final verdict? I believe Glenn is for enabled (ON) even when statistics updated nightly as a job.NOTE: Auto Update Statistics must be enabled (ON) for the asynch option to work.Related...
View ArticleEvent ID 4625 is logged on Windows Security logs for every 30 minute but...
I'm using SQL Server 2008 R2. Event ID 4625 is logged on Windows Security logs for every 30 minute but nothing is logged on SQL Server logs.This is from the General tab of Windows Security logs:An...
View ArticleSQL Server Management Studio 2005 "is Busy" message when trying to save a...
Hi,I like to add new tables and their relationships with each other using the Database Diagram. I create a new database diagram, and then add new tables to the diagram – also drawing up their...
View ArticleSSL encryption - TrustServerCertificate
Hii have configured the SSL configuration and observed while connecting from client if i specify trustservercerticate=yes or no then both the options are i am able to connect the SQL Server. i mean if...
View Article