在 SQL Server 2005 Management Studio 脚本向导中,未出现要生成的文件

发布于 2024-12-26 10:02:40 字数 130 浏览 0 评论 0原文

在 SQL Server 2005 Management Studio 脚本向导中,我尝试将每个数据库对象导出到单独的单个文件,但“要生成的文件”没有出现在“脚本到文件”选项下。

我确信我以前做过并且它在那里,但它没有出现在我的中

In SQL Server 2005 Management Studio Script Wizard, I'm trying to export each database object to a separate single file but Files to generate does not appear under Script To File options.

I'm sure I did it before and it is there but it does not show up in mine

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

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

发布评论

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

评论(1

独夜无伴 2025-01-02 10:02:40

MS SQL Server 2005 中不存在要生成的文件,它是在 SP2 中添加的。
安装SP3或SP4不会添加它。

如果您安装了 SP3 或 SP4,您将无法再安装 SP2。

您需要删除 MS SQL Server 2005 并重新安装,然后按编号安装所有服务包。

您可以使用以下命令检查当前安装的服务包版本:

select serverproperty('productlevel')

The Files To Generate does not exists in MS SQL Server 2005 and is added in SP2.
Installing SP3 or SP4 will not add it.

If you installed SP3 or SP4 you will not be able to install SP2 anymore.

You need to remove MS SQL Server 2005 and reinstall it and then install all service packs by number.

you can check version of Service pack that is currently installed by using:

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