Hi All,
i am trying to execute this statement:
begin tran
update Attributes
set EntityId = dbo.Entity.GlobalId
where Attributes.DQUID = dbo.Entity.GlobalId
but am getting this error:
Msg 4104, Level 16, State 1, Line 4
The multi-part identifier "dbo.Entity.GlobalId" could not be bound.
Any help much appreciated