Viewing 15 posts - 2,461 through 2,475 (of 2,897 total)
I always use a Windows account. And when I run replication between 2 different Windows domains, I use a Windows account that is exactly the same on both servers.
Do your...
October 25, 2006 at 2:59 pm
I don't remember if it was only for the affected table. Run a test scenario, and look in the history of the subscriber job and it will show you which...
October 25, 2006 at 2:55 pm
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...
October 25, 2006 at 12:37 pm
We had a situation where the network admin accidentally un-installed SQL on the publishing server. We had no current backup of the distribution database, so all the transactions pending to...
October 25, 2006 at 12:03 pm
I've got 5 2000 publishers going to 5 2005 subscribers. I'm having trouble with 1 of the subscribers balancing the record counts to what i think they should be, and...
October 20, 2006 at 12:23 pm
We're going to upgrade our production box from Standard to Enterprise as well. If anyone has any suggestions or "gotchas" to pass along, that would be much appreciated.
October 18, 2006 at 7:59 am
I came across a reference to InstCat elsewhere, but wasn't sure about it. I'm looking at it now, and it runs about a million commands !! A little scary looking
October 17, 2006 at 6:15 am
I looked deeper and saw that despite the success, it said the snapshot was not yet available.
"The initial snapshot for publication 'Prd - MktgDB_CIR' is not yet available."
There's also this...
October 14, 2006 at 5:32 pm
You could run a "DIFF" between the databases, to identify difference between each table in your Publication Database and Subscription Database and output the results to a work table. Then perhaps...
October 11, 2006 at 8:55 am
We use idera's SQLSafe for our big production backup. It's gone from 1 hour down to 25 minutes, and the backup file from 220 Gig to 40 Gig.
October 10, 2006 at 1:25 pm
I don't think you can. You'll get an error that the file is in use. You would have to detach, backup, then reattach, but that takes the DB out of...
October 10, 2006 at 10:09 am
I assume you restored to a different DB name so as not to affect the other data in your live DB ?
October 9, 2006 at 9:10 am
You can't backup the database and tlogs at the same time. Your T-log backup will fail. It's pointless to try anyway, because your full backup is backing up everything. Run...
October 9, 2006 at 8:59 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...
October 9, 2006 at 8:55 am
There's also the syssubscriptions table in the publication database that references the subscription database name. Trying to change things this way sounds frought with problems. i think you'd be better...
October 9, 2006 at 8:52 am
Viewing 15 posts - 2,461 through 2,475 (of 2,897 total)