SQL Server Forums
Profile | Register | Active Topics | Members | Search | Forum FAQ
 
Register Now and get your question answered!
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 SQL Server 2008 Forums
 SSIS and Import/Export (2008)
 transfer data from access table to sql table
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

new_developer
Starting Member

Australia
14 Posts

Posted - 05/21/2012 :  22:26:46  Show Profile  Reply with Quote
hi for all
I have a question I have a simple table
has old data I did it on microsoft access2003
I want to transfer data in the specific table to a new table
on sql server 2008
how can I transfer old data to a new table
any one can give any way to do that
Thank you

visakh16
Very Important crosS Applying yaK Herder

India
47189 Posts

Posted - 05/21/2012 :  23:05:47  Show Profile  Reply with Quote
you can use either export import wizard or OPENROWSET

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

new_developer
Starting Member

Australia
14 Posts

Posted - 05/22/2012 :  00:39:19  Show Profile  Reply with Quote
quote:
Originally posted by visakh16

you can use either export import wizard or OPENROWSET

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/




friend thankyou now I understand first step
but I have problem I can't find export import wizard
in my sql how can I find it
and thank
Go to Top of Page

prett
Posting Yak Master

USA
161 Posts

Posted - 05/24/2012 :  01:38:52  Show Profile  Reply with Quote
quote:
Originally posted by new_developer

quote:
Originally posted by visakh16

you can use either export import wizard or OPENROWSET

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/




friend thankyou now I understand first step
but I have problem I can't find export import wizard
in my sql how can I find it
and thank



Check this article, it has full information about "How to Import and Export Data by Using the SQL Server Import and Export Wizard" :http://msdn.microsoft.com/en-us/library/ms141209%28v=sql.100%29.aspx
Go to Top of Page

mani_12345
Starting Member

India
35 Posts

Posted - 05/24/2012 :  02:05:36  Show Profile  Reply with Quote
so u have new sql script for new table in your database ?
or want to create it first then want to insert record from access?
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

India
47189 Posts

Posted - 05/24/2012 :  16:12:49  Show Profile  Reply with Quote
quote:
Originally posted by new_developer

quote:
Originally posted by visakh16

you can use either export import wizard or OPENROWSET

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/




friend thankyou now I understand first step
but I have problem I can't find export import wizard
in my sql how can I find it
and thank


connect to server from sql server management studio.
select the databse where you want to transfer data to. right click and choose tasks->import data
it will launch export import wizard. make sure you map it to access db and to correct table

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
SQL Server Forums © 2000-2009 SQLTeam Publishing, LLC Go To Top Of Page
This page was generated in 0.05 seconds. Powered By: Snitz Forums 2000