Viewing 15 posts - 451 through 465 (of 1,098 total)
Right but you will still have to syncronize all the subscribers, so I don't see much difference in effort.
August 25, 2003 at 10:13 am
When applying the snapshot you can specify what to re create at the subscribers...tables, pkeys, indexes, fk.
You can manully add the relationships when creating the subscriber db, or you can...
August 21, 2003 at 6:29 am
You should check that you have the subscriber checked in the publisher as a subscriber.
In the distributor properties, add the subscriber in the subscribers tab. If you can't find it,...
August 21, 2003 at 6:20 am
Yes, but only if you drop the publication and after altering your table, re create the publication again.
August 20, 2003 at 1:33 pm
There is no problem in setting the distributor in the same server that the subscriber and the publisher, so you should't have any problem. I would run the wizard to...
August 20, 2003 at 1:26 pm
You can run the sp_trace* SPs within a job.
You don't need to specify the server or any table, so you only have to specify what to trace and you can...
August 20, 2003 at 1:22 pm
You could check one of this site sponsors, at http://www.sqllitespeed.com
August 19, 2003 at 3:00 pm
Can you tell us what type of conflict resolver are you using and how you configured your replication?
August 19, 2003 at 2:58 pm
Can you tell us what type of conflict resolver are you using and how you configured your replication?
August 19, 2003 at 2:58 pm
Remember that temp tables are only local to the current connection. You DTS could be opening more than one connection, or just can't access the temp table.
Try creating global tables...
August 19, 2003 at 12:59 pm
You can't. But you can drop the subscription of any subscriber to only that table.
But the table will still be part of the publication, so top drop it you need...
August 19, 2003 at 12:52 pm
Is the name of the server the same as the SQL instance you found?
August 19, 2003 at 12:47 pm
agree..but the next time you start the log reader agent, it will read all the transactions and commands made when it was stopped.
August 12, 2003 at 10:16 am
No, you can't fire the trigger with replication during initial snapshot. But since it is a one time process, once the snapshot is applied, you can manually re-insert all the...
August 12, 2003 at 10:14 am
Viewing 15 posts - 451 through 465 (of 1,098 total)