Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd769ba commit 1bae995Copy full SHA for 1bae995
1 file changed
procs/mssqlserver/activate_sp_oacreate.txt
@@ -1,4 +1,4 @@
1
EXEC master..sp_configure 'show advanced options',1;
2
RECONFIGURE WITH OVERRIDE;
3
EXEC master..sp_configure 'ole automation procedures',1;
4
-RECONFIGURE WITH OVERRIDE"
+RECONFIGURE WITH OVERRIDE
0 commit comments