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
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/