Viewing 15 posts - 181 through 195 (of 4,745 total)
get hold of 'Troubleshooting SQL Server - A Guide for the Accidental DBA '
by Jonathan Kehayias for how to track these values.
It will be thorough a mixture of...
---------------------------------------------------------------------
May 21, 2014 at 11:04 am
I would have thought senior management would be interested in throughput figures - so disk latency, disk sec\read, disk sec\write, response times for queries (end to end), what percentage are...
---------------------------------------------------------------------
May 21, 2014 at 10:58 am
which gives me an idea, grow the files a bit see if the modify dates change.
---------------------------------------------------------------------
May 19, 2014 at 8:49 am
berniesprouster (5/19/2014)
---------------------------------------------------------------------
May 19, 2014 at 8:47 am
so you have run alter database but wish to check the database has actually been bounced? First of all don't get into that situation 🙂
If the database was not down...
---------------------------------------------------------------------
May 19, 2014 at 8:11 am
I find that if I have a profiler trace representative of normal activity the queries are fairly obvious if you search on the table name, the more so the higher...
---------------------------------------------------------------------
May 19, 2014 at 6:50 am
thanks djj, but all the values I require (including hostname) are in sysprocesses so thats all I need for now on pre 2012 systems.
---------------------------------------------------------------------
May 19, 2014 at 6:37 am
you could check sysfiles within each individual database, or use virtualfilestats DMVs to see where the activity is going to (values will change between runs)
---------------------------------------------------------------------
May 19, 2014 at 6:35 am
cheers, I have a plan of action now and we know where we stand with current DMVs and those from 2012 onwards.
george
---------------------------------------------------------------------
May 16, 2014 at 9:13 am
looking at sp_whoisactive I could of course just use it as it is to achieve what I want, but it would be overkill!
I am pretty sure Adam is joining back...
---------------------------------------------------------------------
May 16, 2014 at 8:59 am
thanks for the reply Grant.
Adams code is still referring to sysprocesses in the SQL2005 and 2008 compatible version so there still seems to be a need for it (although to...
---------------------------------------------------------------------
May 16, 2014 at 6:43 am
thanks, and thanks once again for the article.
Its nice that this feature is included in the standard edition as well.
---------------------------------------------------------------------
May 15, 2014 at 10:28 am
Perry,
yes thats the scenario.
Above the line 'When restoring the certificate backup, if you wish to encrypt by password, uncomment the line above.' - there were no comments in the code...
---------------------------------------------------------------------
May 15, 2014 at 5:17 am
Perry, thanks for the article.
If you have a test server on which you may restore backups from multiple prod servers how is that handled? Do you need to copy down...
---------------------------------------------------------------------
May 15, 2014 at 3:52 am
I feel your pain. Show them the errors and how it is tying in with slow application response and blocking. They absolutely have to check out their hardware and firmware.
---------------------------------------------------------------------
May 14, 2014 at 6:19 am
Viewing 15 posts - 181 through 195 (of 4,745 total)