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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to use SQL commands with SQL7 server

Status
Not open for further replies.

stesvet1

Technical User
Sep 23, 2006
22
Hi,

I bought a book about SQL with CD. There was SQL7, I instaled it on my PC. In directories there are *.mdb and *.sql examples.

I understand principle but I do not know such simple thing, how to run SQL-queries in MS SQL7 server.

What should I do?

Stefan


P.S.: When I use mysql I can write sql- commands to phpadmin or from php. But in the case of SQL7 I do not see where can I type SQL-commands.

 
Forget about SQL7. It's many years (and several version) out of date. Instead, I recommend you download and install SQL Server Express.


You can also download and install SQL Server Management Studio Express. This will give you a graphical user interface in which to write queries and configure the database engine.


You should be able to attach the databases from the book to SQL Server Express and run the code examples without any changes.



-George

"The great things about standards is that there are so many to choose from." - Fortune Cookie Wisdom
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top