Viewing 15 posts - 421 through 435 (of 576 total)
Please elaborate on what exactly you are trying to do and what does this have to do with Replication!
June 27, 2004 at 8:48 pm
If you only have 1 Publication, then how can you replicate different Articles to 2 Subscribers?
June 24, 2004 at 12:20 am
Merge Replication will automatically add a rowguid column for each table that will participate in a Publication. You will have to range the Identity columns.
June 23, 2004 at 7:32 pm
Yes! I have seen this before. It's because you tried to remove replication inappropriately or you truied to restore the Database when it was marked for replication. What you have...
June 23, 2004 at 5:34 pm
Create the Initial snapshot to a Database in Head Office, then burn it to disk, ship it out to region, attach Database then configure Subscriber from Head Office.
June 23, 2004 at 5:31 pm
Articles belong to a Publication, Did you create 2 Publications, 1 for each Subscriber? If each Subscriber is suppose to have different Articles, then you need to creat 2 seperate...
June 23, 2004 at 5:29 pm
You have to redo the publication! You have no choice!
June 22, 2004 at 7:20 pm
You will have to create a seperate process to update the main table. I would not use a trigger on a replicated table!
June 9, 2004 at 5:01 pm
Click the Advanced tab within the step and there is an option there for an output file. Success and/or failures will be recorded in this file.
June 8, 2004 at 10:44 pm
Thanks to the both of you, I will give it a go. Seems like XML is still in its infantry stages as there are no decent tools for XML.
June 7, 2004 at 5:32 pm
Have a look at the -h parameter in BOL for BCP.
June 6, 2004 at 11:49 pm
Go to http://www.microsoft.com/sql
There you will find white papers.
June 6, 2004 at 11:46 pm
Make sure you have enough disk space on the subscription server!
June 6, 2004 at 7:05 pm
Maqs,
Thanks for all that info. I modified acouple of tags in the XSD schema and the SQLXMLBulkLoad works. That xsd utility is awsome!
Talk to you later.
June 6, 2004 at 6:54 pm
Viewing 15 posts - 421 through 435 (of 576 total)