Murach's SQL Server 2005 for Developers
How to code scripts
This chapter shows you how to code scripts consisting of multiple Transact-SQL statements that are executed in sequence.
|
|
|
|
How to work with scripts |
366 |
|
The Transact-SQL statements for script processing |
368 |
|
|
How to work with scalar variables |
370 |
|
How to work with table variables |
372 |
|
How to work with temporary tables |
374 |
|
A comparison of the five types of Transact-SQL
table objects |
376 |
|
|
How to perform conditional processing |
378 |
|
How to test for the existence of a database
object |
380 |
|
How to perform repetitive processing |
382 |
|
How to handle errors |
384 |
|
|
How to use the system functions |
386 |
|
How to change the session settings |
388 |
|
How to use dynamic SQL |
390 |
|
A script that summarizes the structure of
a database |
392 |
|
How to use the SQLCMD utility |
396 |
|
|
t |
|
|
|
|
© Copyright 1998-2008 Mike
Murach & Associates, Inc. All rights reserved.
|