hai all
I have an update problem .Please help me
Let me know whether i can use nolock in the update statement as given below
update a
set a.nproductid = b.Productid
from db1..tb1 a with (nolock)
inner join db2..tb2 b with (nolock)
on a.col1 = b.col1
thanks in advance
Sen
I have an update problem .Please help me
Let me know whether i can use nolock in the update statement as given below
update a
set a.nproductid = b.Productid
from db1..tb1 a with (nolock)
inner join db2..tb2 b with (nolock)
on a.col1 = b.col1
thanks in advance
Sen