1.3. SQL Server tools

SQL Server includes a rich array of graphical user interface (GUI) and command-line tools. Here are the major ones discussed in this book:

  • SQL Server Management Studio (SSMS) —The main GUI-based management tool used for conducting a broad range of tasks, such as executing T-SQL scripts, backing up and restoring databases, and checking logs. We'll use this tool extensively throughout the book.

  • SQL Server Configuration Manager—Enables the configuration of network protocols, service accounts and startup status, and various other SQL Server components, including FileStream. We'll cover this tool in chapter 6 when we look at configuring TCP/IP for secure networking.

  • SQL Server Profiler—Used for a variety of performance and troubleshooting tasks, such as detecting blocked/deadlocked processes and generating scripts for creating a server-side SQL trace. We'll cover this tool in detail in chapter 14.

  • Database Engine Tuning Advisor—Covered in chapter 13, this tool can be used to analyze a captured workload file and recommend various tuning changes such as the addition of one or more indexes.

One very important tool we haven't mentioned yet is SQL Server Books Online (BOL), shown in figure 1.2. BOL is the definitive reference for all aspects of SQL Server and includes detailed coverage of all SQL Server features, a full command syntax, tutorials, and a host of other essential resources. Regardless of skill level, BOL is an essential companion for all SQL Server professionals and is referenced many times throughout this book.

Before we launch into the rest of the book, let's pause for a moment to consider the breadth and depth of the SQL Server product offering. With features spanning traditional online transaction processing (OLTP), online analytical processing (OLAP), data mining, and reporting, there are a wide variety of IT professionals who specialize in SQL Server. This book targets the DBA, but even that role has a loose definition depending on who you talk to.

Figure 1.2. SQL Server Books Online is an essential reference companion.
 

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.191.139.169