Results 1 to 5 of 5
-
03-19-2009, 04:02 PM #1BahamaER Guest
Instructions for Moving the Checkbox SQL Database
Our SQL server currently ran out of space and we now need to move it to new drive, has anyone ever done this before? I would like instructions on moving the Checkbox SQL server from the C drive to the D drive. Are there any special configurations for IIS as well?
-
04-16-2009, 04:00 PM #2hans.nilsson Guest
If you only want to move the Checkbox database to D:, you should be able to use Detach/"Move Checkbox MDF/LDF files"/Attach.
SQL Server Help states the following:
Look under "Detaching and Attaching Databases" in SQL Server HelpCode:The data and transaction log files of a database can be detached and then reattached to the same or another instance of SQL Server. Detaching and attaching a database is useful if you want to change the database to a different instance of SQL Server on the same computer or to move the database.
/Rgds, Hans
PS.
If you need to move the whole SQL Server installation it?ö¼?öñs a little more work...
-
04-28-2009, 02:24 PM #3spatters Guest
We'll be switching to a different server\instance in the near future. Is there a way to just specify a different connection string to do this?
-
04-28-2009, 03:17 PM #4
Administrator
- Join Date
- Mar 2007
- Location
- Prezza Technologies
- Posts
- 225
To point Checkbox to a different database and/or database server, you can edit the connection string named DefaultConnectionString stored in the <connectionStrings /> section of the Checkbox web.config.
-
04-29-2009, 08:56 AM #5BahamaER Guest
Thankyou for the responses, I was able to use the detach/attach method.


LinkBack URL
About LinkBacks
Reply With Quote
