Browse Source

Remove duplicate entry

Justin King 6 năm trước cách đây
mục cha
commit
6d9c7b3547
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      MaintenanceSolution/0_database_server_options.sql

+ 0 - 3
MaintenanceSolution/0_database_server_options.sql

@@ -21,9 +21,6 @@ IF CONVERT(int, (@@microsoftversion / 0x1000000) & 0xff) >= 10
 EXEC sys.sp_configure N'optimize for ad hoc workloads', N'1'
 RECONFIGURE WITH OVERRIDE
 GO
-EXEC sys.sp_configure N'show advanced options', N'0'
-RECONFIGURE WITH OVERRIDE
-GO
 
 USE [master]
 GO