Forum Replies Created

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

  • RE: Merry Christmas

    I Wish You all Happy Christmas.:laugh::laugh::laugh:

    Regards,
    Jagan.

  • RE: Careful with table name alias

    Good question.

    Regards,
    Jagan.

  • RE: Sequence

    Good question.

    Regards,
    Jagan.

  • RE: Nulls

    Good question! But missed the Batch Separator(GO(default) or 😉 between the Insert statements.

    INSERT INTO dbo.Employees(EmployeeID) values (1)

    GO

    INSERT INTO dbo.Employees(EmployeeID) values (2)

    GO

    INSERT INTO dbo.Employees(EmployeeID) values (3)

    GO

    INSERT INTO dbo.Employees(EmployeeID) values (4)

    GO

    Regards,
    Jagan.

  • RE: sys.syscomments

    Good Question! Keep questioning................

    Regards,
    Jagan.

  • RE: sp_tables

    Good question. Keep it up.

    Regards,
    Jagan.

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