数据库第一个数据库项目
我已经在一个新项目上工作了一段时间,并且已经在 sqlServer2008 中拥有了数据库。 我想将DB放入数据库项目中以便安装更好。
有没有办法将现有数据库导入到数据库项目中?
谢谢,
编辑: 顺便说一句,这是在 VisualStudio 2010 中...哎呀!
I have been working on a new project for a little while and already have the Database in sqlServer2008.
I would like to put the DB into a database project to make installation better.
Is there a way to import an exisiting database into a DB project?
Thanks,
EDIT:
This is in VisualStudio 2010 btw... oops!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以启动一个新的 SQL Server 2008 数据库项目。
在“架构视图”窗口中,选择
导入数据库对象和设置
命令。从那里,系统会要求您从服务器资源管理器中选择一个数据库,或者您可以浏览、提供连接字符串等。如果这不是您要找的,请发表评论,我们可以解决它!
You can start a new SQL Server 2008 database project.
In the Schema View window, choose the command to
Import Database Objects And Settings
. From there, you'll be asked to choose a database from Server Explorer, or you can browse, provide a connection string, etc.If this is not what you're looking for, please leave a comment, and we can get it sorted out!