|
|
||
|
|
||
|
|
||
Work in database development is not only a SQL Server matter. Besides the proper development tools, you also need evaluation tools that allow you to examine such things as the effectiveness of your application, its reliability, and its fault tolerance. The operating system includes some of these tools, and SQL Server 2005 installation adds others as well.
Performance Monitor measures resource utilization, such as processor time and memory in usenot only for those resources required by SQL Server 2005, but also for those required by the application. Using Performance Monitor, you can evaluate which part of the entire application uses the most resources and explore execution alternatives to maximize performance.
To launch Performance Monitor,
Usually, database applications run in a network environment. This means that the applications use some network resources to obtain or update information. Network Monitor allows you to analyze what happens behind the scenes in the network. It helps you to evaluate which actions
| Note |
Network Monitor is not installed by default. You must add it to your operating system. To do this:
|
Upgrade Advisor allows you to assess the impact of a database migration process and recommends actions you may take to better migrate your databases, while pointing out potential problems and corresponding solutions. Since it will be possible to migrate older applications to the new SQL Server version, this tool will be much appreciated.
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
SQL Server 2005 includes a limited version of the Visual Studio development environment to create
Visual Studio allows you to use sample code obtained from many sources, including development communities, where you can discover not only CLR samples, but also management scripts and solutions to common problems. The environment has access to public sites, such as
http://www.gotdotnet.com
, where you can find workspacesthat is, areas arranged by interest or some specific functionality where the
Another useful tool is Microsoft Office. You can use Microsoft Access to generate test sets of data, or you can use Microsoft Excel to obtain and evaluate results and create batch scripts based on pre-existing sets of data by using its string manipulation capabilities.
|
|
||
|
|
||
|
|
||