I have a Visual Studio SSDT project which I use to keep track of all database changes and it is all kept under source control.
From Visual Studio I can deploy this to my local SQL Server and also our test environment. However I can not remotely connect to our Production SQL Server for security reasons but I can RDP into the production server.
What is the best way to ensure all my database changes get deployed to production?
Not sure it makes much difference for this question but I am using VS 2015 and SQL Server 2012.