SQL Server Express 中的数据导入

发布于 2024-08-27 03:45:27 字数 152 浏览 6 评论 0原文

SQL Server Express 没有任务 ->其他版本的 SQL Server 具有的导入数据选项。有人遇到过免费的数据导入工具吗?

我知道我可以使用批量导入,但我遇到了安全问题,并且想要一种快速而肮脏的方法将 csv 文件导入到 sql express 表中。

SQL Server Express does not have the Tasks -> Import Data option that other editions of SQL Server has. Has anyone come across a free tool to import data?

I understand I can use the bulk import but I have run into a security issue with it and would like a quick and a dirty way of importing a csv file to a sql express table.

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

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

发布评论

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

评论(2

硪扪都還晓 2024-09-03 03:45:28

如果您下载 SQL Server 2005 Toolkit 附加组件,并完整安装组件,您将获得 DTS 向导的免费副本,与其他版本中的版本相同。

If you download the SQL Server 2005 Toolkit add on, do a full instal of the components and you will get a free copy of the DTS Wizard, the equivalent of what came in other versions.

白昼 2024-09-03 03:45:28

查看此论坛帖子,有两个很好的解决方案: http://social.msdn.microsoft.com/forums/en-US/sqltools/thread/546f4407-0aa4-4b04-96f3-e6f0ba39a9d1/

BCP 和 Microsoft SQL Server 2005 Express 版工具包

Check out this forum post, has two good solutions: http://social.msdn.microsoft.com/forums/en-US/sqltools/thread/546f4407-0aa4-4b04-96f3-e6f0ba39a9d1/

BCP and Microsoft SQL Server 2005 Express Edition Toolkit

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