Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 how to use merge statement

Author  Topic 

subhaoviya
Posting Yak Master

135 Posts

Posted - 2013-04-02 : 15:40:00
please help to use merge statement for updation

James K
Master Smack Fu Yak Hacker

3873 Posts

Posted - 2013-04-02 : 15:57:24
There is a very good article on simple-talk here: https://www.simple-talk.com/sql/learn-sql-server/the-merge-statement-in-sql-server-2008/
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-04-03 : 02:00:43
quote:
Originally posted by subhaoviya

please help to use merge statement for updation


if you just want to do updation why use MERGE? why cant you use normal UPDATE?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page
   

- Advertisement -