Join Amazon Prime and ship Two-Day for free and Overnight for $3.99. Already a member? Sign in.
Microsoft SQL Server 2005 Stored Procedure Programming in... and over 300,000 other books are available for Amazon Kindle – Amazon’s new wireless reading device. Learn more

 

or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
44 used & new from $28.11

Have one to sell? Sell yours here
 
   
Microsoft SQL Server 2005 Stored Procedure Programming in T-SQL & .NET
 
 
Start reading Microsoft SQL Server 2005 Stored Procedure Programming in... on your Kindle in under a minute.

Don’t have a Kindle? Get yours here.
 
  

Microsoft SQL Server 2005 Stored Procedure Programming in T-SQL & .NET (Paperback)

by Dejan Sunderic (Author)
Key Phrases: set xact abort, expired lease schedule, deferred name resolution, Management Studio, Visual Studio, Visual Basic (more...)
4.0 out of 5 stars See all reviews (12 customer reviews)

List Price: $59.99
Price: $37.79 & this item ships for FREE with Super Saver Shipping. Details
You Save: $22.20 (37%)
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Want it delivered Wednesday, July 15? Choose One-Day Shipping at checkout. Details
26 new from $31.21 18 used from $28.11
Also Available in: List Price: Our Price: Other Offers:
Kindle Edition (Kindle Book) $34.01

Frequently Bought Together

Microsoft SQL Server 2005 Stored Procedure Programming in T-SQL & .NET + Microsoft SQL Server 2005 Reporting Services 2005 + Inside Microsoft SQL Server 2005: T-SQL Querying (Solid Quality Learning)
Price For All Three: $98.97

Show availability and shipping details


Customers Who Bought This Item Also Bought

Inside Microsoft SQL Server 2005: T-SQL Querying (Solid Quality Learning)

Inside Microsoft SQL Server 2005: T-SQL Querying (Solid Quality Learning)

by Itzik Ben-Gan
4.7 out of 5 stars (30)  $29.69
SQL Server 2005 T-SQL Recipes: A Problem-Solution Approach (A Problem - Solution Approach)

SQL Server 2005 T-SQL Recipes: A Problem-Solution Approach (A Problem - Solution Approach)

by Joseph Sack
4.6 out of 5 stars (22)  $53.99
Professional SQL Server 2005 CLR Programming: with Stored Procedures, Functions, Triggers, Aggregates and Types

Professional SQL Server 2005 CLR Programming: with Stored Procedures, Functions, Triggers, Aggregates and Types

by Derek Comingore
5.0 out of 5 stars (1)  $32.99
Hands-On Microsoft SQL Server 2005 Integration Services

Hands-On Microsoft SQL Server 2005 Integration Services

by Ashwani Nanda
4.0 out of 5 stars (10)  $32.99
Microsoft SQL Server 2005 Unleashed

Microsoft SQL Server 2005 Unleashed

by Ray Rankins
4.4 out of 5 stars (20)  $40.49
Explore similar items

Editorial Reviews

Product Description

Create and Use Stored Procedures for Optimal Database Performance

Develop complex stored procedures to retrieve, manipulate, update, and delete data. Microsoft SQL Server 2005 Stored Procedure Programming in T-SQL & .NET identifies and describes the key concepts, techniques, and best practices you need to master in order to take full advantage of stored procedures using SQL Server's native Transact-SQL and .NET CLR languages. You'll learn to incorporate effective Transact-SQL stored procedures into client or middleware code, and produce CLR methods that will be compiled into CLR stored procedures. This is a must-have resource for all SQL Server 2005 developers.

Essential Skills for Database Professionals

  • Group and execute T-SQL statements using batches, scripts, and transactions
  • Create user-defined, system, extended, temporary, global temporary, and remote stored procedures
  • Develop and manage stored procedures using C# and Visual Basic .NET
  • Implement database access using ADO.NET
  • Create CLR user-defined functions and triggers
  • Implement reliable debugging and error handling techniques and security measures
  • Manage source code in a repository such as Visual SourceSafe
  • Create stored procedures for web search engines
  • Use system and extended stored procedures to interact with the SQL Server environment



From the Back Cover
 

Create and Use Stored Procedures for Optimal Database Performance

Develop complex stored procedures to retrieve, manipulate, update, and delete data. Microsoft SQL Server 2005 Stored Procedure Programming in T-SQL & .NET identifies and describes the key concepts, techniques, and best practices you need to master in order to take full advantage of stored procedures using SQL Server's native Transact-SQL and .NET CLR languages. You'll learn to incorporate effective Transact-SQL stored procedures into client or middleware code, and produce CLR methods that will be compiled into CLR stored procedures. This is a must-have resource for all SQL Server 2005 developers.

Essential Skills for Database Professionals

  • Group and execute T-SQL statements using batches, scripts, and transactions
  • Create user-defined, system, extended, temporary, global temporary, and remote stored procedures
  • Develop and manage stored procedures using C# and Visual Basic .NET
  • Implement database access using ADO.NET
  • Create CLR user-defined functions and triggers
  • Implement reliable debugging and error handling techniques and security measures
  • Manage source code in a repository such as Visual SourceSafe
  • Create stored procedures for web search engines
  • Use system and extended stored procedures to interact with the SQL Server environment

 



See all Editorial Reviews

Product Details


Inside This Book (learn more)


Books on Related Topics (learn more)
 
 

What Do Customers Ultimately Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
Check the boxes next to the tags you consider relevant or enter your own tags in the field below.
(1)

Your tags: Add your first tag
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

 

Customer Reviews

12 Reviews
5 star:
 (5)
4 star:
 (4)
3 star:
 (1)
2 star:
 (2)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.0 out of 5 stars (12 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
7 of 7 people found the following review helpful:
4.0 out of 5 stars Helpful but needs improvement, April 12, 2007
In SQL Server 2005 Stored Procedure Programming, Dejan Šunderic describes practical uses of T-SQL stored procedures well beyond the level of coverage reached by most other books dealing with SQL Server 2005, including the book on T_SQL programming by Itzik Ben-Gan, et al. Microsoft's documentation, while thorough, is useful mainly to provide reminders when one already knows the the structure.

Šunderic describes some of the interactions between SQL Server 2005 and Visual Studio languages, including of course the SQL Server 2005 techniques for using these languages to write stored procedures, but also showing how to use Visual Studio 2005 as a debugger for stored procedures written in T-SQL.

It would probably have been helpful for many readers had Šunderic described the main access classes that the Visual Studio languages provide to reach SQL Server, that is, the SqlConnection, SqlCommand, SqlParameter and SqlDataReader classes. This topic is missing or barely mentioned in every current book on SQL Server and the .NET and Visual Studio technologies.

It would also been of use to many readers had Šunderic shown examples utilizing some of the key improvements in SQL Server 2005, for example generating lightweight cursors on table variables and implementing messaging. Both are likely to involve stored procedures. A messaging discussion almost starts in the final chapter, where Šunderic seems to be running out of steam.

Overall, Šunderic has written an informative and helpful book that substantially augments information available from other books and from Microsoft documentation.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
9 of 10 people found the following review helpful:
3.0 out of 5 stars Useful Information - Conceptual Organization Lacking, June 13, 2006
This book contains much useful information on SQL Server 2005 T-SQL enhancements, but it regularly employs functions and constructs in its examples that are only explained in later passages. Specifically, when attempting to absorb a new concept by examining a code example, you must also contend with looking up items which have not yet been covered. This is a mild stumbling block but it hurts the flow of the book.

Also, the practice database (Asset5) did not attach properly (on my SQL Server 2005 STD edition install regarding appropriate permissions to modify objects) and the most direct workaround was: (1) To use the included, but unreferenced script to initialize the database and all its objects using a "new name" for the database (2) Attach the original database - Asset5 (3) Use the data import feature to populate the "new name" database tables (4) Drop the attached database Asset5 (5) Rename the "new name" database to Asset5. I did first attempt to modify the permissions associated with the login I was using - unsuccessfully...

By way of comparison I am using Oracle Press' "Oracle 9i The Complete Reference" by Koch and Loney as a standard of clarity and conceptual organization for PL-SQL. It is on this basis that I assign this book 3 stars, but admit that I have yet to discover a better book for advanced T-SQL topics. Please feel free to forward me better titles.

As an aside, Murach's SQL for SQL Server is the best introductory text I have found for T-SQL.
Comment Comment (1) | Permalink | Was this review helpful to you? Yes No (Report this)



 
1 of 1 people found the following review helpful:
2.0 out of 5 stars Interesting - But not as Practical as I need.. ., January 22, 2009
Be advised that in this book, the author is in a hurry to get to advanced concepts. Only the first three chapters could be called basic. After that, it quickly climbs to advanced material before (in my opinion) sufficiently covering basic and intermediate material. By Chapter 14, the subject is, "Advanced Stored Procedure Programming". But I still can't find what I need in 1-3. Then, as if it is even more advanced, the next subject (Chap 15) is "Debugging". Please, when will we have an author who sees that debugging is a progressively learned process? Perhaps there should be a section in a chapter early on covering debugging of basic stuff.

My background as a programmer of relational databases and writing SQL statements goes back over fifteen years. As my reports and SQL statements have gotten more complex to please the customer, I have had to move into writing stored stored procedures to meet the need for speed. My intent was to get a book that would help me get my SQL statements to work as Stored Procedures. This book appeared to match my customer's software make-up (MS SQL Server, Stored Procedures, .Net, T-SQL, etc) as well as being written in a fairly straightforward and easy to understand manner (it does get a big plus on that!). But if you haven't been writing stored procedures for a year or more, and you have little staff assistance where you are, I would not recommend this book. If on the other hand, you have been doing SP's for a few years or have lots of staff help and want to go the next step, this book may be for you. I'm going to get another one that will help get the basics to work.
Comment Comment (1) | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars Easy to read explanations
I'm finding the book easy to read and understand. Some authors are hopeless, but this one is helpful
Published 10 months ago by Justin du Toit

2.0 out of 5 stars Lacks Technical Editing
Like many IT and programming books, this one is no exception in that it seems to be riddled with small errors - things like showing a database schema and then referring to a table... Read more
Published 10 months ago by Jerome Carolfi

5.0 out of 5 stars Stored Procedure Programming Inside Out
First off I know the author personally. In spite of that, the book definitely stands solidly on its own merits. Read more
Published 17 months ago by Joseph F. Michel

4.0 out of 5 stars Good reference on obscure parts of T-SQL
Dejan Sunderic, Microsoft SQL Server 2005 Stored Procedure Programming in T-SQL and .NET (McGraw-Hill, 2006)

Not a bad little book, this, though if you've had to dig... Read more
Published 18 months ago by Robert P. Beveridge

4.0 out of 5 stars Looking Pretty Good
I got this book for school, since it was required. Usually I'm skeptical about publishers other then O'reilly, WROX and Programmers for Programmers and maybe Friendsoft, since I... Read more
Published 21 months ago by Vladimir Putin

5.0 out of 5 stars Great learning and reference material
I got this book as a present and started reading it immediately upon receiving it. I read it from cover to cover in about 2 nights. Read more
Published on May 24, 2007 by Avid book reader

4.0 out of 5 stars Book Reviewer for .Net Developers Journal
If you are looking for a good review of exisiting as well as new features available for T-sql and stored procedures in SQL Server 2005 , then this book will start you in the right... Read more
Published on May 3, 2007 by Steve Mandel

5.0 out of 5 stars Excellent book for SQL developers!
The best SQL 2005 book for developers that I've seen so far!
Very clear content and easy to upgrade your knowledge from SQL 2000. Read more
Published on August 11, 2006 by Andrei Pascal

5.0 out of 5 stars Great help...
This book is a great help for beginners or those transferring from the SQL 2000 to SQL 2005. Well-written and comprehensive with detailed guidelines for DBAs and developers, it... Read more
Published on June 10, 2006 by MS

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
This product's forum (3 discussions)
  Discussion Replies Latest Post
attach sample db 0 October 2006
with looking up items which have not yet been covered 0 October 2006
with looking up items which have not yet been covered 0 October 2006
See all 3 discussions...  
Start a new discussion
Topic:
First post:
Prompts for sign-in
  [Cancel]


Active discussions in related forums
  Discussion Replies Latest Post
Does anyone use Discovering Geometry: An Investigative Approach? 4 14 hours ago
Textbooks for Kindle DX? 38 16 hours ago
   


Product Information from the Amapedia Community

Beta (What's this?)

Listmania!



Look for Similar Items by Category


Plumbing Products in the Value Center

Home Improvement Value Center Plumbing Products
Turn it on for less with spectacular deals on brand-name faucets, showerheads, and more in the Home Improvement Value Center.

Shop the Value Center

 

Best Books of 2008

Best of 2008
Find our top 100 editors' picks as well as customers' favorites in dozens of categories in our Best Books of 2008 Store.
 

Buy Three Books, Get a Fourth Free

4-for-3 Books
Order any four eligible books under $10 and get the lowest-price book free in our 4-for-3 Books Store. See more details.
 

See the Light

Shop for flashlights
A flashlight provides convenient illumination, whether you need to navigate a dark path or add extra brightness to a work project.

Shop for flashlights

 

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Where's My Stuff?

Shipping & Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue shopping: Top Sellers
Paranoia
Paranoia by Joseph Finder
My Soul to Lose
My Soul to Lose by Rachel Vincent
Glenn Beck's Common Sense
Glenn Beck's Common Sense

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates