Viewing 15 posts - 16 through 30 (of 40 total)
--I made a mistake...Sorry
I only want to see the records where count of Code >=2 group by GroupID
however, if and only if count of same type >= 2 group by...
July 8, 2011 at 3:49 am
That worked! Thank you so much! 😛
June 29, 2009 at 12:57 pm
Ian Scarlett
these are the two tables with excessive IO:
Table 'MyValueR'. Scan count 1, logical reads 27179, physical reads 5, read-ahead reads 27173, lob logical reads 0, lob physical reads...
June 29, 2009 at 9:16 am
Ian Scarlett
Thank you for the reply.
I already check all those tables and they do have a foreign key in reference to that table. All the tables have indexes...
June 29, 2009 at 8:29 am
I attached the execution plan and the table schema. This table is less than 200 records. Yes I am sure there is only one record with that criteria....
June 29, 2009 at 7:46 am
No it is not block by anyother process.
June 29, 2009 at 7:18 am
Thank you very much, this worked very nice! 🙂
I do appreciate your help!
October 30, 2008 at 6:44 pm
Ggraber,
One row for each of them will be better because there may be several dependencies.
Thank you so much!
October 29, 2008 at 8:46 am
Mark,
So, I cannot select from a field of a table?
I need to select from a file?
I have this table from reporting services and I need to pull data...
October 29, 2008 at 7:58 am
Ggraber,
Here is the file of one value and one field.
Thank you!
October 29, 2008 at 7:37 am
I am creating a report in reporting services.
October 29, 2008 at 5:36 am
Jeff helped me with this code, but I do have a problem with row 26. The counter should start with 1 at row 26 because the value is between...
October 27, 2008 at 3:37 pm
Jeff and Graber
Thank you so much, and thank you for the explanation. It helps a lot to understand where my problem was. I really appreciate your help.
October 24, 2008 at 9:22 am
Viewing 15 posts - 16 through 30 (of 40 total)