Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: ANY

    yea but the orignal question as I read it did specify column1, column2, column3, and column4 with respective values...

  • RE: ANY

    IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[Table_1]') AND type in (N'U'))

    DROP TABLE [dbo].[Table_1]

    /****** Object: Table [dbo].[Table_1] Script Date: 06/20/2008 08:46:22 ******/

    SET ANSI_NULLS...

Viewing 2 posts - 1 through 2 (of 2 total)