hi,
i need to isnert data from 1 database table to another database table using condition
insert
(
[Code],ProductName)
select
Format,Name
from
[CS].[dbo].[Master]
where
[CS].[dbo].[Master].Format!=Rx.dbo.Stage1.[Code] getting error the multipart identifier Rx.dbo.Stage1.[Code] count not be bound
into [Rx].[dbo].[Stage1]