Best practices or tools for installing a MS SQL database
- by Maestro1024
Best practices or tools for installing a MS SQL database
I have a MS SQL database designed with the MS SQL GUI database editor/Visual Studio.
What is the best way to "install" that database on other systems. Said another way how should I ship this thing?
I know I can save the scripts and set the primary/foreign keys with T-SQL but I suspect their is something better. I guess you could have people restore from backup but that does not seem very professional.
What other choices are there and what are the pluses and minuses?