I have produced a small program that uses a database created in MS Access. I have created about 5 queries for the database to test it and everything is working fine. I want to learn something new, so I decided to improve my program by migrating DB to SQL Server, but I don't really know where to start from. I have installed MS SQL Server 2012 and looking for some tutorials/pointers for beginners. My initial goals are:
- Convert MS Access database to SQL Server
I believe that the up-size wizard included in MS Access can be sufficient for the job. Am I right?
- Connect my C# program to DB saved on SQL Server
I think that I should edit my connection string and replace OleDb with something else... What should it be?