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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 migration

Author  Topic 

saluanand
Starting Member

1 Post

Posted - 2010-12-27 : 23:04:50
i want to change my access database in to SQL Server 2005. but both data base tables have different structure. i want to transfer only the datas

nigelrivett
Master Smack Fu Yak Hacker

3385 Posts

Posted - 2010-12-27 : 23:08:30
Depends on what you are experienced in and the nature of the data.
I would probably import the data into sql server staging tables then use a script to move it. That keeps the import separate from the manipulation.
Linked table or ssis would be easiest to do the import probably.

==========================================
Cursors are useful if you don't know sql.
SSIS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -