English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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?

2007-01-03 05:52:40 · 4 answers · asked by csdraska 1 in Computers & Internet Programming & Design

4 answers

SQL Server Management Studio should allow you to import data from Access directly into a SQL Server database.

2007-01-03 05:55:59 · answer #1 · answered by Anonymous · 1 0

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.

2007-01-03 14:33:31 · answer #2 · answered by Smutty 3 · 0 0

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.

2007-01-03 17:03:39 · answer #3 · answered by Doug k 3 · 0 0

all of that info is included in the documentation with SQL Server

2007-01-03 13:59:31 · answer #4 · answered by lv_consultant 7 · 1 0

fedest.com, questions and answers