Hi,
I have almost 1M records in which I need to update its Company name against each ID.
How I can update it in single update statement in sql server.
In short I would like to perform
update tblname set
Name='updatedname'(which would be 100s of)
where
cid in
(
100s of
)
Thanks,
Nilesh