Community

Writing CLR Stored Procedures in C# – Returning Data (Part 2)

(graz) In Part 1 I covered a simple stored procedure that printed the current date. In this article I’ll cover writing a stored procedure to return a recordset back to the client. In the process we’ll learn a little bit more about .NET and C# including the SqlConnection, SqlCommand and SqlDataReader

Read More - Register for Free Membership