|
-
April 25th, 2001, 04:35 PM
#1
T-SQL code to check if a table exists in SQL Server
Hi,
I want to check if a table exists within a SQL Server trigger, which means I have to do it in T-SQL. Does anyone know if it is possible to do this, and if so, how? If it cannot be done explicitly, there must be some way to catch the resulting exception and then create the table. How would that be done?
Thank you for your help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|