Can I create an image from an existing SQL server on WIndows?

We have a problem creating test data for testing. It is very time consuming to enter data into the application and get it into the correct state, for the beginning of a test. Then when the tests are complete we have no test data left, you can’t revert a lot of the operations in the application.

Can we take snapshots of the database and create docker images of them, so that it is easy for us to just grab the test data we need and start it in a new container?