Know your app when migrating your data
One of the projects that I’m working on at the moment is moving a data center from being hosted in Dallas Texas up to New Jersey so that it’s closer to the companies corporate office in New York City. As a part of this data center migration the Microsoft SQL Server databases must be moved […]
Figuring out how log shipping is doing
A lot of the time when doing data center migrations or system migrations I end up using Transaction Log Shipping to get the data from one SQL Server to another. I do this for a few reasons. It’s reliable. It’s easy to do (I’ve got plenty of scripts sitting around to use) I can easily […]
Figuring out how log shipping is doing
A lot of the time when doing data center migrations or system migrations I end up using Transaction Log Shipping to get the data from one SQL Server to another. I do this for a few reasons. It’s reliable. It’s easy to do (I’ve got plenty of scripts sitting around to use) I can easily […]