Viewing 15 posts - 21,331 through 21,345 (of 26,490 total)
First, you probably don't need a cursor. Just based on your original post, however, there isn't much we can do to help.
First, I'd like to suggest that you read...
April 27, 2009 at 10:08 pm
I'm sorry, but I really can't follow what your are asking or what you are trying to accomplish. Nothing in your post really makes any sense to me. ...
April 27, 2009 at 9:51 pm
Flo...
Since there was no production problem I had, after this input I could show my chief some really great new things and it causes that some parts of our applications...
April 27, 2009 at 4:55 pm
twdavis (4/27/2009)
what I am looking for.
each load(LOAD_ID) has multiple stops (TMS_EXT_REF_ID) now...
April 27, 2009 at 4:15 pm
JJ B (4/27/2009)
the vendor has designed their application to force a row-by-row approach because they don't know any better. So as you say, you don't really have a choice other...
April 27, 2009 at 4:07 pm
greatheep (4/27/2009)
April 27, 2009 at 3:26 pm
Jack Corbett (4/27/2009)
SELECT DISTINCT
A.BUSINESS_UNIT,
A.LOAD_ID,
...
April 27, 2009 at 3:09 pm
Scott Roberts (4/27/2009)
Lynn Pettis (4/27/2009)
April 27, 2009 at 2:55 pm
Run this and let us know the values for size.
use [tempdb]
go
select * from sys.database_files
select * from sys.master_files where database_id = 2
go
April 27, 2009 at 2:44 pm
Bob Hovious (4/27/2009)
Lynn: Wait... are we disagreeing about something?
I don't think so. I think we are just confusing each other.
If you are talking about the trivial data,...
April 27, 2009 at 2:19 pm
Scott Roberts (4/27/2009)
As for row sequencing, is it not invalid...
April 27, 2009 at 2:14 pm
Try running this query and see what is out there in tempdb:
select * from tempdb.sys.all_objects
where is_ms_shipped = 0;
April 27, 2009 at 2:09 pm
Bob Hovious (4/27/2009)
April 27, 2009 at 1:58 pm
Bob Hovious (4/27/2009)
April 27, 2009 at 1:49 pm
If you modify the clustered index to include the BILLED flag as DESC, the code will once again work.
/****** Object: Table [dbo].[CallDetailRecords] Script Date: 04/27/2009 12:10:02...
April 27, 2009 at 1:47 pm
Viewing 15 posts - 21,331 through 21,345 (of 26,490 total)