Write for Us
The Sql Power Tools Suite
Sql Power Tools offers a suite of tools to help monitor SQL Server. They include:
Each of these tools work together to help DBAs gather and analyze SQL Server data that is being transmitted between users and SQL Server. This is true whether the environment is two-tier or n-tier. Here's a look at each tool, what it does, and how it works.
Zero Impact Sql Monitor
The Zero Impact Monitor is a software agent that listens to traffic between end-users and SQL Server. It captures, monitors, and analyzes the performance of all SQL transactions in real-time, which allows you to measure "end-user response" time, "database server response" time, and "client network receive" time.End-user response time is a measurement of 1) the network time it takes for a message to be sent from the client to SQL Server, 2) the database server response time, and 3) the network time it takes for a response to be sent from the SQL Server to the client. Database server response time is a measurement of the difference in time between the first result packet sent to the client by SQL Server and the last SQL Server packet received by the SQL Server from the client. Client network receive time is a measurement of the difference between the time of the last result packet received by the client and the time of the first result packet received by the client.
Many other monitoring products, such as SQL Server's Profiler, use up vital resources on the SQL Server being monitored. The Zero Impact SQL Monitor, just as its names implies, produces zero impact on the SQL Servers being monitored. This is because the agent software is not installed on the SQL Server's themselves, but on other devices in your network, such as a Windows 95/98 desktop, an XP Workstation, or Windows 2003 Server box. If you run in a switched environment, the agent can take advantage of port mirroring to monitor your SQL Servers.
Here are some of the key features of Zero Impact SQL Monitor:
But this is only the base component of the suite. It also includes the following components.