How to view queries and tables made in Visual Studio Express 2013

0

Hello in my programming classes we use SQL 2008 to practice and this shows the result when we execute a query line

  

SELECT * from table1

And this in turn shows in a window below the data that is in that table. But on my laptop I have the Visual Studio 2013 Express (due to internal storage problems) and I see that this Visual has the complete SQL (with engine and everything) I can see it in Installed Programs .

But the problem is that when I open in Visual 2013 and create a new SQL project, when I go I want to add a new element there are many options and I want to know what would be the correct option to see query results like the SELECT or a PROCEDURE that I have written in the file.

    
asked by zemkohai 01.11.2018 в 01:31
source

0 answers