将现有 SQL Server 2008 数据库添加到 Plesk

发布于 2025-01-04 20:31:51 字数 1459 浏览 1 评论 0原文

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

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

发布评论

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

评论(1

烟雨凡馨 2025-01-11 20:31:51

好吧,这有点棘手,因为 phpmyadmin 可以直接导入。但也有一些我们 .Net 开发人员可以接受的好东西。

您可以执行以下步骤。

  1. 运行您的 sql server 配置管理器并配置您的 TCiP=>启用并重新启动 sql 服务
  2. 登录到 Plesk 创建数据库并向其中添加用户。
  3. 在那里创建 ODBC SQL 连接。
  4. (local) 替换为您的网站 DNS(ip) 并管理其余设置。请注意,您必须在此处提供为 db 用户添加的用户名和密码
  5. 测试连接,如果成功,那么您几乎完成了
  6. 在 SQL Server Management Studio 中,您使用上述凭据进行连接(服务器添加、用户名和密码)
  7. 如果成功您将连接并看到您在那里创建的数据库。
  8. 您可以右键单击数据库,然后从向导中转到任务->导入和导出,您需要选择适当的源,然后向导将全程指导您。

就这样吧......

快乐编程:)

Ok this is a bit tricky because phpmyadmin has direct import. But there is some good out there with which we .Net developers can live with.

you can do following steps.

  1. Run your sql server configuration manager and configure your TCiP=> enabled and restart sql service
  2. Login to Plesk create database and add user to it.
  3. Create ODBC SQL connection there.
  4. Replace (local) with the your website DNS(ip) and manage rest of settings. Note that you have to provide username and password here that you added for db user
  5. Test the connection if it is a success then you are almost done
  6. In your SQL server Management Studio you connect using above credentials (server add,username and Pass)
  7. If successful you would be connected and see the database you created there.
  8. You can right click database and GOTO Tasks->Import and Export from that wizard you need to select the appropriate source and then wizard will guide you all the way.

there you go......

Happy Programming :)

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