I've tried posting my question in a search engine, but can't get any relevant information. And I'm not really sure how to ask the question simply. So here it goes.
I've got some software that makes use of a SQL Server database. However, I need to make this data accessible on a DVD disk. How do I put the loaded SQL Server database onto the disk? I'm using SQL Server Express or SQL Server (I need to check licensing).
I suspect that my steps will be:
- Create and load the database with the necessary data.
- Create an idb file to reference the disk database.
- Copy the files to the disk using a burner application.
- ...
- Profit!
It's step 3 I'm unsure about - which files?