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?
you can import database from access db to sql server. for this you can make a new db in sql server, then press right click in db name, after that from showed menu, go like below:
Tasks->Import Data
use Microsoft Access as data source.
this is the best way.