Skip to content

Commit

Permalink
Merge pull request #2 from TheConstructor/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Anna Thomas committed Feb 28, 2019
2 parents 34d726e + 041f74a commit 1cc4d2a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- Enable external scripts.
-- No restart is required in SQL Server 2019!
EXEC sp_configure 'ahow advanced options', 1
EXEC sp_configure 'show advanced options', 1
GO
RECONFIGURE
EXEC sp_configure 'external scripts enabled', 1
Expand All @@ -24,4 +24,4 @@ CREATE TABLE reviews(
INSERT INTO reviews(id, "text") VALUES (1, 'AAA BBB CCC DDD EEE FFF')
INSERT INTO reviews(id, "text") VALUES (2, 'GGG HHH III JJJ KKK LLL')
INSERT INTO reviews(id, "text") VALUES (3, 'MMM NNN OOO PPP QQQ RRR')
GO
GO

0 comments on commit 1cc4d2a

Please sign in to comment.