I have a Windows application written in C# that works with an Access database file. Furthermore, I use some DataSets in my project that work with this Access database.
Arising from this, I have two questions:
- How can I convert the Access database file into an SQL Server database, and
- How can I convert the project code (using Access DataSets) to work with the SQL Server database?