Can we write a query like
INSER TNTO Customers SELECT * FROM OPENROWSET( 'SQLNCLI', Remote Server Settings , 'SELECT * FROM Customers)
Remote Server is on some other server over internet public IP.
Will this be faster compared to SqlBulkCopy?
I need to create a slave database which can regularly copy data from server accessible through public IP
Does anyone have any idea on the timeouts and failure over large value tables?