Groups | Blog | Home
all groups > sql server replication > august 2006 >

sql server replication : Unable to create dynamic snapshot job


footyplayer
8/25/2006 12:36:23 PM
Hi All,

I am trying to re-create a dynamic snapshot job we once had on our server
using the same name, however I am unable to do so. The old dynamic snapshot
job has been dropped, but even after running the replication cleanup jobs, I
am unable to re-use the name. Upon further investigation, I found that the
job name still exists in the MSdynamicsnapshotjobs table. Is there a stored
procedure I can run to 'clean up' the data in that table, or can I safely
delete the row? Any assistance is greatly appreciated!

Best Regards,
Brad

Hilary Cotter
8/26/2006 9:27:07 AM
have you tried

sp_dropdynamicsnapshot_job
sp_MSdrop_dynamic_snapshot_agent
sp_MSdropmergedynamicsnapshotjob


--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



[quoted text, click to view]

footyplayer
8/28/2006 7:32:23 PM
Hi Hilary,

I tried all of these, and I couldn't find any information in BOL or online
about these, so I assume they don't exist or I need to install something I
currently don't have. Are these procedures only included in the resource
kit or something?

Thanks
Brad

[quoted text, click to view]

Hilary Cotter
8/28/2006 9:59:44 PM


--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



[quoted text, click to view]

Hilary Cotter
8/28/2006 10:00:08 PM
These are SQL 2005 specific. What version are you running again?

--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



[quoted text, click to view]

footyplayer
8/28/2006 10:51:44 PM
SQL Server 2000 SP4, my apologies, forgot to mention that.

[quoted text, click to view]

AddThis Social Bookmark Button