Chapter 10 -- Batches, Transactions, Stored Procedures, and Triggers

Chapter 10

In this chapter, we'll use Transact -SQL for more than interactive queries. When we send a query to the server, we're sending a command batch to SQL Server. But we can do even more! For example, we can wrap up commands in a module that can be stored and cached at the server for later reuse (stored procedures), and we can create modules that automatically execute when some event occurs (triggers). This chapter takes a closer look at transactions and transaction boundaries and shows how changes by multiple users affect them.



Inside Microsoft SQL Server 7.0
Inside Microsoft SQL Server 7.0 (Mps)
ISBN: 0735605173
EAN: 2147483647
Year: 1999
Pages: 144

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net