I am trying to figure out what would be the best way to copy SQL database views from one database to another.
Both databases are hosted on two different servers, so will require firewall access between them. I will need to send the views of the data on a daily basis to the required database.
Copy table to a different database on a different SQL Server - Tried this example but not getting any luck.