Viewing 15 posts - 2,536 through 2,550 (of 2,897 total)
I haven't tried that. If you add the index at the publisher, you'll probably have to add it manually at the subscriber if you don't want to re-snapshot.
May 17, 2006 at 8:02 am
I did this with good results when I needed to change the length of a field in a replicated table. -- Specifically: Drop a table from a publication...
May 16, 2006 at 2:41 pm
Sounds as though someone deleted it from the subscriber table ... a "no-no".
You could re-initialize .... basically start over. To find the row, you have to run a "diff" between...
May 16, 2006 at 12:52 pm
Disable the Delete function. Assuming you're on 2000, go into the publication properties, then articles. Click the box to the right of the article, then pick the "Commands" tab. Uncheck...
May 16, 2006 at 12:46 pm
No. What I mean is, if you are using snapshot replication, then you can change the column length at the publisher. Then, the next time snapshot replication runs, it will...
May 16, 2006 at 9:43 am
If it's only used in snapshot replication, I'm pretty sure you can just change the published table, and it will get pushed to the subscriber next time it runs.
May 15, 2006 at 12:51 pm
I've changed the retention period for a case when we only replicated data every 2 weeks or so.
May 11, 2006 at 9:00 am
I haven't used merge, but with trans repl, I do this:
Script out the "drop publication" commands
Paste into QA, and find just the portion that applies to the specific table. sp_drop_article...
May 11, 2006 at 8:55 am
But I think if you modify the DTS package at a later date, it reverts back to the original owner.
I have some notes that I ran this script to change...
May 10, 2006 at 2:30 pm
I've only given SQL Safe a quick lookover, so I don't know the answers.
May 10, 2006 at 2:27 pm
Do you want the results of the query in the subject line ?
May 10, 2006 at 1:16 pm
Yes, the primary key exists in the Subscriber table. Replication needs the PK in order to retrieve the subscription records to apply the replicated transactions. You do have other options...
May 10, 2006 at 9:24 am
I'm looking into Idera's SQLSafe. The amount of compression depends on the type of data in your DB, and the compression option you choose. I tested it on one of...
May 10, 2006 at 8:29 am
Here's a handy script I use quite a bit. It might help you analyze your backups v.s. the Tivoli backups. It shows when the backups ran, how long they took,...
May 2, 2006 at 12:11 pm
fhanlon, Isn't there any critical data in Master that needs to be brought to the new machine ?
Also, We have our system databases on the server's local drives, but our...
April 26, 2006 at 10:15 am
Viewing 15 posts - 2,536 through 2,550 (of 2,897 total)