dbTalk Databases Forums  

Re: Editing tables in Query Analyzer

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss Re: Editing tables in Query Analyzer in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Simon Hayes
 
Posts: n/a

Default Re: Editing tables in Query Analyzer - 08-05-2003 , 04:11 AM






mjm (AT) barwonwater (DOT) vic.gov.au (Michael McGarrigle) wrote in message news:<9d0cafdc.0308042222.762a1f2a (AT) posting (DOT) google.com>...
Quote:
I am trying to update some rows in a table using Query Analyzer.
Using the Object Browser and selecting one of the User Tables,I then
right click on this table.
I can click on the Open option to view all rows but I want to choose
the Edit option but it is dimmed.
Is there some setting that needs to be enabled to allow me to make the
appropriate changes to this table. I have searched thru BOL but can't
seem to find anything.
I am logged on as sa

Thank You in advance.
Edit is for editing code in stored procedures, functions etc., rather
than working with data in a table. The best way to modify the data is
to write an UPDATE statement, especially if you have to change
multiple rows, or the table contains a lot of data. But if you want to
do it graphically, then you can use Open and edit the data in the grid
that's displayed.

Simon


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.