|
Subject:
|
Access to SQL Migration
|
|
Posted By:
|
samsuree
|
Post Date:
|
7/18/2006 2:20:38 AM
|
Can any one send me the code for to migrate the access database to SQL Server. If u do so i will be thenkful to u.
|
|
Reply By:
|
surendran
|
Reply Date:
|
7/19/2006 5:50:45 AM
|
hi samsuree, check following links, it will help you. http://support.microsoft.com/?kbid=237980 http://www.google.lk/search?hl=en&q=migrate+the+access+database+to+SQL+Server&btnG=Google+Search&meta=
surendran (Anything is Possible)
|
|
Reply By:
|
samsuree
|
Reply Date:
|
7/20/2006 1:26:58 AM
|
Hef friend i need the code in .NET. I want to convert it programatically.
|
|
Reply By:
|
veggivore
|
Reply Date:
|
8/29/2006 11:44:56 PM
|
If you have control of the SQL server, you can use the DTS package designer to design the conversion process and then save the process in a VB script. You can then use the VB.NET code convert utility to migrate the script to .NET.
|