That works great, thank you very much. I will save it here in case the server ever gets hit by a beer truck and I lose my script:INSERT INTO [domainname.com].dbo.tb_slideshowimages ([f_slideshowGUID], [f_slideshowmanagerID], [f_slideshowpropertyassignment], [f_slideshowassignmentID], [f_slideshowfilename], [f_slideshoworder])SELECT m.[f_slideshowGUID], m.[f_slideshowmanagerID], m.[f_slideshowpropertyassignment], m.[f_slideshowassignmentID], m.[f_slideshowfilename], m.[f_slideshoworder]FROM [restore.domainname.com].dbo.tb_slideshowimages mLEFT JOIN [domainname.com].dbo.tb_slideshowimages c ON m.[f_slideshowGUID] = c.[f_slideshowGUID]WHERE c.[f_slideshowGUID] IS NULL