Viewing 8 posts - 1 through 8 (of 8 total)
These values are chosen arbitrary by the decision support department depending of the way the butterflies move through the window when it rains...
So they are randomly chosen from a combo...
December 30, 2008 at 8:41 am
Is no paging, simple:
I have 2 Tables: First one of 4000 rows. Users use them to filter the second table, much bigger.
They choose, almost randomly many of these rows to...
December 30, 2008 at 7:13 am
I didnt said they were consecutive, it was just an example. I have a 4000 rows table whose primary keys are used for filtering that way.
No 4000 columns... Only rows.
December 30, 2008 at 6:23 am
No.
Is not a simple list of integers, is a selection of 2000 primary keys over 4000 primary keys non consecutive and arbitrary from a table, in an arbitrary mode (too)...
December 30, 2008 at 5:09 am
Is a good aproach, but keeps a very big SQL when we reach the 2000 fields.
The problem: Users have a list of their shops, and choose between 4000 arbitrarily. No...
December 30, 2008 at 4:20 am
Do no seem to me a very elegant way to do it in comparison to DB2 but is a good start point:
As more fields, more alias...
select pvt.Vals from
(
select...
December 30, 2008 at 3:30 am
As a beginning...
First you should read this: http://www.microsoft.com/technet/prodtechnol/sql/2005/tsprfprb.mspx
To be sure you do not have any bottle neck in your system.
Then i'll start with SQL profiler, for example,...
May 15, 2008 at 1:45 am
I need to the new sintax of DBCC PSS. Sql server 2005 answers this to the DBCC:
Msg 2526, Level 16, State 3, Line 1
Incorrect DBCC statement. Check the documentation for...
February 8, 2008 at 3:35 am
Viewing 8 posts - 1 through 8 (of 8 total)