My installer needs to create a database and tables on an existing SQL Server. I also need to populate the database with sample data. I have already created the SQL script and the bcp files. I guess all I need to do is hook into SQL Server and get it to process those files.
Has anyone done this with Setup Factory? If so, care to share some tips? :-)
Has anyone done this with Setup Factory? If so, care to share some tips? :-)
Comment