Asp.net app_data 连接数据库
我在 app_data 文件夹中有 sql server Express 版本地数据库。
我如何将 SQL Server Management Studio Express 与该数据库连接来执行 sql 脚本?
I am having sql server express edition local database in app_data folder.
How can i connect SQL Server Management Studio Expres with that db to execute sql scripts ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 Management Studio 中,右键单击数据库,附加数据库并指向您的 mdf 文件。
In Management Studio, right click databases, attach database and point to your mdf file.
如果它是 MDF 文件,SQL Management Studio 无法打开它。
本文可能会有所帮助:http://weblogs.asp.net/scottgu/archive/2006/12/22/recipe-deploying-a-sql-database-to-a-remote-hosting -environment-part-1.aspx
If it's an MDF file, SQL Management Studio can't open it.
This article might help: http://weblogs.asp.net/scottgu/archive/2006/12/22/recipe-deploying-a-sql-database-to-a-remote-hosting-environment-part-1.aspx