Viewing 15 posts - 46 through 60 (of 135 total)
Thanks for the help, recreated the agent task as a different user and it worked fine.
Cheers for the help.
July 9, 2013 at 5:03 am
Eugene,
Thank you so much, this works a treat. I was working along these lines however I was just adding the non merged rows outside the XML path and wondering why...
July 5, 2013 at 9:48 am
I think it must be a disk space issue. The cleanup wizard wasnt picking up and removing the old bak and trn files from the system. Its amazing how fast...
March 22, 2013 at 8:45 am
Many Thanks for your help, sorry about the poorly constructed xml. I will have a look at the links you passed on.
Thanks again,
Oliver
March 11, 2013 at 2:25 am
Many thanks, reduced times from 1min 7 secs to 4 seconds.
Really appreciate your help,
Oliver
March 7, 2013 at 7:55 am
Hi,
Worked it out, added a new field for ordering:
SELECT 1 as OrderME,*
FROM [dbo].[TSC_ExportedColumnIds] a
CROSS APPLY [dbo].[udf_TSC_qry_ExportBlockColumnParam1](a.ID) b
WHERE a.ColumnType = 1
UNION ALL
SELECT 2,*
FROM [dbo].[TSC_ExportedColumnIds] a
CROSS APPLY [dbo].[udf_TSC_qry_ExportBlockColumnParam2](a.ID,4) b
WHERE...
March 7, 2013 at 6:25 am
Thanks for the help this makes sense. The query works considerably faster. However I have one issue. Each part needs to run in order e.g.
For the 1st ID - if...
March 7, 2013 at 6:14 am
Hi Dwain,
Thanks for the help, I made a few changes but the key is that I need to push the column_id variable to each function. How do I do this?...
March 7, 2013 at 5:48 am
Many Thanks Drew,
This works really well. The table was just a poor example of a larger table I was working on. Sorry about the inconsistencies. One question for you, isn't...
March 4, 2013 at 3:37 am
I see what you are up to here. This is a really neat method and will work it up. Thank you for sending over the CLR reference, I will check...
January 15, 2013 at 2:02 am
Thank you, this worked perfectly. In future I will provide test data in this way.
Thanks again,
Oliver
January 14, 2013 at 12:42 pm
Many Thanks for your help, this is good to know. Will try the CLR route.
Cheers
January 14, 2013 at 10:45 am
Thanks for this, my CLR skills are non - existent but it is something I need to look into. I don't think such powerful query tools exist to do this...
January 14, 2013 at 9:33 am
Hi,
Many thanks for the break down. Sorry to bother you I am just keen to get my head round this.
Taken another look at it this evening. I made a...
September 17, 2012 at 3:56 pm
Viewing 15 posts - 46 through 60 (of 135 total)