Update Script Out Role.sql
This commit is contained in:
parent
68ca3c5eef
commit
26a2b25f59
|
@ -15,7 +15,7 @@ SELECT 'GO'
|
||||||
GO
|
GO
|
||||||
|
|
||||||
SELECT
|
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
|
GO
|
||||||
'
|
'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue