473,405 Members | 2,373 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

How do I edit a column in SQL Server Management Studio

OK, using SELECT I can view a database record from one of my tables, but now that I can see the selected record I notice that the first name, for example, is spelt incorrectly, and I wish to manually correct this mistake. Using transact SQL how do I, or can I, instruct SQL Server Management Studio that I wish to make specified column editable. I suppose what I'm asking is, "Is there a special SELECT statement that say's select and allow manually editing of selected columns?" I suspect the answer to this is going to be so simple that you are going to say "What a bonehead...:-)"

Joe

PS I see there is a pre-defined procedure to edit the top 200 rows, but I can't see the coding associated with this, and I would like to edit a specific row.
Jan 9 '13 #1
1 3172
You should be able to use an UPDATE query, something like

Expand|Select|Wrap|Line Numbers
  1. UPDATE table_name
  2. SET column_name = new_value
  3. WHERE ID = ID_value
Jan 9 '13 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Lyle Fairfield | last post by:
SQL Server Management Studio Express CTP is a freely downloadable utility (http://www.microsoft.com/downloads/details.aspx?familyid=82afbd59-57a4- 455e-a2d6-1d4c98d40f6e&displaylang=en) something...
1
by: Crazy Cat | last post by:
I'm calling several SQL Server 2005 stored procedures from Visual Basic 2005. I've got one stored procedure that locks up at the same point everytime, but if I copy the stored procedure from the...
1
by: jeeji | last post by:
HI I am experiencing something funny here where I have two equivalent queries: If I run them through query analyzer, the first runs slower than the second, but if run through C# application, the...
5
by: Jack | last post by:
Hello, I had SQL2000 server running fine on the windows 2003 box. I then installed SQL 2005 Express. They both worked together fine. I then uninstalled SQL 2005 Express and installed SQL 2005...
1
by: Mamba | last post by:
Brand new to this tool, and I am constructing a few queries. I am used to having a column list pop up when referencing table names in queries - the lat couple of products I used provided this...
1
by: Spectre1337 | last post by:
Hello, it seems like the check constraint validation of MS SQL Server Management Studio express is horribly, horribly broken. Either that or I'm using it wrong. I hope it's the latter. I'm...
0
by: Spectre1337 | last post by:
Hello, is it possible to generate the XSD database schema directly from MS SQL Server Management Studio? I usually do it by creating a new project in Visual Studio Web Developer and dragging my...
0
by: lyle fairfield | last post by:
When I work with MS-SQL Server in Access I keep MSSMSE open at the same time. I use it to do all my work on the SQL database. It has many strengths. One is a search and replace feature in T-SQL....
1
by: cherychoclatecandy | last post by:
How to change a datetime column to date format only using microsoft sql server management studio? eg 5/2/2008 8:49:48 AM to date format only (5/2/2008)
7
by: Lawless | last post by:
The following section, from an sql query, runs perfectly in Microsoft SQL Server Management Studio: the_section=(case when line_no= 101 then 1 when line_no between 102 and 105 then 2 when line_no...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.