I'm working on a C# WinForms app that's currently connected to a SQL Server db, and will eventually create a mobile app through Xamarin.
Is it possible to utilize my existing SQL db, or will I have to create a MySQL db file from scratch? I'm not very familiar with MySQL, but I know it's possible to import/export SQL db's from/to various other formats.