Dealing with data in a Docker container is more difficult than it is in a virtual machine or physical server. Containers are inherently stateless, while database management systems like SQL Server ...
This came up today and I didn't know exactly how to properly do it. The situation: We were to move a database from a MS SQL 2000 server into our in house MS SQL server and run the restore to overwrite ...