如何查看已安装的Northwind数据库?

bur*_*1ce 0 database sql-server northwind

我已经安装了一个示例数据库,特别是Northwind,来自http://msdn.microsoft.com/en-us/library/8b6y4c7s.aspx.

安装.msi文件后,在使用SQL Server管理工作室时,我在本地sql express服务器上看不到任何Northwind数据库.我错过了一步吗?我必须运行一些脚本吗?

Vin*_*vic 6

下载页面:

After downloading SQL2000SampleDb.msi, extract the sample database scripts by 
double-clicking SQL2000SampleDb.msi. SQL2000SampleDb.msi will extract the 
database scripts and this readme file into this 
default folder:

C:\SQL Server 2000 Sample Databases

所以在我看来你必须去那个文件夹并执行那里安装的SQL文件,以便创建数据库.