select other.* --into dbo.boloney from openrowset ( 'SQLNCLI', -- provider 'Server=.\InstanceName;Trusted_Connection=yes;' 'select * from db_name.dbo.table_name;' -- 3-part ) other;Using the dot in place of the box name is a real life saver, because if the box is renamed then the queries still run without the need to hunt them all down and make changes to reflect the box name change :)
No one has followed this question yet.