Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
February 4, 2000
A. A. In the INSTALL directory are the scripts that SQL runs itself to create the MSDB database and it's tables. Before running these make sure the devices/files for msdb are there and create them if not.
The scripts you need to run are :-
instmsdb.sql
servrmsgs.sql
web.sql
These are most easily run with ISQL/W or ISQL/OSQL.
You May Also Like