Upgrading from Access to SQL |
Post Reply |
Author | |
blueshire
Newbie Joined: 24-January-2007 Location: United Kingdom Status: Offline Points: 0 |
Post Options
Thanks(0)
Posted: 24-January-2007 at 4:59am |
I am currently running PC 2.75 with Apparel/Gift addon running on an Access database. I have just purchased the upgrades to v3 but am considering since I'm undertaking a major upgrade I might as well upgrade to SQL server at the same time. Has any one had any experience of this? any problems I should be aware of. I intend trying to upgrade fully to v3 within Access (via 2.76 first) and then use the Access upsizing wizard on the v3 database to move to SQL Any tips would be greatly appreciated Richard |
|
igurv
Newbie Joined: 01-February-2007 Location: Canada Status: Offline Points: 0 |
Post Options
Thanks(0)
|
Did you had any response for this query, I am planning to do that same, anything to be aware of? Thanks
|
|
blueshire
Newbie Joined: 24-January-2007 Location: United Kingdom Status: Offline Points: 0 |
Post Options
Thanks(0)
|
No, no responses as yet, although I'm not in a hurry to upgrade, just bought the upgrade now since the $/£ conversion is great
|
|
cognecy
Certified ProductCart Developers Joined: 18-March-2006 Location: United States Status: Offline Points: 8 |
Post Options
Thanks(0)
|
blueshire and igurv, Upgrading from Access to SQL is not a trivial process. My experience is that the upsizing wizard built into Access is not that good. Problem with Upsizing is that it will try to re-create the Table Schema for the SQL side which will cause problems when you try to run the store. You are much better off migrating just the data into an SQL database that is already populated with the correct tables and has the correct schema. As I said before, even moving the data is not trivial because you are dealing with Foreign Key Constraints that will not allow you to move all the tables at once. The best example of this I can give you is that you cannot populate the data for orders until you have the products data and customers data in because one table relies on the other. This is the case with many of the tables and those relevant relationships are different for each store depending on which features you are using and are not using. There are many other considerations and things to be aware of when migrating your store from Access to MSSQL but honestly, it would take me a very long time to list them all. After spending several weeks learning how to migrate our own store over to SQL, we started doing these migrations for other ProductCart Customers and have done a very good job at this. If you are interested, my company is Cognecy Solutions, LLC and we can do your conversion from Access to MSSQL. Please see our post in the Partner Offers thread for details.[ http://www.earlyimpact.com/forum/forum_topics.asp?FID=14 ] Edited by cognecy - 14-February-2007 at 1:20pm |
|
igurv
Newbie Joined: 01-February-2007 Location: Canada Status: Offline Points: 0 |
Post Options
Thanks(0)
|
I am trying to move the DB from Access to MS SQL - what should be the settings for the variable scDB, changed to and do i need to make changes to SSL link, where would I find that? Thanks Gurv private const scCrypPass="sdfhsdfkshf98werwreiwerjv"
|
|
cognecy
Certified ProductCart Developers Joined: 18-March-2006 Location: United States Status: Offline Points: 8 |
Post Options
Thanks(0)
|
The setting for the scDB variable woudl be: private const scDB="SQL" The complete string should look like this: <%private const scCrypPass="your_product_cart_Key" Please note that you should never connect to an SQL db using an IP address (always use a URL (your hosting provider will provide this). If you have any questions about this process feel free to contact me any time (just not at 2:00 AM in the morning please). Mark Shipp |
|
amgqmp1
Groupie Joined: 01-November-2005 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
|
FWIW, I paid Early Impact to perform the DB conversion from Access to MSSQL 2000...and it was well worth every penny. I'm of the impression the system I run is a bit "unusual" for a productcart installation...but, they made the migration pretty painless. Then I turned around and migrated it to MSSQL 2005 myself a couple weeks later. |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |