Best practices or tools for installing a SQL Server 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 13:53 UTC
Read the original article Hit count: 264

Filed under:
|
|

Best practices or tools for installing a SQL Server database

I have a SQL Server database designed with the SQL Server 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

Related posts about installation

Related posts about sql