Viewing 4 posts - 1 through 4 (of 4 total)
As geervani indicated you can definitely use FROM clause in UPDATE but not in the example given.
I would do:
update a1
Set a1.column= a2.column
From table as a1 inner...
September 24, 2009 at 1:27 am
That's fine Lynn ... but I suppose the joke should be hinted toward SQL activities.
I see no connection here 😉
Victor
July 3, 2009 at 5:13 am
Edit your
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC\MTxOCI keys to contain the following:
a) "OracleOciLib"="oci.dll"
b) "OracleXaLib"="oraclient9.dll".
c) "OracleSqlLib"="orasql9.dll"
Then reboot your server. (I'm assuming the Oracle linked server is Oracle 9i)
Victor
March 6, 2009 at 3:11 am
Viewing 4 posts - 1 through 4 (of 4 total)