September 13, 2012 at 11:36 am
How to know the current settings for a server for the following:
Remove Builtin\Administrators from the SQL Server Logins
Latest Service Pack for SQL Server
Number of tempdb files
Max Server Memory Value
Rights to Perform Volume Maintenance Task for SQL Service Account
Database Files Location
Enable only required Network Protocols
Review Members of System Adminstrators Role in SQL Server
NETBIOS and Server Message Block should be Disabled
Use Windows Only Authentication Mode
Enable Lock Pages in Memory Rights
Page file Size should be 1.5 to 2 times the actual RAM
SQL Service Account
SA account enabled
September 13, 2012 at 11:47 am
here's the obvious answers.
Remove Builtin\Administrators from the SQL Server Logins
Latest Service Pack for SQL Server
Rights to Perform Volume Maintenance Task for SQL Service Account
Enable only required Network Protocols
Review Members of System Adminstrators Role in SQL Server
NETBIOS and Server Message Block should be Disabled
Use Windows Only Authentication Mode
Enable Lock Pages in Memory Rights
Page file Size should be 1.5 to 2 times the actual RAM
Lowell
September 13, 2012 at 12:08 pm
nagkarjun1 (9/13/2012)
How to know the current settings for a server for the following:Page file Size should be 1.5 to 2 times the actual RAM
Some of these are certainly debatable. I have 128GBs of RAM on my server. Do I need a 256GB page file?
September 13, 2012 at 12:19 pm
nagkarjun1 (9/13/2012)
Enable Lock Pages in Memory Rights
That's debatable whether you want it or not
Page file Size should be 1.5 to 2 times the actual RAM
Err, why? How often do you want the SQL Server service paging its entire working set to disk? (Hint, never)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
September 14, 2012 at 7:37 am
I guess nakarjun ask the way to retreive server configurations.If so, sys.configurations can be used for server level settings.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply