Viewing 15 posts - 1 through 15 (of 17 total)
The query finished - 2 hours 41 minutes and 53 seconds.
Table 'TicketFollowup'. Scan count 157439, logical reads 503584, physical reads 168, read-ahead reads 5, lob logical reads 0, lob physical...
December 16, 2012 at 6:06 pm
I decided to leave the long running query running - it has now got to 1 hour + 30 minutes and is still running.
Chris
December 16, 2012 at 2:38 pm
I dobt that this is the best way to do this but it is one way - you would not generate the period table dynamically as each period should be...
August 7, 2012 at 1:51 pm
GilaMonster (3/15/2012)
This: http://sqlinthewild.co.za/index.php/2008/02/25/parameter-sniffing-pt-2/The use of variables is not all that common. More common would be parameters, which behave similarly to constants when it comes to row estimations
Thanks for the link...
March 15, 2012 at 12:27 pm
roi.reuven (12/29/2010)
please give feadback if this help you or not
The code project that was mentioned in the thread has given me some ideas - so I appreciate that.
The link for...
December 29, 2010 at 11:55 am
ed.katibah (12/29/2010)the FME SQL Server Loader Edition, which will do the jog and then some.
Hi
Thanks for the info on the FME SQL Server Loader Edition - but I...
December 29, 2010 at 11:54 am
I think you are on the wrong track there.
I am trying to convert a GIS SHAPE FILE to SQL SERVER Data.
Saying I should watch a SSIS video on sorting...
December 29, 2010 at 12:20 am
roi.reuven (12/28/2010)
try use ssis
Anything more specific than this?
Is there some specific object I can use? Can you point me to an article online?
chris
December 28, 2010 at 11:22 am
I killed your last one scott after 14 minutes.
Just to be sure I ran the original one again from Mark-101232
WITH CTE1 AS (
SELECT Name ,Price ,DateTime,
...
June 23, 2010 at 8:43 pm
I gave your new version a go Scott and I killed it after 40 minutes.
Chris
June 23, 2010 at 6:05 pm
Hi Scott
I tried your code and got a few issues if I sort by Name, MinDate as can be seen below.
The first row the next Date Time is actually after...
June 23, 2010 at 3:49 pm
Hi again
I just wanted to let you know that I put the query I liked the most in this thread into a blog post.
The reason was that I appreciated the...
June 22, 2010 at 10:22 pm
Thanks Eugene Elutin
I will check the missing index and look over the TSQL all of you have provided.
It is an idea I need to get better at
cheers
chris
June 3, 2010 at 2:12 pm
I made a small mistake on my test results in that I said that the first result from was "Bhuvnesh's" but it was in fact from "Cold Coffee"
I did not...
June 3, 2010 at 2:09 pm
Hi All,
I have looked at your solutions and tried them against my data and here are the results.
Bhuvnesh
Your code worked fine, quite fast - 11 Seconds, 267 rows
Table...
June 3, 2010 at 3:50 am
Viewing 15 posts - 1 through 15 (of 17 total)