Search

Thursday, April 21, 2011

25 New Features in SSMS 2008


There are many new features in SSMS 2008. Here are some of them. This is copy/paster from some Book. 

SQL Server 2008’s Management Studio is an evolution of the SQL Server 2005’s Management Studio, which was a merger of the old Enterprise Manager and Query Analyzer.
For SQL Server 2008, Buck Woody (SSMS Product Manager) and his team went all out with enhancements, tweaks, and new features. The new supercharged Management Studio is one of my personal favorite new features of SQL Server 2008 with 25 (count ‘em) features:
*   Using Registered Servers and Server Groups, the Query Editor can now send T-SQL statements to multiple servers with a single execute.
*   Registered servers can now point to a configuration server – a central server that holds the configuration settings for several instances of SSMS so DBAs can share server configurations
*   Partitioning is easier to configure using a new wizard.
*   Performance Studio presents drill-through reports of information gathered by the Performance Data Warehouse.
*   Activity Monitor can be launched for the SPID currently be viewed.
*   Table Designed and Database Designer have new safety features to prevent accidental data loss.
*   Setting security permission has been redesigned for fewer required clicks, and better display of a principal’s effective permissions.
*   An Info-bar is available in many SSMS forms that provide user guidance.
*   A new Activity Monitor designed for the DBA provides better information including active sessions, wait states, file I/O, and long running queries.
Object Explorer has several enhancements:
*   New Object Explorer Details page display tons of information about the object and has configuration columns and  Vista-like properties panel a the bottom of the page.
*   Object Search makes it easier to locate the right object.
*   The number of rows returned by Object Explorer > Select Top n Rows and Object Explorer > Edit Top Rows can be set in Options.
*   PowerShell can be launched from most nodes in Object Explorer.
*   Service Broker can now be configured and controlled from Object Explorer.
The Query Editor alone has several enhancements:
 *  IntelliSense that completes table and column names, It’s not perfect, but I’ll bet that with a little time for Microsoft to polish it and for us to get used to it, it will be a boon to productivity.
*   Code outlining features that collapses multi-line statements and procedures.
*   Customizable tabs
*   Lunch profiler from Query Editor
*   Error List recalls last T-SQL errors
*   T-SQL debugger
*   Results grid right click options
Working with Query Execution Plans is improved:
*   An XML query plan (from sys.dm_exec_query_plan ) can be opened as a graphical query plan.
*   XML Showplans are now formatted for easier viewing.
*   Graphic execution plans can be converted to XML showplans.
*   Saved graphic execution plans can be converted back in to the original query.

No comments:

Post a Comment