SQL数据加载器

发布于 2024-10-20 13:02:41 字数 86 浏览 2 评论 0原文

目前我正在sql server 中开发数据库。我有近100张桌子。我需要将一些示例数据转储到表中,以便我可以测试存储过程。任何工具都可以做到这一点。请帮助我。

Currently I'm developing the database in sql server. I have nearly 100 tables. I need to dump some sample data to the tables, so that I can test the stored procedures. Any tools is there to do this. Help me please.

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

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

发布评论

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

评论(2

捎一片雪花 2024-10-27 13:02:41

用于批量导入数据的标准工具是 bcp,(几乎) 等效的 BULK INSERT 命令和 导入/导出向导,可以通过 Management Studio 中数据库的上下文菜单进行访问。该向导在后台创建一个 SSSIS 包,可以对其进行自定义以修改数据或迭代一组源文件。

The standard tools for bulk importing of data are the bcp, the (almost) equivalent BULK INSERT command and the Import/Export wizard which can be accessed by a database's context menu in Management Studio. The wizard creates an SSSIS package behind the scenes that can be customized to modify data or iterate over a set of source files.

眼泪淡了忧伤 2024-10-27 13:02:41

您可以使用 GenerateData.com 生成 SQL 插入语句。

You can use GenerateData.com to generate SQL insert statements.

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