Results 1 to 3 of 3

Thread: Table Exists? [RESOLVED]

Threaded View

  1. #2
    Lively Member adBSTRD's Avatar
    Join Date
    Oct 2003
    Posts
    116
    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')
    Last edited by adBSTRD; Nov 21st, 2003 at 12:17 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width