Question

I'm trying to develop a solution that manages a database of structural materials . So I'm using C# for the solution . Now , I want to connect it with a SQL Database(the structural material database) and I choose to use Microsoft SQL Server Express 2012 .

All the data I need to import to the database is in an Excel worksheet, so I used Access to create this database by importing the excel worksheet .

I have not a lot of experience on databases , so I need a little bit of guidance on how to create my SQL Database from my Access Database so I could connect my C# program on it.

Était-ce utile?

La solution

Microsoft has a migration tool that you can use to migrate you Access database to SQL Server

Have a look here

Microsoft SQL Server Migration Assistant for Access v5.2

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top