如何将数据库对象从 VS 2008 Web 应用程序项目中 App_Data 文件夹中的本地数据库传输到 SQL Server 2000 数据库?

发布于 2024-07-12 19:58:26 字数 371 浏览 8 评论 0原文

我们正在开发一个 VS 2008 Web 应用程序项目,在其 App_Data 文件夹中创建了一个本地数据库(mdf 文件)。 现在我们改变了计划,决定使用 SQL Server 2000 数据库来代替 App_Data 中的文件数据库。

为了实现这一点,我想使用 DTS 导入/导出向导将本地数据库对象移动到远程服务器中的 SQL Server 2000 数据库。 但是,我不确定如何在 DTS 向导的“选择数据源”屏幕中引用本地 App_Data 数据库。 在此屏幕中,我选择什么类型的数据源以及如何引用App_Data文件夹中的本地数据库?

预先感谢您的任何帮助。

We have a VS 2008 web application project under development for which a local database (mdf file) was created in its App_Data folder. Now we have changed our plans and decided to use a SQL Server 2000 Database instead of the file database in App_Data.

To achieve this, I want to use DTS Import/Export wizard to move the local database objects to an SQL Server 2000 database in a remote server. However, I am not sure on how to refer to the local App_Data database in the "Choose a Data Source" screen of the DTS wizard.
In this screen, what type of Data Source do I pick and how can I refer to the local database in App_Data Folder?

Thanks in advance for any help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

2024-07-19 19:58:39

VS 2008 附带 SQL 发布向导。 您可以将对象和数据编写到文件中,然后针对其他服务运行。 我认为它位于服务器资源管理器中的鼠标右键单击选项下。

我现在不能更准确,因为 VS 2008 当前正在安装 /:

VS 2008 comes with the SQL Publishing Wizard. You can script objects and data to a file and then run against the other service. I think it's under the Right Mouse Click options in the Server Explorer.

I can't be more exact at the moment because VS 2008 is currently installing /:

变身佩奇 2024-07-19 19:58:37

这是一个 SQL Server Express 数据库 - 您可以使用 SQL Server 连接到它。

That's a SQL Server Express database - you can connect to it using SQL Server.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文