Viewing 15 posts - 271 through 285 (of 322 total)
Yeah slap head moment on my part as of course if the replication does have an issue, the agent will just keep retrying until it sends those transactions! Duh!
I'm sure...
September 25, 2008 at 7:56 am
The database mainly. The log is bigger than I'd expect to (5 gig) but the database is steadily rising and is now at 15 gig. I will see how this...
September 24, 2008 at 5:15 am
Yeah you'll need to get all those connections to close. That includes the window you are running the sp_who2 in.
September 24, 2008 at 4:40 am
Just an Update FYI -
The distributer on Server A was set to keep transactions no more than 35000 (or therebouts) hours! Not sure why as ALL 3 servers were set...
September 24, 2008 at 4:27 am
Question - In SQL2K you would set the replicationdboption "Sync with backup" to True in order to get the commands to wait in the log until a backup of them...
September 23, 2008 at 9:55 am
Is it just me or was some of the advice in this topic very very risky?
September 19, 2008 at 8:04 am
COMMIT had been commented out! :crazy:
Thanks
June 12, 2008 at 8:52 am
Nightly wouldn't be out of the question. I didn't mean I sit and watch each one by the way.
Initially we are catching up on 2 years of archiving. That's one...
June 12, 2008 at 3:51 am
It's a once a week thing. I guess if I stick a commit on it then there should be no harm done actioning each task in one hit.
June 12, 2008 at 3:27 am
Well I can tell you that the PNo is passed to an SP, and that this SP then analyses that PNo, and depending on the type etc it will copy...
June 12, 2008 at 2:28 am
It's SQL 2K but 65 mode so no Table Variables for now 🙁
June 11, 2008 at 8:54 am
I can't get the alternatives to run faster than the Cursor so thats annoying, but I'll keep plugging on. Just tried a ROWCOUNT method but that took double the time.
June 11, 2008 at 8:53 am
I'm such a fool. I've used a Counter variable before. Nice one.
How does that ROWNUM get populated? EDIT: Identity of course! Ignore me.
Great help guys,. Thanks.
June 11, 2008 at 7:48 am
The same idea using cursors took 4 minutes compared to 16 for the code above, so clearly I'm not doing it properly!
June 11, 2008 at 7:05 am
Viewing 15 posts - 271 through 285 (of 322 total)