Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Server Management Studio: Open table for Editing through keyboard shortcut

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?

like image 574
Faruz Avatar asked May 04 '10 10:05

Faruz


People also ask

How do I open a table in edit mode in SQL Server?

Go to Tools > Options. In the tree on the left, select SQL Server Object Explorer. Set the option "Value for Edit Top Rows command" to 0. It'll now allow you to view and edit the entire table from the context menu.

How do I open a table in SQL Server Management Studio?

In the Object Explorer, select the database you attached and expand its contents. From the Tables category, select the table you want to view. Right-click on the table name and select Edit Top 200 Rows from the contextual menu. The table contents (the first 200 rows) is opened in a new tab window, on the right side.

What is CTRL L in SQL Server?

CTRL+L. Delete current code line and copy it to clipboard. SQL Editor.


1 Answers

No this can't be done.

like image 91
KM. Avatar answered Nov 15 '22 06:11

KM.