Forum Replies Created

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

  • RE: Character Field Declaration

    I do not agree: you should always specify the version. An old version (eg mssql 2005) can be still alive and diffused.

  • RE: Executing Dynamic SQL

    It should be underlined that this

    [font="Courier New"]DECLARE @STR VARCHAR(8000) = N'SELECT * FROM sys.objects'

    EXECUTE SP_EXECUTESQL @STR[/font]

    works on MSSQL 2008 -->

    On MSSQL 2005 it returns

    [font="Courier New"]Msg...

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