SQL Server 2008。我希望能够像以前在 Enterprise Mgr 中一样编辑多行字符数据

发布于 2024-08-27 08:35:11 字数 98 浏览 3 评论 0原文

我希望能够插入和更新带有嵌入回车符的行,即使列的类型为 text 或 ntext。

由于似乎没有 GUI 方法可以做到这一点,有谁知道有一个免费工具可以做到这一点吗?

I want to be able to insert and update rows with embedded carriage returns even if the column if of type text or ntext.

Since there seems to be no GUI way to do this, does anyone know of a free tool that does?

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

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

发布评论

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

评论(2

霓裳挽歌倾城醉 2024-09-03 08:35:11

不幸的是,没有。从 SQL Server 2005 开始,使用 Management Studio 中的“结果”窗格输入换行符的功能已被删除(您可以在 SQL Server 2000 的企业管理器中执行此操作)。这意味着要么编写查询脚本以包含换行符,要么使用其他工具,例如 Toad、DBVisualizerSQL LOB 编辑器 或其他第三方工具。

Unfortunately, no. Starting with SQL Server 2005, the ability to enter a line-break using the Results pane in Management Studio was removed (you can do it in SQL Server 2000's Enterprise Manager). That means either scripting the query to include a line break or using another tool like Toad, DBVisualizer, SQL LOB Editor or some other third-party tool.

小鸟爱天空丶 2024-09-03 08:35:11

啊,蟾蜍做到了——我只是发现我可以关闭只读模式。

也可以在 Mgt Studio 中完成吗?

Ah, Toad does it-I just had to discover that I could turn off read only mode.

Can it also be done in Mgt Studio?

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