Reply
How easy to convert database from Access to SQL?
Old 01-08-2007, 10:53 AM How easy to convert database from Access to SQL?
Novice Talker

Posts: 13
Name: Sue
I have a database currently in Access and understand it needs to be in SQL Server. I have been told by one developer that converting it is not necessarily straightforward, yet my previous coder says it only needs one extra line of code to point it ot SQL and it is as simple as that. Can anyone tell me how easy it really is to change from Access to SQL?

Many thanks.
clock is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 01-09-2007, 12:03 AM Re: How easy to convert database from Access to SQL?
technoguy's Avatar
Extreme Talker

Posts: 151
You can open access file in MS Excel , save it as CSV file and then you can insert it into MS Sql or mysql
__________________
Web Design in Surat Students Project PHP Help
the best web designer in surat
technoguy is offline
Reply With Quote
View Public Profile
 
Old 01-10-2007, 09:35 AM Re: How easy to convert database from Access to SQL?
bbutton's Avatar
Experienced Talker

Posts: 43
Name: Bill Button
Location: Reading,UK
Hi

From within the SQL Server Enterprise manager you can use the import option. Right click the Database folder, then choose "Import Data" under the "All Tasks" Option. From this you can set the source to Microsoft Access and choose the MDB file and go from their.

Regards
Bill Button
Technical Manager
http://www.rodmatic.com
bbutton is offline
Reply With Quote
View Public Profile Visit bbutton's homepage!
 
Old 01-11-2007, 07:53 PM Re: How easy to convert database from Access to SQL?
ForrestCroce's Avatar
Half Man, Half Amazing

Posts: 3,024
Name: Forrest Croce
Location: Seattle, WA
Quote:
Originally Posted by clock View Post
I have a database currently in Access and understand it needs to be in SQL Server. I have been told by one developer that converting it is not necessarily straightforward, yet my previous coder says it only needs one extra line of code to point it ot SQL and it is as simple as that. Can anyone tell me how easy it really is to change from Access to SQL?

Many thanks.

They're both right.

In MS Access, there's an "Upsizing Wizard" ( I think it's under the Tools menu ) that will convert an Access database into SQL format. It's pretty easy.

But both databases have concepts the other doesn't. SQL Server allows stored procedures to do pretty much anything you want, where Access "Action Queries" can only have one SQL statement each. But then Access lets you use macros, which can run a series of action queries one after the next - SQL Server doesn't have anything like macros.

So it really depends how complex the Access database is. If it's only tables and queries, then you should have no trouble. If it's got forms, macros, and so on, SQL Server doesn't support these concepts; you use a high level programming language to perform those kinds of tasks against a SQL backend.

Hope this helps.
ForrestCroce is offline
Reply With Quote
View Public Profile Visit ForrestCroce's homepage!
 
Reply     « Reply to How easy to convert database from Access to SQL?
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Webmaster Resources Marketplace:
Software Development Company | Webhosting.UK.com | Text Link Brokers 


   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.12373 seconds with 12 queries