Viewing 11 posts - 1 through 11 (of 11 total)
Are these databases being restored from some bkp file? If its not, you can try to use the blocker script to monitor the commands running against your SQL Server with...
May 31, 2013 at 5:58 am
IgorMi (5/31/2013)
@sqlsurfing: Thank you for your links. I knew and read those articles/posts. I was looking to find something concretely for the VLFs' different size, and probably like...
May 31, 2013 at 5:54 am
Imagine that you want to know all inserts, delete's and updates that have been made into an specific table in certain period of time, or because a crash, or because...
March 11, 2013 at 7:29 am
March 11, 2013 at 7:19 am
Hi!
I wrote a simple script one time that can help you on this question:
/*
TRACKING DML COMMANDS (INSERT,UPDATE,DELETE)
BY ANDRÉ CÉSAR RODRIGUES 13/09/2012 V1
*/
--FIRST YOU NEED TO CREATE IN SOME DATABASE THE...
March 11, 2013 at 7:11 am
Hi!
I work with more than 300 instances of SQL SERVER (all versions) and in all of it, we use this trace flag without problems 🙂
Regards,
March 11, 2013 at 6:57 am
Have a look at this article:
http://msdn.microsoft.com/en-us/library/ms143241.aspx
One note from the article:
Because the SQL Server on-disk storage format is the same in the 64-bit and 32-bit environments, a replication topology...
March 10, 2013 at 1:32 pm
Did you see the last messages in sql server errorlog?
Did you have some kind of monitoring more specific for the sql server like the SQLDIAG? It could give you...
March 7, 2013 at 10:53 am
Try to read the following articles:
http://support.microsoft.com/kb/832674?wa=wsignin1.0
http://sql-blogs.com/2012/07/09/sql-server-how-can-you-say-its-memory-pressure/
March 7, 2013 at 10:25 am
Hi!
In your case, to the users databases i'll try to start with just one data file and try to start and maintain just one file for the transaction log,...
March 7, 2013 at 9:36 am
Viewing 11 posts - 1 through 11 (of 11 total)