Viewing 15 posts - 3,211 through 3,225 (of 3,957 total)
Brandie Tarvin (7/6/2012)
OCTom (7/6/2012)
Brandie Tarvin (7/6/2012)
July 8, 2012 at 6:47 pm
Les Cardwell (7/6/2012)
You're right. It's not in my set either...No clue, other than my mind is also on PTO perhaps :ermm:
Whew! That's a relief. Thought I'd missed an...
July 8, 2012 at 6:38 pm
Jeff Moden (7/6/2012)
GPO (7/3/2012)
Don't suppose that picture of the fish is a veiled reference to poisson?Whatever the case, I'll just bet it scales well. 😛
If you guys are going to...
July 8, 2012 at 6:36 pm
peter-757102 (7/6/2012)
dwain.c (7/6/2012)
I just scanned all 35 pages of this discussion thread seeking the revised string splitter but unfortunately was unable to find it posted by you.
Can you point me...
July 6, 2012 at 3:14 am
dwain.c (7/5/2012)
Les Cardwell (7/5/2012)
[33,51,60] - is a triple[55, 66] - is a double
I checked my NewDistricts table and these two aren't in it but they should be, so I need...
July 6, 2012 at 12:28 am
Jeff,
I just scanned all 35 pages of this discussion thread seeking the revised string splitter but unfortunately was unable to find it posted by you.
Can you point me to the...
July 6, 2012 at 12:07 am
Using Jeff Moden's string splitter: http://www.sqlservercentral.com/articles/Tally+Table/72993/, you can do it like this:
DECLARE @str VARCHAR(20) = '1^2~3^4~5^6'
SELECT Col1=MAX(CASE WHEN t.ItemNumber = 1 THEN t.Item END)
,Col2=MAX(CASE WHEN t.ItemNumber...
July 6, 2012 at 12:06 am
Les Cardwell (7/5/2012)
[33,51,60] - is a triple[55, 66] - is a double
I checked my NewDistricts table and these two aren't in it but they should be, so I need to...
July 5, 2012 at 10:26 pm
Les Cardwell (7/5/2012)
[33,51,60] - is a triple
[55, 66] - is a double
Triples - I only count 9 in your list. Add the above...
July 5, 2012 at 6:27 pm
sqlfriends (7/5/2012)
It is not hiding the ', also tried to paste special as text, same...
July 5, 2012 at 6:15 pm
sqlfriends (7/5/2012)
Thanks, could I ask why it is 4 ', like ''''?Thanks
Two surrounding apostrophes to denote the character string. Because apostrophe is the character string definition operator, you...
July 5, 2012 at 5:18 pm
Gianluca Sartori (7/5/2012)
Impressive article, Dwain!Thanks for sharing.
Gianluca - Thanks for the positive comments and I hope the effort may be useful some day!
July 5, 2012 at 3:18 am
In reviewing my own work, I found a few corrections that should be considered:
Errata
--------
1. The reported PopulationMean for the Uniform Distribution is shown as 4. The correct value of...
July 5, 2012 at 2:10 am
Without a better idea of what such "futuristic" errors may be, I'm not sure I can help you.
I will point out that data cleansing should be addressed by the front...
July 5, 2012 at 1:54 am
vijay.s (7/5/2012)
;WITH MyModules AS (
SELECT m.ModuleID, Caption, SourceName, 0...
July 5, 2012 at 12:43 am
Viewing 15 posts - 3,211 through 3,225 (of 3,957 total)