Viewing 7 posts - 1 through 7 (of 7 total)
That sounds like a good plan. I assume you can lose the use of the SQL Server for a while.
March 1, 2010 at 1:32 pm
I know this is an old thread, but it might help. I am trying to solve a problem and came across this. It looks like 2008 does now...
November 24, 2009 at 8:22 am
Still SID is different for 2 logins....how to map SID?
If it is just for 2 logins, then follow my previous post on how to create the login and specifiy the...
November 20, 2009 at 12:19 pm
A couple things to try. Try to connect to the database through Management Studio with one of the logins, preferably one from the site, and see if that login...
November 20, 2009 at 11:58 am
If latency is an issue, replication works well. It can tolerate failures pretty well. One of the draw backs is that sometimes in 2000, replication will stop when one...
November 20, 2009 at 8:51 am
When you create the logins on the destination server, you need to use the sid from the source server. The sids on the logins are not aligned because they...
November 20, 2009 at 8:36 am
I think your syntax may be incorrect. If you are inserting into DB2, then the IDENTITY_INSERT needs to be on for that table, not the source table DB1. ...
November 20, 2009 at 8:32 am
Viewing 7 posts - 1 through 7 (of 7 total)