Viewing 15 posts - 1 through 15 (of 20 total)
The GUI will run the SPROC sp_refreshsubscriptions after adding articles. This SPROC updates the subscription metadata to include the newly added table.
To run this manually, it's a simple...
January 6, 2015 at 8:10 am
We did have an instance or two that we were waiting for a fix coming in a CU, and that can be painful.
I'm definitely not advocating doing away with the...
January 28, 2014 at 6:20 pm
I just voted for the service packs.
For about 2 years we were mired down in deploying the CUs as they were released. We tried to keep versions consistent...
January 28, 2014 at 1:19 pm
I really like the new look, but I wish it was wider.
I miss the highlights at the top, but I think I would miss it less if the articles were...
July 9, 2013 at 8:21 am
I know this is an old post, but it helped me to generate the following script that works against a SQL 2000 linked server (Update DBServerName, DBName, and TableName appropriately):
SELECT...
January 31, 2013 at 7:24 am
Thank you ArloUSA. I had the same issue and the script on the blog post you reference worked perfectly.
November 21, 2012 at 5:08 am
I know I'm reviving an old thread, but I just ran into this issue the other day and I decided to take the time to blog on the topic of...
April 26, 2012 at 11:38 am
We are also experiencing this issue on SQL 2008 R2 x64. The same SPROCs and processes that are hanging on SQL 2008 R2 ran successfully on SQL 2005 x64.
One...
November 30, 2010 at 5:16 am
Try this on for size:
DECLARE @ServerName varchar(32)
DECLARE @sql varchar(1024)
SET @ServerName = 'server-a\testdb'
SET @sql = 'SELECT Drive, [MB Free] FROM OPENQUERY([' + @ServerName + '],
''SET FMTONLY...
July 16, 2010 at 12:11 pm
It's funny how you find the answer to something when you stop looking for it. I was looking into another replication issue when I found it.
Thanks for all your...
October 17, 2008 at 1:00 pm
FYI, I found this in the SQL Server 2005 BOL (note bolded statement):
-UseInprocLoader
Improves the performance of the initial snapshot by causing the Distribution Agent to use the BULK INSERT...
October 17, 2008 at 6:30 am
After applying SQL 2005 CU8 to our Distributor, the Distribution Agent now recovers from failures during the initial snapshot push . It will still "start over" but it now...
October 17, 2008 at 6:26 am
noeld (8/15/2008)
August 18, 2008 at 6:02 am
noeld (8/15/2008)
engkemo_eg (8/13/2008)
Hi All,i only need to know why we need to run steps twice.
also is it any way make FULL BACKUP for publisher truncate enactive transaction log
When databases are...
August 15, 2008 at 11:16 am
I have run into the same situation and most of the time the sp_removedbreplication command takes care of it.
However, on rare occasions the SPROC is not able to...
August 15, 2008 at 11:10 am
Viewing 15 posts - 1 through 15 (of 20 total)