Viewing 4 posts - 1 through 4 (of 4 total)
http://www.simple-talk.com/sql/learn-sql-server/sql-server-index-basics/
October 13, 2010 at 12:23 am
#1235987
you can try something like this
update Table1
set Code = (select t2.code
from Table2 't2'
...
October 13, 2010 at 12:21 am
#1235985
http://www.bigresource.com/Tracker/Track-ms_sql-9QRdFBXV/
October 13, 2010 at 12:10 am
#1235983
yes this question repeated
July 15, 2010 at 10:52 pm
#1193879