visual-studio SQL Server 2008 Express - 示例数据库下载?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2046088/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-22 11:23:34  来源:igfitidea点击:

SQL Server 2008 Express - sample database download?

asp.netsql-servervisual-studiosql-server-2008sql-server-express

提问by Justin

is there a sample database for SQL Server 2008 that I can download to practice learning how to develop/use SQL Server...I have downloaded the SQL Server 2008 Express Edition, Visual Studio 2008, MS Web Dev 2008, ASP.NET 3.5.....

是否有 SQL Server 2008 的示例数据库,我可以下载以练习学习如何开发/使用 SQL Server...我已经下载了 SQL Server 2008 Express Edition、Visual Studio 2008、MS Web Dev 2008、ASP.NET 3.5。 ....

...don't think I can download anything else before I start learning how to use this stuff.

...在我开始学习如何使用这些东西之前,不要以为我可以下载任何其他东西。

Thanks guys...

多谢你们...

p.s. rookie coming from ms access/vba

来自 ms access/vba 的 ps 菜鸟

回答by Chris

Adventure Worksis the new sample databases for the SQL 2008 database. If you're using the express version you might want to look into downloading the Adventure Works LT version, it has many fewer tables than the full blown Adventure Works database.

Adventure Works是 SQL 2008 数据库的新示例数据库。如果您使用的是快速版本,您可能想考虑下载 Adventure Works LT 版本,它的表比完整的 Adventure Works 数据库少得多。

You can also always use the northwind and pubsdatabases that were used with the old SQL 2000 databases. Those are still used for many examples and demos.

您还可以始终使用与旧 SQL 2000 数据库一起使用的Northwind 和 pubs数据库。这些仍然用于许多示例和演示。

Hope this helps some.

希望这对一些人有所帮助。

回答by Gabriel McAdams

Check out http://www.codeplex.com/MSFTDBProdSamples

查看http://www.codeplex.com/MSFTDBProdSamples

It has a lot of community and Microsoft driven sample databases. Determine what you want to learn, and then download the appropriate database sample.

它有很多社区和 Microsoft 驱动的示例数据库。确定要学习的内容,然后下载相应的数据库示例。