SQL-Server-Scripts
SQL-Server-Scripts copied to clipboard
Update sp_DBPermissions.sql line 400 type_desc to NVARCHAR
to: type_desc NVARCHAR (60) NULL,
from: type_desc nchar(60) NULL
to remove extra space at end of type_desc