Using Transact-SQL
Microsoft SQL Server uses a variation of SQL called Transact-SQL that further extends the capabilities of SQL. This following table lists topics in SQL Server 2005 Books Online that describe Transact-SQL and how to use it to accomplish basic database tasks.
Task | SQL Server 2005 Books Online topic |
---|---|
Understand Transact-SQL |
Filtering Rows by Using WHERE and HAVING |
Implement a database |
CREATE DATABASE (Transact-SQL) |
Optimize a database |
|
Maintain a database |