Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

msdb and northwind - what do these do?

Status
Not open for further replies.

kindus

IS-IT--Management
Jul 25, 2001
77
US
I created my first sqlserver instance using sqlserver 2000, defaults databases got created while creating the instance in "Typical mode".

I would like to know what msdb and northwind, which are two of the 6 default databases, do or meant for ???

thanks
 

msdb is a system database. The msdb database is used by SQL Server Agent for scheduling alerts and jobs, and recording operators, storing DTS packages, etc.

Northwind is a sample databse. You can use it for learning SQL Server. Likewise, the pubs database is a sample database. Terry L. Broadbent
faq183-874 contains some tips and ideas for posting questions in these forums. Please review it and comment if you have time.
NOTE: Reference to the FAQ is part of my signature and is not directed at any individual.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top