Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 How do I see the results tab?

Author  Topic 

Prosercunus
Starting Member

22 Posts

Posted - 2012-10-04 : 21:32:25
I am very new to SQL and am using Microsoft SQL Server Management.

My question is...

I create a new query, create a table and add some things to my table with the Create Table and Insert Into statements everything seems to work fine. No errors or anything (unless I try to run it again, then it tells me he Table is already created, which makes sense)

However I can't see the results tab? I have seen other screenshots and people have a results tab below my inputs that shows exactly how the table looks and the inputs I put in the query.

Like I said I am pretty new to all of this. Thanks.

chadmat
The Chadinator

1974 Posts

Posted - 2012-10-05 : 00:25:07
SELECT * FROM <table>

-Chad
Go to Top of Page

Prosercunus
Starting Member

22 Posts

Posted - 2012-10-05 : 00:57:40
quote:
Originally posted by chadmat

SELECT * FROM <table>

-Chad



Thank you very much. That was extremely helpful.
Go to Top of Page

chadmat
The Chadinator

1974 Posts

Posted - 2012-10-05 : 02:32:22
You're welcome!

-Chad
Go to Top of Page
   

- Advertisement -