March 27, 2009 at 7:12 am
In sql server 2005 i could search via ctrl + 2 and the specific data i was looking for came up. And then i could change data in one spesific field. Let's say i needed to change a password in a password field - how to do?
I am not very familiar with this kind of things but must learn me the hard way
March 27, 2009 at 9:29 am
CTRL+2 in a query runs sp_who by default. You can change that.
It sounds like you were hitting CTRL+2 to open a table? I've never seen that done before. If you want to, you can right click on a table and select "Edit Top 200 Rows" to see and manipulate some of the data in a grid.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply