Viewing 15 posts - 1,066 through 1,080 (of 1,957 total)
opc.three (1/10/2013)
January 10, 2013 at 6:06 am
v-swgar (1/7/2013)
but this does not seem to work with part of text in the column which would be the hyperlink text?
Can you please...
January 10, 2013 at 2:41 am
Phil Parkin (1/10/2013)
Wow - you've done this before? Nice.
Not in SSIS, but I have manually - just to learn how to - no reason not to do it in SSIS...
January 10, 2013 at 2:39 am
If you are using xlsx files, there is a way that is not too difficult if you are methodical...
Use your favourite...
January 9, 2013 at 5:37 pm
or you might be able to set up a local / domain user with spanish region settings and just run SSMS as that user using the "runas" command...
not nice, but...
January 9, 2013 at 11:39 am
mister.magoo (1/8/2013)
so you want to INSERT into "some_other_table" where "value" and "rn" don't EXIST in #tgtand UPDATE #tgt WHERE value and rn match to #src ?
Is that right? ๐
Sorry, I...
January 8, 2013 at 11:44 am
so you want to INSERT into "some_other_table" where "value" and "rn" don't EXIST in #tgt
and UPDATE #tgt WHERE value and rn match to #src ?
Is that right? ๐
January 8, 2013 at 10:02 am
go to the Action section again and select "Go to URL"
Enter an expression for the url to get an alert window:
= "alert(""" & Field!Description.Value & """);"
Of course, you should URL...
January 7, 2013 at 4:40 pm
Steven Willis (12/28/2012)
Here's Mr. Magoo's method for splitting element pairs:
Gosh, I hope that was a mistake?
That code was not the best version of the XML split for that problem by...
December 29, 2012 at 2:33 pm
Hi, I think you have missed a very simple suggestion from Jeff, which was to check the length in the stored procedure you are calling.
If you are expecting anything up...
December 23, 2012 at 6:05 pm
Jeff Moden (12/21/2012)
Steven Willis (12/21/2012)
December 22, 2012 at 1:29 am
Jeff Moden (12/19/2012)
December 20, 2012 at 1:34 am
And the nice thing is this method works nicely on varchar(MAX)...
I used 2000 rows of 2000 pairs of values to test :
Duration_AvgCpu_AvgReads_AvgWrites_AvgRowCounts_Avg
106994.000000985614196918 36806...
December 19, 2012 at 7:52 pm
Dwain,
Performance wise, the main "speed ups" in this version are the use of our old friend FOR XML PATH('') to bolt everything into one XML fragment (means only handling one...
December 19, 2012 at 7:28 pm
dwain.c (12/19/2012)
"Oh, Magoo! You've done it again!"
Maybe ๐ I am just testing other data patterns...
December 19, 2012 at 7:13 pm
Viewing 15 posts - 1,066 through 1,080 (of 1,957 total)