Showing posts with the label Stored Procedure

How to use xml in stored procedure in SQL

To use XML in a stored procedure in SQL Server, you can use the following steps: Declare a variable of type xml . Use the SELEC…

Read More »

Custom Paging in ASP.Net GridView using SQL Server Stored Procedure

In this article we will learn how to use  Custom Paging in ASP.Net GridView using SQL Server Stored Procedure. Stored Procedure f…

Read More »
Load More That is All