Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
RFM8
Starting Member
1 Post |
Posted - 2009-07-26 : 13:20:39
|
Hello all!I am building a system that includes site and DB.this system is meant to be installed in large number of servers.I want to user the easiest way (for site administrators) to install this predefined database in their system.Can you give me some article that explains me how to do it?Thanks! |
|
russell
Pyro-ma-ni-yak
5072 Posts |
Posted - 2009-07-26 : 18:38:47
|
Give 'em a backup of db and have them restore it. See BOL for RESTORE syntax.Or have installation script use sqlcmd create and populate db |
|
|
|
|
|