Viewing 15 posts - 301 through 315 (of 535 total)
Dropped the table on the subscriber and after a snapshot.. it did not create the table..
I'm out of ideas ... must be someone out there who...
July 23, 2008 at 1:52 pm
I don't know what you mean by that.. which stored procedures?
I guess mean the ones that I see when I look at the propertieso f the article on the...
July 22, 2008 at 12:04 pm
Tried this:
Exec dbo.sp_dropsubscription @publication='TowerDB to KOCSQL03', @article='COD' , @subscriber='KOCSQL03'
Exec dbo.sp_droparticle @publication='TowerDB to KOCSQL03', @article='COD',
@force_invalidate_snapshot=1
Exec dbo.sp_refreshsubscriptions 'TowerDB to KOCSQL03'
--
Exec dbo.sp_addsubscription @publication='TowerDB to KOCSQL03', @article='Tower.COD' , @subscriber='KOCSQL03'
Exec dbo.sp_addarticle...
July 22, 2008 at 8:47 am
Ended up being a probably with the antiquated SAN that was attached as a volume on the Server.
Backing up to the same Server now - but a locally attached...
July 22, 2008 at 5:44 am
Do you also have to stop all the replication agents if you are dropping or adding article to the subscription?
July 22, 2008 at 5:36 am
Yes.. permissions are fine.. I can backup most databases to this server.. it's the DBs over a GB that timeout with a Network error.. and it's...
July 21, 2008 at 7:56 am
I did run a snapshot. the REPL distribution job runs every 15 minutes as well
July 21, 2008 at 5:35 am
That worked. Thank you so much
July 17, 2008 at 12:27 pm
Thank you for the reply.
select * from DBO.DATABASES against a sql server 2000 master DB only shows columns Databasename, Databaseuser, databasepassword and databaseserver..
I'll have to keep poking around :...
July 17, 2008 at 10:01 am
: ) Thank you for all your help!!!
June 23, 2008 at 10:50 am
i guess I don't understand what you mean.. are you talking about re-building the entire subscription? Can I script that out somehow? This...
June 23, 2008 at 9:38 am
when I run it against the publishing DB I get this :
Server: Msg 14100, Level 16, State 1, Procedure sp_addsubscription, Line 240
Specify all articles when subscribing to a publication...
June 23, 2008 at 8:59 am
Thanks. I looked and got my article ID and then checked mssubscriptions and my article is NOT defined in that table.
I tried to add it
sp_addsubscription @publication =...
June 23, 2008 at 5:54 am
Thank you so much for your help and please excuse my ignorance but.... the mssubscription table lists the articles by Article ID number, how do I get the...
June 23, 2008 at 2:58 am
Viewing 15 posts - 301 through 315 (of 535 total)