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

What is SQL Server? 1

Status
Not open for further replies.

CCNA2

Technical User
Nov 23, 2003
31
DK
Hi, I am just wondering, what is SQL Server, and what is it used for?
 
SQL Server is a Microsoft 'back-end' database. As a back-end database it doesn't come with any fancy interface for accessing the data. Think Microsoft Access....it is both a front-end (has a nice interface to input and retrieve data) and a back-end database.

There are several 'SQL' databases, ORACLE, Access, MySQL, MS SQL Server to name just a few. All use basically the same language Structured Query Language or SQL. However, there is enough difference between the SQL used that a script in one may not work with another.

Microsoft offers several different versions of SQL Server depending on what it is needed for: MSDE, SQL Server Standard, SQL Server Developer, SQL Server Enterprise, and others.

I suggest you check out Microsoft's web page:

-SQLBill
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top