Skip to content

Instantly share code, notes, and snippets.

@sqlstudent144
sqlstudent144 / sp_DBPermissions.sql
Last active December 24, 2023 20:46
sp_DBPermissions
USE master
GO
IF OBJECT_ID('dbo.sp_DBPermissions') IS NULL
EXEC sp_executesql N'CREATE PROCEDURE dbo.sp_DBPermissions AS PRINT ''Stub'';'
GO
/*********************************************************************************************
sp_DBPermissions V6.2
Kenneth Fisher
http://www.sqlstudies.com