Viewing 15 posts - 586 through 600 (of 607 total)
Ninja's_RGR'us (7/25/2011)
How many rows are getting updated by this?This doesn't sound like you're not changing anything...
The query is to fix incorrect entries, and on this occassion there were no incorrect...
July 25, 2011 at 6:22 am
Ninja's_RGR'us (7/25/2011)
Sean Pearce (7/25/2011)
ALZDBA (7/25/2011)
Are you sure that hasn't been an sp_updatestats or so that got launched (e.g....
July 25, 2011 at 6:06 am
ALZDBA (7/25/2011)
Are you sure that hasn't been an sp_updatestats or so that got launched (e.g. using sqlagent) ?
Did...
July 25, 2011 at 5:49 am
Gianluca Sartori (6/22/2011)
June 22, 2011 at 1:48 am
OK, so I found the problem last night. When I said the stats were up-to-date, I had only checked TBL_MASTER, the table performing the scan. However it turns out the...
June 22, 2011 at 1:20 am
Lynn Pettis (6/21/2011)
Remember clustered index scan == table scan.
I'm actutely aware of that, hence the concern over this behaviour.
Grant Fritchey (6/21/2011)
June 22, 2011 at 1:16 am
Thank you, that is exactly what we missed.
June 21, 2011 at 1:31 am
Ninja's_RGR'us (4/8/2011)
Have you tried inserting intermediate results (for each join) to temp table? >> divide and conquer.
That would also tell you what...
April 8, 2011 at 8:39 am
Jason-299789 (4/8/2011)
INSERT INTO ResultTable
SELECT t.field1_varchar_255
...
April 8, 2011 at 8:25 am
Ninja's_RGR'us (4/8/2011)
Why are you using maxdop 1?
Not sure. It's not my query and the developer came running to me to perform some magic trick :unsure:
It's probably there due to multipe...
April 8, 2011 at 7:37 am
Ninja's_RGR'us (4/8/2011)
How many GBs of data arer you exporting to disk?Are you reading and writing on the same HD?
I haven't reached the export yet. It is loading the result table...
April 8, 2011 at 7:13 am
Ninja's_RGR'us (4/8/2011)
What does the package do?
Runs 4 procs then exports the data into text files. It is stuck on the 4th proc.
It started at 08:00 (it's 14:45 now) and reads...
April 8, 2011 at 6:47 am
GilaMonster (3/31/2011)
Sean, next time it happens, if you're allowed to investigate, feel free to post specific questions and we'll see what we can help with.
Thanks, I will definitely do that....
April 4, 2011 at 1:26 am
crainlee2 (4/1/2011)
April 4, 2011 at 1:24 am
Viewing 15 posts - 586 through 600 (of 607 total)