从 SQL Developer 在 SQL 数据库上运行脚本

发布于 2024-12-14 14:34:01 字数 153 浏览 0 评论 0原文

我有一个 SQL 数据库,上面有一个架构。我正在尝试从 SQL Developer 运行此架构上的脚本。我遇到的问题实际上是从 SQL Developer 执行此操作的。在 SQL 工作表屏幕的右上角,我可以选择数据库,但无法选择架构。例如,我需要它在 FLL.dbo 上运行。我该怎么做呢?

I have a SQL database that has a schema on it. I am trying to run a script on this schema from SQL Developer. The problem I'm having is actually doing this from SQL Developer. In the upper right hand corner of the SQL Worksheet screen I can choose the database, but I can't choose the schema. For instance, I need it to run on FLL.dbo. How do I go about doing this?

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

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

发布评论

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

评论(1

一影成城 2024-12-21 14:34:02

脚本目标数据库中的对象

脚本本身应使用 schemaName.objectname 语法来标识每个对象

scripts target objects within a database

the script itself should identify each object using schemaName.objectname syntax

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