Viewing 8 posts - 1 through 9 (of 9 total)
Ramesh,
Following your scenario, here is my take:
1.will the schema chages will be propagaed to the subscribers automatically?
-- Yes, depending on your article properties. If you went by default, the existing...
May 18, 2005 at 8:31 am
It appears that your system tables (Msmerge_contents, MSmerge_tombstone and Msmerge_genhistory) have grown enogh to give you grief. As you want to reinitialize, here is what you need to do.
1. Alter...
May 18, 2005 at 8:05 am
Could you think of any server level or Query Analyzer level settings which would cause it to behave different on my side ? I am also curious to find out...
October 5, 2004 at 9:41 am
Sorry Vitaly that I forgot to mention to reboot after renaming the server. Connect to SQL Server using the new computer name after you have restarted the server. Then run...
October 5, 2004 at 9:28 am
Thanks for your response Brian.
I ran the test you showed. I see an entry in syscacheobjects for the first query, however, I do not see an entry for the second one. I do...
October 5, 2004 at 9:04 am
Here are the steps involved:
1. Rename the server in Windows.
2. Use sp_dropserver and sp_addserver. Refer to BOL 'Renaming a Server'
3. Refer to the following article too. http://support.microsoft.com/default.aspx?scid=kb%3ben-us%3b303774
4. Stop and...
October 5, 2004 at 8:31 am
Thanks to all for your responses.
I should have worded my question a little better. Aaron caught the drift of my question though. My question was specifically referencing ad hoc...
October 5, 2004 at 8:04 am
Of the three, the one that worked out best for us is 'Microsoft OLE DB Provider for Oracle' . We tried in vein to use Oracle Provider for OLE DB, however,...
October 4, 2004 at 2:24 pm
Viewing 8 posts - 1 through 9 (of 9 total)