Viewing post 1 (of 1 total)
Maybe not the best but I've been using this for years.
Keen to try the methods posted in the article.
USE [*********]
GO
SET ANSI_NULLS OFF
SET QUOTED_IDENTIFIER OFF
ALTER PROCEDURE [dbo].[ReturnRows]
(
@SQL nvarchar(4000),
@Page int,
...
March 11, 2009 at 8:30 am
#957531