Viewing 15 posts - 346 through 360 (of 5,103 total)
Stef (3/5/2009)
March 5, 2009 at 1:36 pm
You could start by using relog.exe
http://blogs.msdn.com/granth/archive/2008/09/23/relogging-perfmon-binary-log-files-to-sql.aspx
March 5, 2009 at 1:22 pm
Kendal Van Dyke (3/5/2009)
How it works is NOT very...
March 5, 2009 at 1:09 pm
There is a case in which you get the behavior you described.
1. If there are *no* EXPLICIT calls to BEGIN TRAN
2. AND you are using autocommit mode
3. AND...
March 5, 2009 at 12:56 pm
Note that if it all happened in one transaction you will see one commit!
There are thresholds SEPARATED for "commands" and "transactions"
From BOL:
-CommitBatchSize commit_batch_size
Is the number of transactions to be...
March 5, 2009 at 12:47 pm
Roy Ernest (3/5/2009)
Just wanted to update. The server was rebooted. The Log reader was stopped since the publisher was not there. I started it back on and everything is...
March 5, 2009 at 10:33 am
Glad you got it working!
March 5, 2009 at 10:33 am
Use sp_removedbreplication in cases where the distributor is not available or you just need to wipe all setting out.
March 5, 2009 at 10:32 am
SQL Dude (3/4/2009)
Say a 3 different client application do the following...
March 5, 2009 at 10:30 am
Well there are tricks that to can follow to try an use a separate UMS but is not worth the effort in the majority of the cases...
March 4, 2009 at 2:24 pm
Can you post sample data and DDL of your tables 😉
March 4, 2009 at 1:37 pm
- Pages Scanned................................: 5
TOO Little 😉
March 4, 2009 at 1:34 pm
It is actually expected to have different behaviors when changing compatibility levels!
It is all well documented HERE
March 4, 2009 at 1:29 pm
Viewing 15 posts - 346 through 360 (of 5,103 total)