在SSMS中,有没有一种方法可以根据视图输出的表生成用于创建表的脚本?

发布于 2024-09-27 12:51:10 字数 42 浏览 2 评论 0原文

在SSMS中,有没有一种方法可以根据视图输出的表生成用于创建表的脚本?

In SSMS is there a way to generate a script for table creation based on the table output by a view?

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

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

发布评论

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

评论(2

酒中人 2024-10-04 12:51:10

没有简单的方法可以做到这一点,因为所选数据不足以描述该表。例如。可能存在标识列,但您不知道,或者某些列可能可为空,但实际数据没有空值,等等。

这通常是一项复杂的任务,需要专用程序,而不是普通的数据库管理实用程序。

There is no simple way of doing such a thing, because selected data is not sufficient to describe the table. Eg. there might be identity column and you won't know or some column may be nullable but actual data has no nulls and so on.

This is in general a complex task that requires a dedicated program, not an ordinary database management utility.

故事还在继续 2024-10-04 12:51:10

我不知道怎么做,但是这个的答案问题可能对你有用。它涉及程序,但可能适用相同的原则。

I don't know how, but the answer to this question may prove useful to you. It is concerning procedures, but the same principles might apply.

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