Interview Question in SQL Server Management Studio


 

Interview Question :: Where is my northwind database


First, I installed the Visual studio.Net 2005 w/ SQL Server 2005 Express, some adviced me that, Express Edition is not complete like the Enterprise edition, so I installed the SQL Server 2005 Enterprise .
Now, where's the northwind database?, I only got master,model,msdb,tempdb....?

anyone...pls. help
Answers to "Where is my northwind database"
RE: Where is my northwind database?

Microsoft has removed Northwind from SQL Server and replaced it with AdventureWorks. You can download the script to create the Northwind database from the SQL Server home page http://www.microsoft.com/sql.
 
Vote for this answer ::  
RE: Where is my northwind database?

northwind database is on your sql server, its not on a mdb anymore. northwidth.mdb was only made for vb6 and under.
 
Vote for this answer ::  
RE: Where is my northwind database?

It doesnot contain the Nothwind Database (in express edition)
 
Vote for this answer ::  
RE: Where is my northwind database?

Northwind database was replaced by

AdventureWorks database in SQL Server 2005.

But you can attach Northwind to SS2005, taking it from SS2000.
 
Vote for this answer ::  
Update Alert Setting