Viewing 10 posts - 16 through 26 (of 26 total)
hmm, cool. think ill be doing some performance tuning...
thanks again,
kinnon
June 15, 2008 at 6:16 pm
Hi, great solution, thanks.
yup rbar indeed, but its the only way im aware of to get pagination working with sql server 2000. I do hate cursors, but the data...
June 15, 2008 at 5:21 pm
ok folks. thanks for your help.
November 29, 2007 at 9:05 am
Cool, will bare that in mind. I'm sure it will come in handy.
December 2, 2005 at 9:23 am
That works just fine. Thanks very much.
December 2, 2005 at 3:48 am
Excellent. You've all been very helpfull.
Journeyman, thats the dogs cahOOnas.
Thanks.
March 1, 2005 at 10:37 am
Everyone, you have been brill, and a credit to this site.
My problem is solved, which left me to get on with the task...
November 19, 2004 at 5:38 am
Sure thing, OK the first query looks like this while filtering the users by groups ( the group id's are in the @Search_param):
SELECT
Recipient.Rcpt_id,
Recipient.Forename,
Recipient.Surname,
Recipient.Delete_ind,
Security_group.Security_group_desc,
Site.Site_name
FROM...
November 18, 2004 at 10:58 am
This is great, I'm making progress now. It works when I put the query into a variable first.
However, my problem is a little more complex. I Use embedded CURSOR's...
November 18, 2004 at 10:43 am
David,
This is perfect. Thanks very much.
I had a quick look in syscolumns but totally missed the isnullable field.
All the best.
November 1, 2004 at 7:00 am
Viewing 10 posts - 16 through 26 (of 26 total)