Viewing 3 posts - 1 through 3 (of 3 total)
you can get the fact that it happened out of the default trace, see: http://sqlblog.com/blogs/tibor_karaszi/archive/2008/06/19/did-we-have-recent-autogrow.aspx
July 31, 2008 at 7:44 am
#851255
KeePass is a handy tool for generating (and storing) complicated passwords. It's free, multiplatform and opensource. I have it on my main PC and my windows mobile phone. It can...
July 24, 2008 at 10:54 pm
#848203
you can monitor transactionlog growth with dbcc sqlperf(logspace)
you can see if there is a long running transaction in the particular database with dbcc opentran ( your-database-name)
If dbcc opentran reports "No...
July 24, 2008 at 10:39 pm
#848193