• quote:


    set @sqlstring = N'select * from ' + @DBName


    Silly question, but what's the significance of the "N" before the select (N'Select)?