SQL Server Express 中的数据导入
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您下载 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.
查看此论坛帖子,有两个很好的解决方案: 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