You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i install the script on master db, and exec a perms.snapshotEverything proc, which i assumed all the permissions would be save to a snapshot.
but when i try to
exec perms.restorePerms 'somedb',
error occurs:
‘....sp_addrolemember need a parameter @rolename’
my sqlserver version is:
Microsoft SQL Server 2019 (RTM-CU14) (KB5007182) - 15.0.4188.2 (X64) Nov 3 2021 19:19:51 Copyright (C) 2019 Microsoft Corporation Developer Edition (64-bit) on Linux (Ubuntu 20.04.3 LTS)
The text was updated successfully, but these errors were encountered:
hi,
i install the script on master db, and exec a perms.snapshotEverything proc, which i assumed all the permissions would be save to a snapshot.
but when i try to
exec perms.restorePerms 'somedb',
error occurs:
‘....sp_addrolemember need a parameter @rolename’
my sqlserver version is:
Microsoft SQL Server 2019 (RTM-CU14) (KB5007182) - 15.0.4188.2 (X64) Nov 3 2021 19:19:51 Copyright (C) 2019 Microsoft Corporation Developer Edition (64-bit) on Linux (Ubuntu 20.04.3 LTS)
The text was updated successfully, but these errors were encountered: