[dba-SQLServer]Delete Publication

Fredrick_Antony at Dell.com Fredrick_Antony at Dell.com
Wed Jul 9 01:19:39 CDT 2003


Below may help 
 
Use <dbname>
go
sp_dboption 'published', false
go
 
 
 
-----Original Message-----
From: Mark Boyd [mailto:MarkBoyd at McBeeAssociates.com]
Sent: Wednesday, July 09, 2003 12:25 AM
To: SQLServerList
Subject: [dba-SQLServer]Delete Publication
 
I need to add a field to a table that is included in a subscription.
In order to add the field, I need to first delete the subscription and
publication.
I deleted the subscription without a problem.  However, I can't delete the
publication.
When attempting to delete it thru Enterprise Mgr, it freezes for a long
period of time.
I plan on rebooting the SQL Server first thing in the morning (hopefully
this will resolve things), but am curious if there is a way to delete a
publication using Query Analyzer.
Any ideas?
 
Thanks,
Mark Boyd
Sr. Systems Analyst
McBee Associates, Inc.
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://databaseadvisors.com/pipermail/dba-sqlserver/attachments/20030709/e6de8803/attachment.html>


More information about the dba-SQLServer mailing list