从表生成sql脚本

发布于 2024-07-25 08:17:35 字数 185 浏览 5 评论 0原文

替代文本http://www.freeimagehosting.net/uploads/64fac9c8c4.gif

是否可以生成sql脚本来自所有表? 我想生成sql脚本并导入到另一个数据库服务器

alt text http://www.freeimagehosting.net/uploads/64fac9c8c4.gif

is it possible to generate sql scripts from for all tables ? i want to generate the sql script and import into another database server

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

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

发布评论

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

评论(2

腻橙味 2024-08-01 08:17:35

选择要导出的表,右键单击,脚本>创建表脚本。 mysql 可以用,oracle 不知道。

Select the tables you want to export, right click, scripts>create table script. It works in mysql, not sure about oracle.

你另情深 2024-08-01 08:17:35

对于 OSX 上 3.4.0 版本的任何人,我必须这样做:

Select the DB
Session >> SQL Server >> Generate T-SQL Script
Select the Objects/Tables wanted

保存到文件,但不给你进度指示器,所以给它一段时间运行。

For anyone on the 3.4.0 version on OSX, I had to do it this way:

Select the DB
Session >> SQL Server >> Generate T-SQL Script
Select the Objects/Tables wanted

Saves to a file, but gives you no progress indicator, so give it a while to run.

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