Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can not delete table

Status
Not open for further replies.

LittleNick

Technical User
Jun 26, 2009
55
US
Hi,
I created a table call tblFileHeader and from Access adp I ran some code and inserted several records for testing. Now I want to delete completely the table and redo it but everytime I try to delete it , I have error saying "Cannot drop the table 'dbo.tblFileHeader' because it is being used for replication. (Microsoft SQL Server, Error:3724).
Can you please help me delete this table?
Thanks for helps
 
Do you want to delete the table, or do you really want to delete the data in the table?



-George

"The great things about standards is that there are so many to choose from." - Fortune Cookie Wisdom
 
Thanks George for your reply.
Well, I want to delete the entire table. I was messing with the constraints and I accidentally delete them all and it is now not working. Also since the table was for test i want to delete it because I will not use it (and since I broke the table :(, I will create a new production one.
Thanks again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top