sys.dm_os_wait_stats
Sometimes i had problem with slow working of sql server.After reading some article i find about running sys.dm_os_wait_stats. In my sql server i ran query select * fromsys.dm_os_wait_stats order by...
View ArticleWhere can I find column description for internal views such as...
It seems that MSDN only said system_internals_partition_columns, system_internals_partitions, etc. are internal views. But do not provide any more information about its column information. Where can I...
View ArticleHow to get the command text in a trigger that cause the update?
Hi AllI create a update trigger for a table, if the specific column is updated, my trigger will save the old value, new value and the sql statement to another table, now old value and new value is in...
View ArticleSQL Server 2008 R2 Express with Advanced Services is free??
Hi All,SQL Server 2008 R2 Express with Advanced Services is free for lifetime??and can i use as a witness server in mirroring??
View ArticleOracle to SQL Server Migration estimation
Hi,I am working on an Oracle to SQL Server migration project and need help with the estimation of stored procedures. What criteria needs to be used for estimation? Currently I need to provide...
View ArticleRe:Blockinges..
HI Friends, i am facing BLOCKING issues in no.of timeshow to resolve the BLOCKING's with out " Killing " please tem solution step by step.. Regards,Purna...Thanks, Purna
View ArticleBaselining using sys.dm_os_performance_counters output
Hi All. Hope this makes sense...When you query sys.dm_os_performance_counters, you get perf counter data normalized something like:COUNTER_1, VALUECOUNTER_2, VALUEIf you get the same counter data out...
View ArticleSQL server 2005 DeadLock
Hi,What this deadlock graph indicates and how to resolve this issue?
View ArticlePerformance Investigation and Potential Fix/Solution
OS: Windows 2008 R2SQL Server: 2008 R2 SP2OS Memory: 16 GBSQL Server Max Memory: 12 GBDatabase is in SIMPLE recovery mode.1. I saw some blocking on executing sp_who2 and ran Paul Randal's Where it...
View ArticleSQL Server Agent Jobs not running 'SQL Server Agent is not currently running...
Hello All,We have sql 2008 R2 SP1 A/P cluster running on VM.SQL Server Agent jobs are not running. If I manually try to run the job it gives below error'SQL Server Agent is not currently running so it...
View ArticleSQL 2005 Jobs randomly fail with authentication error?
I dump the tran logs every hour and am getting random failures of the job to authenticate? Owner is sa, so how can it fail? No system or application event errors related to this. We have already...
View ArticleSQL Server 2012 Diagnostic Information Queries by Glenn Berry (updated...
http://dl.dropbox.com/u/13748067/SQL%20Server%202012%20%20Diagnostic%20Information%20Queries%20%28January%202013%29.sqlThank you Glenn Berry!Frank Garcia
View Articlehow to avoid the loss of users during backup and restore activity
Hi,I have a database with 100+users . If i restore the DB from some other environment, the entire Db is restored including the users. So my old 100+ users where not able to connect to the databases. Is...
View ArticleAh - Its a Data Orgy !!!
SQL Server 2008 Fully Patched Enterprise Edition Database in Full Recovery Model Logs backed up every 15 minutes All indexes fully optimized =================================Thanks for looking at my...
View ArticlePerformance issue
Hi AllIf 250 blockings occured on the database,genarally performance is down. i know how to resove if less blockings occured on the database so can any one explain this type of scenario and how we can...
View Articlehow to find max no of connections worked/connected on sql server instance.
Hi Experts,I am looking for,how to get the max no of sessions/connections on sql server instance ever in last 5 days. Oracle has one report called AWR to get such information, Does Sql Server equipped...
View ArticleGetting many FlushCache messages in SQL Error log
Hello,Since few days ago I am getting several messages like the one below. Any idea what should I do? FlushCache: cleaned up 6611 bufs with 6381 writes in 90940 ms (avoided 462 new dirty bufs) for db...
View ArticleHow to import extended event data into a table without UI
I have an event session which created files I would like to import into a table, I want to have the columns I watched showing columns on the table I am importing into one of which is post execution...
View ArticleO/S Memory Consumption Issue
Hello,I am using SQL Server 2008 R2 SE installed on WIndows Server 2008 R2 SE. I recently installed a third party tool to monitor the SQLServer and I am seeing O/S Memory Utilization in a critical...
View Articlescript level upgrade for database 'master' failed because upgrade step...
Greetings. I recieved this error when attempting to restart SQL Server 2008R2 after installing SP2. The install claimed it was successful upon completion, but then wouldn't restart.There are many posts...
View Article