Why would you want to keep everything local to the app? Its best for performance when you do the most db processing on the server.
Anyway the code is
Code:IF EXISTS(SELECT NAME FROM sysobjects WHERE NAME = 'Your_table')
|
Results 1 to 3 of 3
Thread: Table Exists? [RESOLVED]Threaded View
|
Click Here to Expand Forum to Full Width |