To install
==========

1. Open SQL Query Analyzer, create a new stored procedure within the master database.

2. Copy the contents of the file dba_SearchDBServer.sql into SQL Query Analyzer window.

3. Click 'Execute' (or press F5) to install the stored procedure into the master database.



To Use
======

1. From within SQL Analyzer (or any appropriate container), issue the following command:

EXEC YourServerName.master.dbo.dba_SearchDBServer '%OrderDate%'


Remember to change
a. the name of YourServerName to the name of your particular server
b. the parameter to search for



