Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8b0ef4c

Browse files
Merge pull request #2 from D10221/patch-1
wrap DROP TABLE with BEGIN/END (sql syntax error on some editors)
2 parents f60e49d + 421c27c commit 8b0ef4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Security Audit/tsqltools_AllInOneSecurityAudit.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ INSERT INTO #result
108108
FROM #datadirectory
109109

110110
IF OBJECT_ID('tempdb.dbo.#StartupType', 'U') IS NOT NULL
111-
DROP TABLE #startuptype
111+
beginDROP TABLE #startuptypeend
112112

113113
CREATE TABLE #startuptype (
114114
sqlservice varchar(50),

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /