Question:
Going from Access to SQl Server?
csdraska
2007-01-03 10:52:40 UTC
I have to move very large database in Access to SQL Server 2005 because the access is to small. I know there is a migration download that will automatically move everything over but I have read that is not the best way to do it because data can get lost since the field types are different. I was wondering what is the best way to move the data over? Should I jsut make the tables in SQL Server 2005 then write a VB application that will move the data over for me? I know this will take awhile consindering I have about 50 tables but is this my safest bet?
Four answers:
2007-01-03 10:55:59 UTC
SQL Server Management Studio should allow you to import data from Access directly into a SQL Server database.
Smutty
2007-01-03 19:33:31 UTC
Under SQL Server 2000 these types of tasks used to fall under the "Data Transformation Services" in SQL Server.



Now with SQL Server 2005, they fall under "SQL Server Integration Services (SSIS) "



I do not see the benefit of transforming the Data from Access to SQL server through a custom application. I believe you should start reading about SSIS in SQL Server books online.
Doug k
2007-01-03 22:03:39 UTC
If you are talking about the freebie SQL Server 2005 Express Edition, then you may be out of luck. The management tool for this (called Management Studio Express) does not have all of the bells and whistles of the pro or enterprise ($$$) versions.
lv_consultant
2007-01-03 18:59:31 UTC
all of that info is included in the documentation with SQL Server


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...