communitytools-image2docker-win icon indicating copy to clipboard operation
communitytools-image2docker-win copied to clipboard

Full SQL Server porting

Open ManoMarks opened this issue 9 years ago • 1 comments

Install and set-up SQL server and port over all data and settings

ManoMarks avatar Nov 07 '16 23:11 ManoMarks

This should make use of ArtifactParam so the user can choose between different behaviours:

1. full database clone - copying MDF and LDF files and running CREATE DATABASE...FOR ATTACH in the Dockerfile; 2. schema clone (no data) - using SqlPackage to extract a Dacpac containing the database schema, and using SqlPackage in the Dockerfile to deploy it.

sixeyed avatar Dec 20 '16 17:12 sixeyed