Chapter 15: Advanced Stored Procedure Programming


Overview

This chapter introduces some advanced techniques for coding stored procedures, including:

  • Dynamically constructed queries

  • Parameterized queries

  • Methods for handling SQL Injection

  • Optimistic locking using timestamp values

  • Full-text searches and indexes

  • Nested stored procedures

  • Passing data to nested stored procedures using temporary tables and cursors

  • Inserting the results of a stored procedure into a table

  • Techniques for generating identity and unique identifier values and potential problems associated with their use

  • Additional looping methods




Microsoft SQL Server 2005 Stored Procedure Programming in T-SQL &  .NET
Microsoft SQL Server 2005 Stored Procedure Programming in T-SQL & .NET
ISBN: 0072262281
EAN: 2147483647
Year: 2006
Pages: 165

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