an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Installation > MSSQL Script to setup databse
Last Post 4/8/2008 11:44:23 AM By lukezy. 1 replies.
4/8/2008 7:14:46 AM
MONO
Posts: 3
Joined: 4/23/2008
MSSQL Script to setup databse

Hello!

How about including a streight forward SQL script to setup the storefront on an already created/empty database within MSSQL 2005 (Using Server management studio). Don´t see why I should know the name of the log files etc. I find the installation quite frustrating. I just want to choose my database within Server management studio open the .SQL file and hit execute adn whoola everthing is setup. I think that this is the most common way.

/M

 

4/8/2008 11:44:23 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: MSSQL Script to setup databse

We probably maintain just one way of installation procedeure, which is using InstDSC.exe. If you would like to install manually, please feel free to change CreateDB.sql. What you need to do is just to remove all DML statements.

DotShoppingCart Staff