Best practices or tools for installing a MS SQL database
Posted
by Maestro1024
on Stack Overflow
See other posts from Stack Overflow
or by Maestro1024
Published on 2010-04-03T12:22:32Z
Indexed on
2010/04/03
12:33 UTC
Read the original article
Hit count: 288
installation
|sql
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?
© Stack Overflow or respective owner