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

I am new to SQL server. Is there any one can tell me how to transfer the Tables, Forms, Querys, reports and Macros to SQL? (Using DTS ?)

2006-12-31 10:07:49 · 3 answers · asked by george yen 1 in Computers & Internet Programming & Design

3 answers

Search the Access help file for "Upsizing Wizard".

2007-01-02 07:04:59 · answer #1 · answered by Richard H 7 · 0 0

You could use SSIS (built into sql server 2005) or DTS (sql server 2000) (also known as integration services)

You could use a Linked server (inside of sql you can create a link to your ms access database) then do an INSERT INTO [sqlserver.table] FROM [msaccess.table] command to copy your tables from access to SQL directly.

http://www.databasejournal.com/features/mssql/article.php/3085211

OR You could use the Access upsizing wizard:
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q325017

i think those are the best 3 options.

2006-12-31 10:46:40 · answer #2 · answered by Jhered 3 · 0 0

In EXCEL, export (keep AS) the information to a CSV (Comma Separated fee) document, it truly is a textual content document it truly is formatted by a comma frequently, or different delimeters alongside with a quote " or each so often an area or tab. Then IMPORT the information into your MySQL or *sq. database through phpMyadmin or similar software.

2016-12-01 09:17:48 · answer #3 · answered by Erika 4 · 0 0

fedest.com, questions and answers