SQL Server Management Studio:通过键盘快捷键打开表进行编辑
使用 SQL Server Management Studio (2008) 时,是否可以通过键盘快捷键甚至在“新查询”窗口中输入一些特殊关键字在编辑模式下打开表?
While using SQL Server Management Studio (2008), is it possible to open a table in Edit mode through keyboard shortcut or even some special keyword I type while in "New Query" window?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不,这不能完成。
No this can't be done.
您可以通过右键单击要编辑的表并选择“编辑所有行”来打开表 - 在此之前,请确保您的选项设置为工具/选项/Sql 服务器对象资源管理器/命令。
不知道这是否有帮助,但也许吧。
You can open a table by right clicking on the table you want to edit and selecting "edit all rows" - before doing this make sure your options are set tools/options/ Sql server object explorer/commands.
Dont know if that helps but maybe.