all groups > sql server misc > december 2003 >
You're in the

sql server misc

group:

How to delete a temporary table (#MyTable)


How to delete a temporary table (#MyTable) Todd Cary
12/2/2003 8:44:16 PM
sql server misc:
I create a temporary table (e.g. #MyTable). However, in the same
session, I need to delete it so that it can be re-populated. What is
the best way to do that? Do a delete query against if it exists?

Todd
Re: How to delete a temporary table (#MyTable) mountain man
12/3/2003 8:48:35 AM
truncate table



[quoted text, click to view]

AddThis Social Bookmark Button