i am working on a software which uses sql server as backhand, i want the installation package should directly attach the database file to sql server or should create tables with data in it while installing the software.
Printable View
i am working on a software which uses sql server as backhand, i want the installation package should directly attach the database file to sql server or should create tables with data in it while installing the software.
Take the system you created your developmen on and dump the database to an SQL load file, Then all you will have to do when you deploy this is to run the SQL on the server you attach to.
Moved to Application Deployment