What is Microsoft SQL Server?
SQL (pronounced "see-kwel") stands for Structured Query Language. SQL is used to communicate with databases, and the core of any "flavor" of SQL is ANSI (American National Standards Institute) SQL, the standard language for relational database management systems. The ANSI standard SQL commands such as "Select", "Insert", "Update", "Delete", "Create", and "Drop" can be used to accomplish almost everything that one needs to do with a database. Microsoft SQL Server is Microsoft's flavor of a SQL database management system (DBMS) with its own additional proprietary extensions that are usually used only on Microsoft systems.
Publisher's Website
Microsoft SQL Server Training Courses
The following Microsoft SQL Server training courses are available from Blue Star Learning...
MS2072 - Administering a Microsoft SQL Server 2000 Database
MS2073 - Programming a Microsoft SQL Server 2000 Database
MS2074 - Designing and Implementing OLAP Solutions Using Microsoft SQL Server 2000
MS2091 - Building XML-Enabled Applications Using Microsoft SQL Server 2000