Viewing 15 posts - 2,851 through 2,865 (of 2,897 total)
I'm not sure what you'd gain by scripting the databases. If you do full backups of the databases regularly, when you do a restore, the act of restoring will create...
July 19, 2005 at 10:06 am
What data on the Publisher do you want to get updated from the Subscriber ??
I think that if you want the subscriber to update the publisher, (updating in both directions)...
July 19, 2005 at 10:00 am
You'd should just be able to "un-click" a table to remove it from replication, but you can't.
What I do is:
1) Right click on the publication that you want to remove...
July 19, 2005 at 9:57 am
I'm confused .... You want something to go from the subscriber to the publisher ??
July 18, 2005 at 1:00 pm
You're sure duplicates are not allowed at the publisher ?
July 18, 2005 at 12:57 pm
No, you need to set up you snapshot articles in a snapshot publication, and your transaction articles in a transaction publication.
BTW, When you create transaction publication, and get to the screen where...
July 18, 2005 at 12:56 pm
I'm pretty sure it's not possible, using Transactional replication. How can it perform an update if it can't use a key to find the record to be updated ?? How...
July 18, 2005 at 12:43 pm
Phil's reply looks good. I'd advise setting up some sample data in test tables before trying it on the live tables.
July 18, 2005 at 12:10 pm
Here's what I run to build replication info into a table, and verify the counts between publisher & subscriber.
I use the "replication_stats" table for reference whenever I want to see...
July 18, 2005 at 12:04 pm
We use replication to copy data to another database, and then users can query that other database instead of production. They only have read access, so they can select whatever...
July 18, 2005 at 11:02 am
I couldn't find anything abnormal.
I detached NEWDB1 & 2, and got login errors when I tried to reconnect with my own loging & another one. I logged on as "SA"...
July 18, 2005 at 10:03 am
When NEWDB1 & 2 were added via the software install, I created a new global group for it and put 1 new windows login in that group, and gave that...
July 15, 2005 at 2:16 pm
These are all windows accounts with SQL permissions via Active directory and Global groups.
July 15, 2005 at 1:55 pm
No, the guest account is not enabled for NEWDB1 & NEWDB2
Yes, a Windows Group does have access to NEWDB1 & 2, and separate Windows groups have access to our other...
July 15, 2005 at 1:22 pm
I created a few utilities for my own use to list what tables are being replicated, including filter data, and also to verify that the record counts on the publisher...
July 15, 2005 at 11:58 am
Viewing 15 posts - 2,851 through 2,865 (of 2,897 total)