Skip to content

Commit

Permalink
Microsoft SQL - Best Practice Analyzer - 2008 and 2012
Browse files Browse the repository at this point in the history
  • Loading branch information
jivkok committed Oct 7, 2012
1 parent f360a7a commit d12217c
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 0 deletions.
1 change: 1 addition & 0 deletions MBCA/Tools/ChocolateyInstall.ps1
@@ -0,0 +1 @@
Install-ChocolateyPackage 'mbca' 'msi' '/passive' 'http://download.microsoft.com/download/A/6/E/A6E303A4-D4BA-4423-BAB1-495582C67F64/MBCA_Setup32.msi' 'http://download.microsoft.com/download/A/6/E/A6E303A4-D4BA-4423-BAB1-495582C67F64/MBCA_Setup64.msi'
17 changes: 17 additions & 0 deletions MBCA/mbca.nuspec
@@ -0,0 +1,17 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>2.0.0.1</version>
<authors>Microsoft Corp.</authors>
<owners>Jivko Kolev</owners>
<projectUrl>http://www.microsoft.com/en-us/download/details.aspx?id=16475</projectUrl>
<iconUrl>http://i.microsoft.com/global/ImageStore/PublishingImages/logos/56x56/microsoft_logo_56x56.png</iconUrl>
<licenseUrl>http://www.microsoft.com/en-us/download/details.aspx?id=16475</licenseUrl>
<id>mbca</id>
<title>Microsoft Baseline Configuration Analyzer 2.0</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Microsoft Baseline Configuration Analyzer 2.0 (MBCA 2.0) can help you maintain optimal system configuration by analyzing configurations of your computers against a predefined set of best practices, and reporting results of the analyses. Best practices are developed by a product development team or domain experts, and are packaged in the form of a best practice model. Models are available as separately-downloadable packages that can be run and analyzed by MBCA. MBCA lets users work with best practice models in a consistent, user-friendly way.</description>
<summary>Microsoft Baseline Configuration Analyzer 2.0</summary>
<tags>microsoft baseline configuration analyzer best practices</tags>
</metadata>
</package>
1 change: 1 addition & 0 deletions SQLBPA.2008/Tools/ChocolateyInstall.ps1
@@ -0,0 +1 @@
Install-ChocolateyPackage 'sqlbpa.2008' 'msi' '/passive' 'http://download.microsoft.com/download/9/3/C/93CCF4F6-B1DC-4636-BE83-05478125E98E/1033/X86/SQL2008R2BPA_Setup32.msi' 'http://download.microsoft.com/download/9/3/C/93CCF4F6-B1DC-4636-BE83-05478125E98E/1033/X64/SQL2008R2BPA_Setup64.msi'
25 changes: 25 additions & 0 deletions SQLBPA.2008/sqlbpa.2008.nuspec
@@ -0,0 +1,25 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>8.0.0.1</version>
<authors>Microsoft Corp.</authors>
<owners>Jivko Kolev</owners>
<projectUrl>http://www.microsoft.com/en-us/download/details.aspx?id=15289</projectUrl>
<iconUrl>http://i.microsoft.com/global/ImageStore/PublishingImages/logos/56x56/microsoft_logo_56x56.png</iconUrl>
<licenseUrl>http://www.microsoft.com/en-us/download/details.aspx?id=15289</licenseUrl>
<id>sqlbpa.2008</id>
<title>Microsoft SQL Server 2008 - Best Practices Analyzer</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The Microsoft SQL Server 2008 BPA is a diagnostic tool that performs the following functions:
- Gathers information about a Server and a Microsoft SQL Server 2008 or 2008 R2 instance installed on that Server
- Determines if the configurations are set according to the recommended best practices
- Reports on all configurations, indicating settings that differ from recommendations
- Indicates potential problems in the installed instance of SQL Server
- Recommends solutions to potential problems</description>
<summary>Microsoft® SQL Server® 2008 Best Practices Analyzer</summary>
<tags>sql server best practices analyzer microsoft diag diagnostics</tags>
<dependencies>
<dependency id='mbca' />
</dependencies>
</metadata>
</package>
1 change: 1 addition & 0 deletions SQLBPA.2012/Tools/ChocolateyInstall.ps1
@@ -0,0 +1 @@
Install-ChocolateyPackage 'sqlbpa.2012' 'msi' '/passive' 'http://download.microsoft.com/download/B/B/2/BB2C20B3-B965-44F2-B22B-9AA3223DBDB2/SQL2012BPA_Setup32.msi' 'http://download.microsoft.com/download/B/B/2/BB2C20B3-B965-44F2-B22B-9AA3223DBDB2/SQL2012BPA_Setup64.msi'
25 changes: 25 additions & 0 deletions SQLBPA.2012/sqlbpa.2012.nuspec
@@ -0,0 +1,25 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>12.0.0.1</version>
<authors>Microsoft Corp.</authors>
<owners>Jivko Kolev</owners>
<projectUrl>http://www.microsoft.com/en-us/download/details.aspx?id=29302</projectUrl>
<iconUrl>http://i.microsoft.com/global/ImageStore/PublishingImages/logos/56x56/microsoft_logo_56x56.png</iconUrl>
<licenseUrl>http://www.microsoft.com/en-us/download/details.aspx?id=29302</licenseUrl>
<id>sqlbpa.2012</id>
<title>Microsoft SQL Server 2012 - Best Practices Analyzer</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The Microsoft SQL Server 2012 BPA is a diagnostic tool that performs the following functions:
- Gathers information about a Server and a Microsoft SQL Server 2012 instance installed on that Server
- Determines if the configurations are set according to the recommended best practices
- Reports on all configurations, indicating settings that differ from recommendations
- Indicates potential problems in the installed instance of SQL Server
- Recommends solutions to potential problems</description>
<summary>Microsoft® SQL Server® 2012 Best Practices Analyzer</summary>
<tags>sql server best practices analyzer microsoft diag diagnostics</tags>
<dependencies>
<dependency id='mbca' />
</dependencies>
</metadata>
</package>

0 comments on commit d12217c

Please sign in to comment.