I have installed Visual Studio 2013 for building a website. In my VS project, there is a database storing different tables of the site.
Now I need to build a Android app and require to access the database built in that VS project. I am wondering if there is any way I could do this.
If not, I could build a new database for development first. But I can't find any tools like SQL management studio or tools that related to SQL Server. But I found there there are SQL server program installed in "Uninstall a program" functions in Win8. Is it possible for me to use that without opening VS2013?
Thank you.