sqlcmd command

2008-04-30


You can run the SetupDatabase.sql which can be found within the App_Data,which creates the database schema using the following command in your command prompt: sqlcmd -S SQL_SERVER_NAME -U USERNAME -P PASSWORD -d DATABASE_NAME -i SetupDatabase.sql

(Note:SQLCMD comes with the Visual Studio / SQL Express installation)