Groups | Blog | Home
all groups > sql server programming > june 2004 >

sql server programming : Issuing a simple select statement


Naby
6/3/2004 7:36:04 PM
hi everybody

I've just installed Sql server 2000 enterprise trial version. I'm having a difficult time issuing a simple "Select" statement from the Query Analyser. I'm trying to visualize the content of the "authors" table in the "pubs" database.

I issued the following: "select * from authors" and nothing happend.

Can anybody tell me what is it that I'm doing wrong?

My current context is "Master".


thanks.
Naby
6/3/2004 8:21:05 PM
Thanks a lo
Aaron [SQL Server MVP]
6/3/2004 10:58:28 PM
USE Pubs
GO

SELECT * FROM authors

(Now press F5 or the little green 'play' icon.)

--
http://www.aspfaq.com/
(Reverse address to reply.)



[quoted text, click to view]

AddThis Social Bookmark Button