Update Script Out Role.sql

This commit is contained in:
ben 2024-06-20 11:33:04 +00:00
parent 26a2b25f59
commit 5e57dabcf4
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ SELECT 'GO'
GO
SELECT
'EXEC dbo.sp_addrole @rolename = N'<RoleName,string,Role Name>'', @ownername = N'dbo'
'EXEC dbo.sp_addrole @rolename = N''<RoleName,string,Role Name>'', @ownername = N''dbo''
GO
'