Update Script Out Role.sql
This commit is contained in:
parent
26a2b25f59
commit
5e57dabcf4
|
@ -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