从 SQL Developer 在 SQL 数据库上运行脚本
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
脚本目标数据库中的对象
脚本本身应使用 schemaName.objectname 语法来标识每个对象
scripts target objects within a database
the script itself should identify each object using schemaName.objectname syntax