Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
new_developer
Starting Member
18 Posts |
Posted - 2012-05-21 : 22:26:46
|
hi for allI have a question I have a simple tablehas old data I did it on microsoft access2003I want to transfer data in the specific table to a new table on sql server 2008how can I transfer old data to a new tableany one can give any way to do thatThank you |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2012-05-21 : 23:05:47
|
you can use either export import wizard or OPENROWSET------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
|
|
new_developer
Starting Member
18 Posts |
Posted - 2012-05-22 : 00:39:19
|
quote: Originally posted by visakh16 you can use either export import wizard or OPENROWSET------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/
friend thankyou now I understand first stepbut I have problem I can't find export import wizard in my sql how can I find it and thank |
|
|
prett
Posting Yak Master
212 Posts |
Posted - 2012-05-24 : 01:38:52
|
quote: Originally posted by new_developer
quote: Originally posted by visakh16 you can use either export import wizard or OPENROWSET------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/
friend thankyou now I understand first stepbut 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 |
|
|
mani_12345
Starting Member
35 Posts |
Posted - 2012-05-24 : 02:05:36
|
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? |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2012-05-24 : 16:12:49
|
quote: Originally posted by new_developer
quote: Originally posted by visakh16 you can use either export import wizard or OPENROWSET------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/
friend thankyou now I understand first stepbut 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 datait will launch export import wizard. make sure you map it to access db and to correct table------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
|
|
granuharmot
Starting Member
31 Posts |
Posted - 2014-09-23 : 05:15:30
|
unspammed |
|
|
|
|
|