Stairway to T-SQL DML Level 10: Changing Data with the UPDATE Statement

Posted on SQL Server Central See other posts from SQL Server Central
Published on Wed, 10 Oct 2012 06:00:00 UT Indexed on 2012/10/10 15:49 UTC
Read the original article Hit count: 209

Filed under:

Unless you are working on a reporting-only application you will probably need to update tables in your SQL Server database. To update rows in a table you use the UPDATE statement. In this level we will be discussing how to find and update records in your database, and discuss the pitfalls you might run into when using the UPDATE statement.

SQL Source Control Is your SQL Database under Version Control?
SSMS plug-in SQL Source Control connects SVN, TFS, Git, Hg and all others to SQL Server. Learn more.

© SQL Server Central or respective owner