Viewing 10 posts - 91 through 100 (of 100 total)
abrukovsky.v (10/4/2011)
Thanks, I'm trying to monitor DB growth at database level not at a file level for all DBs. Does anyone have a script for that?
Maybe this template will...
October 4, 2011 at 8:59 am
george sibbald (10/3/2011)
use the info from table master.sys.master_files and fileproperty.see http://www.sqlservercentral.com/Forums/Topic1182966-149-1.aspx#bm1183474
Thanks, I'm trying to monitor DB growth at database level not at a file level for all DBs. Does...
October 3, 2011 at 4:42 pm
Lynn Pettis (10/2/2011)
Lexa (10/2/2011)
Lynn Pettis (10/2/2011)
October 2, 2011 at 7:06 pm
Lynn Pettis (10/2/2011)
DECLARE @table_name nVARCHAR(128)
DECLARE...
October 2, 2011 at 2:01 pm
GilaMonster (10/1/2011)
Lexa (10/1/2011)
codebyo (10/1/2011)
'sp_executesql' will do that for you.
codebyo, what exactly do you mean by it will do that for you? If a '; drop table --' command is...
October 1, 2011 at 1:23 pm
codebyo (10/1/2011)
'sp_executesql' will do that for you.
codebyo, what exactly do you mean by it will do that for you? If a '; drop table --' command is passed, it...
October 1, 2011 at 12:10 pm
Evil Kraig F (9/30/2011)
Now would be a good time to defrag your stuff too.
Defrag with the overallocated DB? What do you use for defraging and why now be a...
September 30, 2011 at 1:16 pm
GilaMonster, what generally causes lock escalation?
September 30, 2011 at 12:55 pm
Hi,
I've a follow up question regarding this discussion. Query below which is called 10K a day causes of long PAGEIOLATCH_SH waits.
UPDATE table1.list_item
SET first_name...
September 23, 2011 at 7:48 am
Viewing 10 posts - 91 through 100 (of 100 total)