t

  • Create table:

    IF EXISTS(SELECT OBJECT_ID('t1','u'))

    DROP TABLE dbo.t1

    go

    CREATE TABLE t1

    (c1 int)

    go

Viewing post 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply