Viewing 2 posts - 1 through 3 (of 3 total)
Hi, I got that sorted. Sorry, I kind of lead you up the garden path, not purposely of course!
I thought the view worked, well, it did but I was 'unionising'
two...
October 4, 2007 at 9:47 am
#739191
Yeah, here it is, thanks.
set ANSI_NULLS ON
set QUOTED_IDENTIFIER ON
go
ALTER PROCEDURE [dbo].[Messages_Select]
@User_ID int,
@PageIndex int,
...
October 4, 2007 at 8:29 am
#739108