Link to home
Start Free TrialLog in
Avatar of Pau Lo
Pau Lo

asked on

sql server BPA 05/08

I just came across the sql server best practices analyzer tool the other day.

My question is, what types of things does it identify.

What types of RISK does it identify, if any at all.

And basically what are the benefits of running it and  fixing the issues it finds, or what are the risks of ignoring the issues it flags up, i.e. worst case what could go wrong -- and likelehood of it going wrong if you dont fix it?
Avatar of Daniel_PL
Daniel_PL
Flag of Poland image

It identifies your SQL and Windows settings in comparison with industry best practices.
http://www.mssqltips.com/tip.asp?tip=1972
http://www.databasejournal.com/features/mssql/article.php/10894_3493296_1/The-SQL-Server-Best-Practices-Analyzer.htm

There may be many risks of ignoring issues flagged by it, e.g. no database backup detected, old backups etc.

You can also find Microsoft Baseline Security Analyzer which helps to identify Windows administrative vulerabilities and/or IIS admionistrative vulnerabilities and/or weak passwords and/or SQL administrative vulnerabilities and/or check for security updates
http://technet.microsoft.com/en-us/security/cc184924
http://msdn.microsoft.com/en-us/library/ff647642.aspx
http://www.malwarehelp.org/using-microsoft-baseline-security.html
Avatar of Pau Lo
Pau Lo

ASKER

Thanks so all the tests it tests for - if ignored - technically can create a risk?

Is there anywhere without downloading the tool which lists every test it tests for and the issue/risk of not doing it in line with such best practice?
ASKER CERTIFIED SOLUTION
Avatar of Daniel_PL
Daniel_PL
Flag of Poland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial