Update Script Out Role.sql

This commit is contained in:
ben 2024-06-20 11:30:53 +00:00
parent 68ca3c5eef
commit 26a2b25f59
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
'