
Chapter 20
SQL SERVER 2000
20.1 WHAT’S NEW IN MICROSOFT SQL SERVER 2000?
M
icrosoft SQL Server 2000 includes several new features that make it
an excellent database platform for large-scale Online Transactional
Processing (OLTP), data warehousing, and e-commerce applications.
Microsoft SQL Server 2000 extends the performance, reliability, quality, and ease-
of-use of Microsoft SQL Server version 7.0. It is a much more powerful database
than MS Access.
20.1.1 SQL Query Analyzer
SQL Query Analyzer includes a stored procedure debugger. It can be used for
creating objects, such as database, tables, views, and stored procedures.
20.2 STARTING MIC ...