Viewing 2 posts - 1 through 2 (of 2 total)
Hi Jake,
thanks for ur reply.
i found the solution.
in my query @art_Filter use indexed search keywords so that here is the problem i found.
ex. i use contains(columnname,condition).....
February 25, 2009 at 2:34 am
#949848
hi jack,
this is my exact procedure.
CREATE procedure [dbo].[Search_and_paging]
@art_Filter varchar(8000),
@sect_Filter varchar(8000),
@PageNumber int=1,
@pageSize int=20 ...
February 23, 2009 at 10:45 pm
#949146