Forum Replies Created

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

  • RE: Variable String + Variable

    Can anyoen help with this.

    Thanks

  • RE: Check SQL Version

    I am this far, i just need to stop a script if it is below 08

    DECLARE @isSqlServer2008 BIT

    SELECT @isSqlServer2008 = CASE WHEN CONVERT(int, SUBSTRING(CONVERT(varchar(15), SERVERPROPERTY('productversion')), 0, CHARINDEX('.', CONVERT(varchar(15), SERVERPROPERTY('productversion'))))) <...

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