SQL Server Management Tools – Basic versus Complete


To totally unlock this section you need to Log-in


Login

When, to install SQL Server Management Tools, you install SQL Server 2008 editions other than SQL Server 2008 Express, you are presented with a Feature Selection screen like the following:

SQL Server Management Tools - Basic versus Complete

Notice the Description window on the right, circled. In this case we have selected the Feature called Management Tools – Basic. The Description window describes what is included with this feature, which is basically (no pun intended) SQL Server Management Studio (plus SQLCMD and Powershell support).

If you select the feature Management Tools – Complete, the description shows what additional features and tools are included in this feature selection.

SQL Server Management Tools - Basic versus Complete

Management Tools – Complete is as the name implies. You get it all. You can use SQL Server Management Studio with Object Explorer for Analysis Services, Integration Services, and Reporting Services. Plus you get other tools installed such as Database Tuning Advisor (DTA) and SQL Profiler.

So if you only want to install Management Studio to monitor and manage the Database Engine and want to reduce the amount of software installed on your machine, then just pick Management Tools – Basic. If you pick this option, but later "want it all", no problem. Just use the Add Feature "feature" of setup to add Management Tools – Complete (you can also remove the Complete feature if you decide later you don’t want it).

So, the Basic version?

Effectively it is the same features of Management Studio as though you had picked Management Tools – Basic on a standard installation of SQL Server 2008. But there are few twists due to the fact that you are installing SQL Server 2008 Express:

1) In Object Explorer you are not presented with the same options as you will see when you install the Management Tools – Basic feature in standard editions of SQL Server. This is because these options as features are not available in SQL Server 2008 Express. For example, consider the following screenshot of SQL Server Management Studio on a SQL Server 2008 Developer SKU with the Management Tools – Basic feature selected. Notice in Object Explorer, you can see features like Resource Governor, Data Collection, and Maintenance Plans.

SQL Server Management Tools - Basic versus Complete

Compare this with SQL Server 2008 Express with Advanced Services installed with the selection of the Management Tools – Basic feature (you don’t get a Complete option):

SQL Server Management Tools - Basic versus Complete

The same is true if we tried to manage a SQL Express server from Management Studio with Enterprise Edition installed: in the Object Explorer tree for the SQL Server Express Server we would only get the options that apply to that edition.

2) If you use Management Studio with SQL Server 2008 Express and attempt to Enable Policy Management by right-clicking on its icon, you will get the following dialog box error:

SQL Server Management Tools - Basic versus Complete

This error occurs because policy based management automation is not available in SQL Server 2008 Express SKUs (mainly because they don’t ship SQL Server Agent in Express). However, You can still create policies and evaluate them on-demand.