Viewing 10 posts - 1 through 10 (of 10 total)
Thanks Frank,
I will take a look at those links.
Sakis.
March 22, 2004 at 1:38 am
As I said earlier, what I really need to do is paging. I would like to have dynamic order by clause, dynamic column list, dynamic where clause
March 19, 2004 at 3:10 am
As I said earlier, what I really need to do is paging. I would like to have dynamic order by clause, dynamic column list, dynamic where clause
March 19, 2004 at 3:08 am
The fact is that I am looking for a generic way to implement paging. Not just on partners table. On any table with ANY number of rows. That includes tables that...
March 19, 2004 at 2:32 am
240 was just a random number. The fact is that I am looking for a generic way to implement paging. Not just on partners table. On any table with any...
March 19, 2004 at 2:20 am
I quote my P.S. 2 in my first post:
"I know that I can fetch the results in variables, insert those variables in a temp table (or a table variable) and then...
March 18, 2004 at 7:46 am
I did not have this article in mind, however I have already implemented a similar solution.
The point remains that I want to avoid the overhead (in terms of processing)
1: of creating...
March 18, 2004 at 7:41 am
Yes, I do have a primary key (PK) on the table. I have thought of your solution, but there are drawbacks. Namely:
1. My PK may be 2 or 3 or...
March 18, 2004 at 1:45 am
I know I can do that, but I want to produce just one result set.
Thanks anyway.
March 18, 2004 at 1:27 am
Thanks for your reply.
This seems to be working ok in T-SQL for Sybase, but not in T-SQL for SQL Server.
I am using SQL Server 2000...
March 17, 2004 at 5:05 am
Viewing 10 posts - 1 through 10 (of 10 total)