Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Edit top 200 rows" not showing in sql server management studio

I have installed a SQL server management studio 2008 successfully. But I can't find the Edit Top 200 rows option when I right click on a table.

Does anybody know where I can find what I'm looking for?

like image 859
rishikesh tadaka Avatar asked Dec 09 '12 05:12

rishikesh tadaka


2 Answers

I understand your question differently, as I have the same one. For me, the problem is that my Azure database doesn't have the edit and view top row, but when I connect to my Winhost one, they are there. I think that it is on the database's side, not your client. I am surprised that Azure doesn't support it, but I think that must be the case. I bet that the database you are connecting to is similar.

like image 126
Karl Henselin Avatar answered Sep 29 '22 05:09

Karl Henselin


"Edit row" is command for N rows. you can edit it here. Tools=> Options: enter image description here

like image 39
Harry Avatar answered Sep 29 '22 03:09

Harry