buffer poll
Hi all,what is buffer pool and what is non-buffer pool in ms sql server memory ..?
View ArticleDbcc_checkdb
Hi,I am doing checkdb on my database i had this as out putCHECKDB found 0 allocation errors and 0 consistency errors in database 'XXXX'. DBCC execution completed. If DBCC printed error messages,...
View ArticlePackage Migration Wizard
Hi all..I am trying to migrate some 2000 DTS package to 2008 R2.When i try to connect to SQL 2000 in the wizard, there is an error:"The Package Migration Wizard requires the SQL 2000 Data...
View ArticleStatistics on Magic table(Triggers)
Are Auto statisitics also created on trigger's inserted and deleted tables?Manish
View ArticleRun a powershell in sql server
Hi guys,I am tring to run a powershell in sql server like below:exec xp_cmdshell 'powershell "Get-ChildItem D:\DBBAK -Recurse -Include "*.bak" | foreach-object {$_.Fullname}"' i got the result:...
View ArticleSQL server service pack and
I have a question about applying service pack and hot fix. but have a question,here is the link http://support.microsoft.com/kb/2526552?wa=wsignin1.0Currently our SQL 2008 is at SP1, to fix this issue,...
View ArticleCould not obtain information about Windows NT group/user
I have recently started getting this error an a scheduled SQL agent job:Could not obtain information about Windows NT group/user 'domain\user.name', error code0x6e.e Some web research led me to...
View Articlefail over cluster
We have an Active-Passive SQL Server 2008 Failover Cluster installed. Front end is sharepoint. They have two instances on each cluster, one instance is named prod_mssqlserver, the other is for...
View ArticleReclaim the unused disk space
Hi, Database_name = OperationsManagerAC, database_size= 177251.44 MB, unallocated space = 76186.63 MBFrom the above its been understand that there is unused space and how do I re-calim the space now,...
View ArticleEvent 9001 - log is not available during backups
I've got a 2008 server that has a recurring issue with backups related the the SQL Server VSS writer.The errors seem to start with Event 9001The log for database 'xm8_27' is not available. Check the...
View ArticleHow to raise database deadlock to windows EVENT log?
Dear Experts,It seems SCOM cannot read MSSQL error log (after enable 1222 traceflag for deadlock) to capture the deadlocks when there is deadlock, can any one advice the whether it is feasible to...
View Articlejob running so longtime..
hi ,i have one ABC job this job executing so longtime,this same job previews executing just 3 hrs, but in this time 50 hrs above still its running..sql server all parameters are fine like cpu ,...
View ArticleNumber of Deadlocks/sec reached to 1200
Hi All, We have a SQL Server 2005 (SP4) instance, recently we have received alert saying Number of Deadlocks/sec: 1200, this is a critical alert. I have verifyed this using SELECT cntr_value AS...
View ArticleProcedure execution tracking
I'm looking to setup an audit trail for the execution of stored procedures. I know about the sys.dm_exec_procedure_stats view, but it only goes back to when the reset was which isn't really what I...
View ArticleIntegrity check and Tape backups stopped showing in SQL Server Log
As part of my dba checks I go into SQL Server log vis SSMS and check that the CHECKDB DBCC overnight job has run and that the tape backups have hit the server by filtering on the word VIRTUALI also...
View ArticleDeadlock: mssqlsystemresource and drop table
Hi allI found a deadlock, a drop table statement and a procedure in mssqlsystemresource.sys.sp_columns.How they are related in a deadlock? Seems no user is using the resource database
View ArticleDisk Performance issue (Transaction/Sec degrade suddenly)
Hi I am facing a critical issue with one of my server.I observed that in one of my server Transaction/Sec (_Total) would be 40K/sec but sometime its suddenly degrade from 40K to 2K. The value will...
View ArticleMaintenance Plan with performance poor after
Hello, Guys! I've one instance with 19 databases and its use is 473 GB. Every day we execute the follow points: - Reorganize or Rebuild Indexes; - Update Statistics (sp_updatestats); - Recompile...
View Article