将 .sql 脚本拖放到 SQL Management Studio 2008 中不起作用?
在 SQL 2000/查询分析器中,我曾经能够将 T-SQL 脚本文件从 Windows 资源管理器拖放到查询分析器上。
不能在 SQL 2008 / Management Studio 中执行相同操作吗?
我显然可以这样做: 文件/打开/文件... 导航到文件 然后打开它。
但有人请告诉我有一个更简单的方法,就像 2000 年一样!
编辑 16/7/10:终于在家用电脑上尝试了,按预期工作。 Workplace 对 a/c 登录有一些限制(NT 用户策略)。使用查询分析器,我可以“运行为”另一个 a/c,并且可以在登录用户下进行拖放操作;使用 Management Studio,我“运行为”另一个 a/c 和拖放操作在登录用户下不起作用。
In SQL 2000 / Query Analyser, i used to be able to drag-n-drop T-SQL script files from Windows Explorer onto Query Analyser.
Cannot do the same in SQL 2008 / Management Studio ?
I can obviously do:
File / Open / File...
Navigate to the file
Then Open it.
But someone please tell me there is an easier way just like in 2000 !
EDIT 16/7/10: Finally got to try on home PC, works as expected. Workplace has some restrictions (NT user policies) on a/c login. With Query Analyser, i 'Run As' another a/c and drag-drop works under logged-in user; With Management Studio, i 'Run As' another a/c and drag-drop does not work under logged-in user.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这对我来说效果很好吗?
这可能是某种权限问题 - 如果您在任何类型的提升权限下运行 Management Studio,那么我相信 Windows 将阻止拖放操作。
This works fine for me?
It's possible that this is some sort of permissions issue - if you are running Management Studio under any sort of elevated permissions then I believe Windows will prevent drag and drop operations.