Viewing 15 posts - 5,521 through 5,535 (of 6,216 total)
Thats not bad. But wouldnt success or failure in this case just indicate if the job started ok, rather than the job itself completed ok?
Andy
October 31, 2001 at 5:16 pm
Thanks for joining in Rick. We appreciate the comments!
Andy
October 31, 2001 at 4:34 pm
I just put up a review of a product called Data Compare, might be worth looking at for this problem. It does a field by field compare, with a few...
October 31, 2001 at 9:24 am
Pretty interesting. I dont use the master server functionality at work, only have two boxes, hardly worth while. But anyway...
If the target subscriber has (or could have) access to the...
October 31, 2001 at 5:15 am
Paul, I think I see your point - where I work the lines blur a little too, and it wouldnt be out of the question for me to need to...
October 31, 2001 at 4:20 am
Sounds like maybe the replication set up failed? You should have triggers on all the subscribed tables, I'd look for those first. If they are present, then you have to...
October 31, 2001 at 4:06 am
Take a look at the EMPTYFILE option for ShrinkFile. I think that is the right way to get the data out without resorting to things like changing your clustered key.
Andy
...
October 31, 2001 at 4:03 am
I'd say risk the performance problem and deal with it when it happens.
Andy
October 30, 2001 at 3:10 pm
I dont use them heavily, but I do use them, never had an issue so far.
Andy
October 30, 2001 at 2:35 pm
What kind of issues Steve?
Andy
October 30, 2001 at 1:04 pm
Yes. You just use the inserted table to qualify which rows you want to update.
Andy
October 30, 2001 at 10:45 am
Sure. Assuming you're using ADO, just do something like this:
cn.execute "whatever sp"
Then start polling.
Andy
October 30, 2001 at 10:44 am
Probably the easiest way is to detach the database, then copy it to the other machine and reattach. Take a look at sp_detach and sp_attach in books online. In SQL2K...
October 30, 2001 at 8:23 am
You're going to pay for doing the constant update - I don't have the experience with that to say for sure, but I doubt dedicating processors is a good idea....
October 30, 2001 at 6:03 am
Viewing 15 posts - 5,521 through 5,535 (of 6,216 total)