Viewing 3 posts - 1 through 3 (of 3 total)
Hi
Here are what is new in SQL 2012 with wonderful summary at :
http://www.tsqladmin.com/forum/database/forumlist.asp?forum_id=10848&TopicCode=database
Thanks
December 9, 2013 at 5:26 pm
#1672179
Visit this site :
You could find how to do it in easy way
Mnaouar Ben Khelifa
December 9, 2013 at 5:15 pm
#1672178
You could update on driven table but in other way,
You were trying :
Update T SET Id=0 FROM (SELECT * FROM tt1) AS T
but you could use this as follow ,...
January 16, 2008 at 6:24 am
#768594