Viewing 15 posts - 61 through 75 (of 135 total)
Hi Mark,
I have spent the last couple of hours looking at your code and I cant work it out, if you could place a few text pointers around that would...
September 17, 2012 at 10:00 am
I changed the code to this to sort that change. Is there any problem with this?
-- identify rows with/without overlaps
;WITH SplitData AS (
SELECT a.*,
Parent = CASE WHEN EXISTS (
SELECT...
September 17, 2012 at 9:00 am
Thank you very much for this. I am slowly working through this.
Currently though I dont class two rows one row ending and the other row starting on the same number...
September 17, 2012 at 8:53 am
wow, is amazing. thank you so much.
I will now try and understand what you have done here. I dont really understand how you are comparing more than one row at...
September 17, 2012 at 7:58 am
Thanks for that, something to look forward to when we upgrade.
July 25, 2012 at 1:57 am
Sorry worked it out, if I PRINT instead of SELECT it shows nicely.
Many Thanks,
Oliver
July 23, 2012 at 5:57 am
Thank you very much for the quick reply.
Just a quick one, does the Line Feed not display in the SSMS results pane? I just get one long line at the...
July 23, 2012 at 5:55 am
yes you can using html - some is supported under 'interpret html tags'.
Thanks.
Oliver
May 15, 2012 at 9:39 am
much appreciated, will give this one a go as well.
Many Thanks,
Oliver
February 23, 2012 at 7:18 am
Thank you so much, I really appreciate the help. Will definately read up on partition by and ranking functions. Sometimes just finding what the relevant functions are called is half...
February 22, 2012 at 2:24 am
Already on this case. The new system is much better, but cleaning up 5 years of bad practice is going to take a bit of effort.
Many Thanks for your help,...
December 2, 2011 at 7:59 am
Yeah I will give this a go and see if it helps.
Many Thanks,
Oliver
December 2, 2011 at 7:44 am
Thank you for the help on this. I am two hours into running this query but I guess it's going to take a while to run against 90000 notes, and...
December 2, 2011 at 5:49 am
Thank you for the help on this, I am running this now. Looks like to run through 90,000 rows of varchar(max) data and comparing against 250,000 products its going to...
December 2, 2011 at 2:29 am
Thanks for the help, I can't help but think there must be a smart way to do this. I fear thatnif I go down the cursor route it is going...
December 1, 2011 at 1:03 pm
Viewing 15 posts - 61 through 75 (of 135 total)