I was following a tutorial on how to make a simple database in Visual Studio in this site here. The version of Visual Studio I use is the Microsoft Visual Studio Ultimate 2012 Version 11.0.50727.1
I was able to follow all the steps to make a database until I got stuck on one part. This part of the tutorial asks me to make a table by simply pressing "Add New table", but in the Visual Studio that I used, there's no option "Add New table" as shown below...
How can I activate this "Add New Table" in the Visual Studio?
I can't go further if I can't make a table.
To activate the "Add New Table" option in Visual Studio 2012, just download the SQL Server Data Tools in Visual Studio 2012.
After we downloaded this software, open it.
After you open it, try to check if the Visual Studio 2012 now got the "Add New Table" option. If you still don't see the "Add New Table" option in Visual Studio 2012, restart your computer.
You must be able to see the "Add New Table" as shown below after you restarted the computer. It did worked on me.
If still you don't see the "Add New Table" option in Visual Studio 2012, post the problem on Stack Overflow....