Viewing 15 posts - 2,491 through 2,505 (of 2,897 total)
I think your plan should work. That's basically what we did a few months ago.
August 30, 2006 at 9:54 am
But records at the publisher might change after the backup is taken but before the db is restored and replication is set up .... or am I missing something here...
August 27, 2006 at 8:05 pm
I might be able to help with the SQL script if I had more details of what you actually want to do. I'm not the person to ask about VB....
August 18, 2006 at 9:16 am
Hmmmm I suppose you could have a stored procedure that does the update, then VB script or something to execute the stored proc
August 17, 2006 at 9:34 pm
I think you'll find the buttons up on the top of the EM bar, not in their old Win2000 location. It threw me for a little while.
August 17, 2006 at 9:08 pm
Just wait 'till you try them in SQL 2005, they're even worse !
August 17, 2006 at 8:07 pm
Just to add a simplified version .......... When there are updates & writes, SQL logs that information in the transaction log. If you never backup the TLog, then SQL says...
August 17, 2006 at 8:05 pm
ALTER DATABASE MY_DB COLLATE SQL_Latin1_General_CP1_CI_AS
August 9, 2006 at 9:26 pm
You mean the schedule area of the Maint plan is blank ?
In a maintenance plan, you have tabs for different options: Optimization, Integrity, Complete Backup and Transaction Log Backup. Each...
August 9, 2006 at 9:16 pm
Transition to SQL2000 from what ? And why is this in the "SQL Backup" forum ?
August 9, 2006 at 9:08 am
A little detail would be helpful ..... My car won't start, what's wrong with it ?
August 9, 2006 at 9:04 am
Here are my notes from when I encountered this. Perhaps you had the same problem as me in step 1 because the restored database was not a publisher ?
1)...
August 9, 2006 at 9:00 am
Another way is to script out the "drop publication" and "create publication" commands, then run just the ones to drop your specific articles.
This comes in handy if you need to...
August 9, 2006 at 8:38 am
Maybe your subscriptions are expiring. You can change that in the publication by selecting "Subscriptions never expire"
August 9, 2006 at 8:34 am
How big is the table ? If it's small, maybe it would be easier to DTS the AS/400 table every night into your SQL table and replace the data. I...
August 9, 2006 at 8:31 am
Viewing 15 posts - 2,491 through 2,505 (of 2,897 total)