I could use some help setting up the SQL database for the commercial version on my ISP's SQL Server 2005. The ISP gives me access to the server through a web interface that allows backup and restore and also through direct SQL Management Studio access. I've had the most luck in the past with creating a new database on the server and then restoring my local version to the new database through the web interface. I can't do this with DSC because a DSC backup contains three files; data, log, and full text search information. The web restore feature only allows two files; data and log.
I have not tried creating the database through Management Studio with the CreateDB.sql script. I guess I'm not sure exactly how do do that. Any help would be appreciated.
Linden
|