May 17, 2011 at 10:55 am
Does anyone have any experience with this?
How can this happen?
I have a number of development servers that I am comparing their SQL configurations across the board to ensure they are developing and testing in configurations that are consistent with our production server and if not then they are testing a configuration that will be migrated to our production server.
I came across one of the development servers that is missing 2 parameters, completely missing from sp_configure (yes I did show advanced)
Select @@Version = Microsoft SQL Server 2008 R2 (RTM) - 10.50.1765.0 (X64) Feb 2 2011 17:33:22 Copyright (c) Microsoft Corporation Standard Edition (64-bit) on Windows NT 6.1 <X64> (Build 7600: ) (Hypervisor)
So clearly it is SQL 2008 R2
Missing Configurations
common criteria compliance enabled
EKM provider enabled
Running this I get the message below.
sp_configure 'common criteria compliance enabled', 1;
GO
RECONFIGURE
GO
Msg 15123, Level 16, State 1, Procedure sp_configure, Line 51
The configuration option 'common criteria compliance enabled' does not exist, or it may be an advanced option.
Here is the results of sp_configure:
nameminimummaximumconfig_valuerun_value
access check cache bucket count06553600
access check cache quota0214748364700
Ad Hoc Distributed Queries0100
affinity I/O mask-2147483648214748364700
affinity mask-2147483648214748364700
affinity64 I/O mask-2147483648214748364700
affinity64 mask-2147483648214748364700
Agent XPs0111
allow updates0100
awe enabled0100
backup compression default0100
blocked process threshold (s)08640000
c2 audit mode0100
clr enabled0100
cost threshold for parallelism03276755
cross db ownership chaining0100
cursor threshold-12147483647-1-1
Database Mail XPs0100
default full-text language0214748364710331033
default language0999900
default trace enabled0111
disallow results from triggers0100
filestream access level0200
fill factor (%)010000
ft crawl bandwidth (max)032767100100
ft crawl bandwidth (min)03276700
ft notify bandwidth (max)032767100100
ft notify bandwidth (min)03276700
index create memory (KB)704214748364700
in-doubt xact resolution0200
lightweight pooling0100
locks5000214748364700
max degree of parallelism0102400
max full-text crawl range025644
max server memory (MB)16214748364771687168
max text repl size (B)-121474836476553665536
max worker threads1283276700
media retention036500
min memory per query (KB)512214748364710241024
min server memory (MB)0214748364700
nested triggers0111
network packet size (B)5123276740964096
Ole Automation Procedures0100
open objects0214748364700
optimize for ad hoc workloads0100
PH timeout (s)136006060
precompute rank0100
priority boost0100
query governor cost limit0214748364700
query wait (s)-12147483647-1-1
recovery interval (min)03276700
remote access0111
remote admin connections0100
remote login timeout (s)021474836472020
remote proc trans0100
remote query timeout (s)02147483647600600
Replication XPs0100
scan for startup procs0111
server trigger recursion0111
set working set size0100
show advanced options0111
SMO and DMO XPs0111
SQL Mail XPs0100
transform noise words0100
two digit year cutoff1753999920492049
user connections03276700
user options03276700
xp_cmdshell0100
May 17, 2011 at 2:18 pm
Common Criteria Compliance is only available in Enterprise, Developer and Evaluation editions. Yours is Standard edition.
common criteria compliance enabled Option
http://msdn.microsoft.com/en-us/library/bb326650.aspx
Ditto for EKM:
Understanding Extensible Key Management (EKM)
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply