SQL Server Performance

  • Home
  • Articles
  • Forums
  • Tips
  • Training
  • FAQ's
  • Blogs
  • Software
  • Books
  • About Us
RSS Feeds
Sign in | Join


Tip Topics

All Tips
ADO.NET / ASP.NET
Administration
Analysis/OLAP Services
Application Development
Configuration
Components
ETL
Hardware
High Availability
Hints
Index
Misc
Operating Systems
Performance Tuning
Replication
T-SQL
Views

USEFUL SITES :

ASP.NET Tutorials
Windows and SQL Azure Tutorials
Cloud Hosting Magazine
SharePoint Tutorials
Windows Server Help

Write for Us

Share your SQL Server knowledge with others and raise your profile in the community More...
Latest Articles

A High Level Comparison Between Oracle and SQL Server - Part ...
A High Level Comparison Between Oracle and SQL Server - Part ...
A High Level Comparison Between Oracle and SQL Server
SQL Server 2008 R2 Multi-server Administration - A First Look ...

More     
 
Latest FAQ's

Add Node to A SQL Server failover Cluster failed with invalid ...
SQL Server Destination remote server error
Setting Up Data And Log Files For SQL Server
Will Check Constraints Improve Database Performance?

More     
   
Latest Software Reviews

dbForge Review
Spotlight on ApexSQL Diff - Server-based database comparison tool ...
Spotlight on ApexSQL Data Diff - Server-based database comparison tool ...
Spotlight on ApexSQL Doc 2008

More     

tips >> misc >> SQL Server Resource Kit Utilities

SQL Server Resource Kit Utilities

By : Brad McGehee
Apr 19, 2006

The Microsoft SQL Server 2000 Resource Kit includes a variety of utilities that you may find useful. Some of the key ones include:

·         Administrative Stored Procedures: This is a series of stored procedures you can run to help identify non-standard SQL Server settings. For example:

o    To check server configuration settings for potential improvements

o    To check database configuration settings for potential improvements

o    To check for blocking and blocked processes

o    To identify specific table settings, such as the use of pinned tables

What may be the most interesting aspect about these stored procedures is to dive into the Transact-SQL behind the stored procedures to see how they run. The can tell you a lot about what makes SQL Server tick.

·         Analysis Services Thin Web Client: If you use Analysis Services, you may find the code behind this client interesting. You can view cube information directly from IE.

·         BII: This tool is like BCP, but instead of importing or exporting text, BII is designed to import bulk image data directly into image columns. While I don't normally recommend storing images in SQL Server because of performance, this is an interesting tool.

·         Database Generator: Used to create test data for a test database.

·         Database Hammer: This VB-based tool can be used to generate loads against your server for stress testing.

·         Database Management: This includes tools and samples (good learning tool) to use web pages or a customized MMC console to view and manage SQL Server.

·         Digital Dashboard: If you want to learn how to write your own custom administrative tool to monitor SQL Server using Microsoft's Digital Dashboard technology, then you may find this interesting.

·         Simple Log Shipper: A tool that helps you set up log shipping for SQL Server 2000, including both SQL Server 2000 Standard and Enterprise. This freebie is not as robust as the version includes with SQL Server 2000 Enterprise, but at least it is free. Personally, I still prefer to write my own log shipping code.

[2000] Added 1-2-2003


        








C# Help and Tutorials | PHP MySQL Tutorial | Sharepoint Tutorial | Azure Tutorial | Cloud Hosting Magazine | ASP.NET Tutorials | Windows Server Help | Windows Phone Pro | Silverlight Ace | Visual Studio Tutorials | Home | Peformance Articles | Audit Articles | Business Intelligence Articles | Clustering Articles | Developer Articles | Reporting Services Articles | DBA Articles | ASP.NET / ADO.NET Articles | SQL Server Training Videos | DBA FAQ's | Developer Peformance FAQ's | DBA Peformance FAQ's | Developer FAQ's | Clustering FAQ's | Error Messages | Audit Tool Reviews | Backup Tool Reviews | Coding Tool Reviews | Compare Tool Reviews | Documentation Tool Reviews | Design Tool Reviews | Monitoring Tool Reviews | Log Tool Reviews | Reporting Tool Reviews | Clustering Tool Reviews | Security Tool Reviews | Change Management Tool Reviews | Remote Access Tool Reviews | Book Reviews | Security Tool Reviews | ADO.NET / ASP.NET | Administration | Analysis/OLAP Services | Application Development | Configuration | Components | ETL | Hardware | High Availability | Hints | Index | Misc | Operating Systems | Performance Tuning | Replication | T-SQL | Views


              © 2010 Jude O'Kelly. All rights reserved