This post originated from an RSS feed registered with .NET Buzz
by Paschal.
Original Post: The Curse and Blessings of Dynamic SQL
Feed Title: help.net
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/pleloup/Rss.aspx
Feed Description: .Net for mankind !
Erland has also posted an interesting list of articles
Texts on SQL
This is a small collection of texts about some features in SQL Server that people frequently ask about in the newsgroups about MS SQL Server. Rather than being a FAQ with many questions with short answers, these are in-depth articles on some of my favourite topics
Arrays and Lists in SQL Server. Several methods on how to pass an array of values from a client to SQL Server, and performance data about the methods. (Added March 2003)
Dynamic Search Conditions. How to write a stored procedure that permits users to select among many search conditions, using both dynamic and static SQL. (Added May 2003)
Implementing Error Handling with Stored Procedures and Error Handling in SQL Server – a Background. Two articles on error handling in SQL Server. I have split the topic on two articles, so if you only want to learn how to implement your error handling you can start there. The background article is more of interest to intermediate and advanced SQL users. Both articles also cover ADO. (New! Added July 2003)
Connecting to MS SQL Server from Unix. A brief summary of what's available. Since I don't work with Unix myself, not extremely well-informed, but people have kept asking me about this. (Added Jan 1999, Last update March 2003)