Viewing 15 posts - 406 through 420 (of 1,129 total)
mahesh.dasoni (10/1/2012)
Is it possible to enable AWE on the SQL Server as we are...
October 1, 2012 at 11:24 am
One thing i have heard from one of the well know MVP's is that if you re-org your indices and then take a backup it might save some time and...
September 18, 2012 at 12:11 pm
My two cents. If you are looking for something to run in parallel across all databases, you could either use Red Gate multiscript tool ( worth every penny for this...
September 18, 2012 at 11:17 am
Joy Smith San (8/16/2012)
Is create data for Master DB is older than the Server date ?
Yes Masterdb create date is Older than server date..why????
August 16, 2012 at 8:52 am
Lowell (8/6/2012)
I updated the script to correct the issue.
exec sp_trace_setfilter @traceidout,12,0,4, 50 ...
August 6, 2012 at 12:40 pm
Lowell (8/3/2012)
August 6, 2012 at 12:01 pm
Sean Lange (8/3/2012)
August 3, 2012 at 1:39 pm
Sean Lange (8/3/2012)
sqldba_newbie (8/3/2012)
Sean Lange (8/3/2012)
August 3, 2012 at 1:35 pm
Sean Lange (8/3/2012)
sqldba_newbie (8/3/2012)
Sean Lange (8/3/2012)
sqldba_newbie (8/3/2012)
August 3, 2012 at 1:33 pm
durai nagarajan (8/3/2012)
DMV and data are different.Data will be definitely the same , hope the dmv data will differ based on server and db.
I didn't quite understand your response. I...
August 3, 2012 at 1:31 pm
Sean Lange (8/3/2012)
August 3, 2012 at 1:28 pm
Sean Lange (8/3/2012)
sqldba_newbie (8/3/2012)
Just wanted to know what do other DBA's use to manage passwords of SVC account. I should be able to install this tool on a windows server.
I...
August 3, 2012 at 1:25 pm
Lowell (8/3/2012)
August 3, 2012 at 10:18 am
anthony.green (8/3/2012)
Or build a custom script which checks sys.dm_exec_sessions for a spid and username and run it every so oftern, when it...
August 3, 2012 at 9:15 am
Lowell (8/2/2012)
Reverse the order of the tables isnmy recommendation.Select from sys.tables where not exists in then dmv isnthe way ive done it.
Does the dmv depend on metadata local to server...
August 2, 2012 at 6:28 pm
Viewing 15 posts - 406 through 420 (of 1,129 total)