Forum Replies Created

Viewing post 1 (of 2 total)

  • Reply To: Change Database Collation

    Hey @smer,

    In line 2226 you are using database name 'AVM':

    SET @bigsql = 'USE [' + 'AVM' + ']; EXEC (' + CHAR(39) + REPLACE(@sql, CHAR(39), CHAR(39) + CHAR(39)) + CHAR(39)...

Viewing post 1 (of 2 total)