Another way to check whether a table already exists is to query the sys.tables system catalog view. Example: IF NOT EXISTS ( SELECT * FROM sys.
確定! 回上一頁