As a hobby, I want to rewrite a current application which is using Paradox tables (*.db) to a ASP .NET application using MS SQL Server 2008. Before starting programming, I want to be sure that I can convert the current tables to the MS SQL database.
Could anyone tell me how to manage this?
I can think of a couple of ways:
1) Finding a tool who does all.
2) Somehow generate CREATE TABLE and INSERT scripts and run them in the MS SQL environment
3) Somehow generate CREATE TABLE scripts and export/import the data via a CSV-file
There is a big gap between thinking of alternatives and realy doing it. I do not have Paradox software available on my PC, although I have some freeware tools that enable to look at the structure of the tables. That's it.
Please, could you advice me how solve this problem, like what tools to use or what procedure to follow.
Thanks a lot!