Forum Replies Created

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

  • RE: SQL 2008 T-SQL

    the statement below is same for sql server 2005

    DECLARE @i AS INT

    declare @msg AS VARCHAR(5)

    declare @Date AS DATEtime

    set @i =100;

    set @msg ='11';

    set @Date =GETDATE()

    SET @i =@i +25;

    SET @i...

  • RE: SQL 2008 T-SQL

    the statement below is same for sql server 2005

    DECLARE @i AS INT

    declare @msg AS VARCHAR(5)

    declare @Date AS DATEtime

    set @i =100;

    set @msg ='11';

    set @Date =GETDATE()

    SET @i =@i +25;

    SET @i...

  • RE: SQL 2008 T-SQL

    the statement below is same for sql server 2005

    DECLARE @i AS INT

    declare @msg AS VARCHAR(5)

    declare @Date AS DATEtime

    set @i =100;

    set @msg ='11';

    set @Date =GETDATE()

    SET @i =@i +25;

    SET @i...

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