diff --git a/sp_CheckSecurity.sql b/sp_CheckSecurity.sql index fcdec7c..3cbba17 100644 --- a/sp_CheckSecurity.sql +++ b/sp_CheckSecurity.sql @@ -1,5 +1,3 @@ -USE master; - IF OBJECT_ID('dbo.sp_CheckSecurity') IS NULL EXEC ('CREATE PROCEDURE dbo.sp_CheckSecurity AS RETURN 0;'); GO @@ -1162,4 +1160,6 @@ IF @ShowHighOnly = 0 , ReadMoreURL FROM #Results ORDER BY 1, 2, 3, 4, 5 - \ No newline at end of file + +GO +