Viewing 15 posts - 256 through 270 (of 5,103 total)
Identity columns and replication are a dangerous combination.
You should consider add location to the PK
OR
Use sequence tables to handle your Id needs.
March 25, 2009 at 12:59 pm
Hard to tell with just that. You will need to be able to reproduce the problem.
I have many large installations and even with the largest of the snapshots the...
March 25, 2009 at 12:55 pm
Although peer-to-peer can potentially work you should avoid multiple writers because conflict resolution can become a problem.
Merge was designed for that but it is very intrusive with the schema. If...
March 25, 2009 at 12:52 pm
ptaylor (3/24/2009)
At this point the updates will be infrequent, but thanks, I will keep that in mind if it scales out.
Might there be a better way to do it than...
March 25, 2009 at 12:48 pm
Can we call it quits now? There are enough warnings and caveats and extra info in this thread for anyone coming along behind us. 🙂
Quit :hehe::-D
March 24, 2009 at 4:14 pm
george sibbald (3/24/2009)
noeld (3/24/2009)
IF and only IF there is only one database you can drop all SQL logins on the destination Server and copy the logins from the Primary using...
March 24, 2009 at 3:36 pm
IF and only IF there is only one database you can drop all SQL logins on the destination Server and copy the logins from the Primary using sp_help_revlogin. Then there...
March 24, 2009 at 2:42 pm
george sibbald (3/24/2009)
rishgup (3/24/2009)
we are using SQL auth 🙁then sp_help_revlogin will solve your problem!
No sp_help_revlogin is useful for Transferring logins NOT to remap them! Which is what the PO...
March 24, 2009 at 11:15 am
You can make qty NOT NULL and you will have consistent behavior.
March 24, 2009 at 9:03 am
ptaylor (3/23/2009)
I wanted the replication job to run everytime there was an update or insert on a table in the parent sql...
March 24, 2009 at 8:51 am
Create a local SQL Server alias. SQL Server replication tools are ***very*** picky about Server Names.
-Noel
March 24, 2009 at 8:47 am
Ahh the PIPE Dreams of English Query ... that's probably why MS throw the towel!
March 23, 2009 at 3:50 pm
Steve Jones - Editor (3/23/2009)
itouch controlling a presentation? Post a...
March 23, 2009 at 3:48 pm
Viewing 15 posts - 256 through 270 (of 5,103 total)