SQL-Server-Scripts
SQL-Server-Scripts copied to clipboard
My SQL Server Scripts
Hi, first of all, thanks for this tool. After that, I tried following command: `sp_DBPermissions @Output = 'Report' , @IncludeMSShipped = 0, @DbName = 'ALL'` And it turns out there...
I get the error below when running the following command against a SQL Instance which contains any databases configured for AlwaysOn EXEC [dbo].[sp_DBPermissions] @DBName = 'ALL', @output = 'report'; "The...
In summary: - renamed Note file because if you try to extract entire ZIP from Github using Powershell, it fails. - Added Output parameters to on-premise procedures so that it...
I've had several requests to add column level permissions to sp_DBPermissions.
Comment from Jason Thurston I had some trouble with the generated revoke and grant scripts for impersonation. I made a code change to get it to work. Not sure whether...
None of the script handles unicode very well.
None of the scripts handle unicode very well.
None of the scripts handle unicode very well.
to: type_desc NVARCHAR (60) NULL, from: type_desc nchar(60) NULL to remove extra space at end of type_desc
I run sp_DBPermissions from my own DB keeping and purge data as needed. Right now I need to drop the tables before I re-run each time. So can a new...