• I don't understand why this Statemant runs in SQLServer 2008

    raiserror 22004 'The system cannot find the file specified.'

    I have change it in SQLServer 2012 to

    raiserror (N'22004 The system cannot find the file specified.', 22004, 1 )

    and it runs.

    But I dont't know why. :unsure: