Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

new to sql server: how do i view SQL generated page

Status
Not open for further replies.

VBAguy22

IS-IT--Management
Aug 5, 2003
180
CA
Hello,
I am new to SQL server programming. I have a question that may seem silly to you but I really can't figure it out.
I installed MS SQL server, and press the "Start Server" button. How do I go about viewing what the server is outputting to the web?
 
What do you mean by:
viewing what the server is outputting to the web?

-SQLBill
 
I remember once my co-worker could display a query to the server on his Internet Explorer...I don't remember how he connected to it
 
Because of my job, we can't use the web to access the database so I'm not really familiar with the idea.

However, you probably need to start with an ODBC connection.

It also might have been done just by entering the SQL Server's IP address into the browser's Address bar.

You would need to use some application to actually do anything with the database (run a script, etc).

-SQLBill
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top