Viewing 15 posts - 4,471 through 4,485 (of 15,381 total)
While I agree that the DelimitedSplit8K function is likely to be of help here I want to point out that the datatype containing the csv data is varchar(max) which does...
June 13, 2014 at 10:08 am
Tallboy (6/13/2014)
SELECT PersNo, 4WeekEnd, TotalWorkedHours, TotalContractHours
From
WITH TblWorkedHours @WeekEnd
(Select
PersNo,
Max(WeekEnding) As 4 WeekEnd,
Sum(WorkedHours) As...
June 13, 2014 at 10:05 am
julian.fletcher (6/13/2014)
June 13, 2014 at 10:02 am
Again...using the sample data from pietlinden what is the expected output? Not a written explanation but the actual values as you want to see them.
June 13, 2014 at 9:55 am
jasona.work (6/13/2014)
Ed Wagner (6/13/2014)
Jack Corbett (6/13/2014)
GilaMonster (6/13/2014)
- Tune a proc quick, then go home
- Wait, it's got user defined functions
-...
June 13, 2014 at 9:50 am
Ed Wagner (6/13/2014)
Jack Corbett (6/13/2014)
GilaMonster (6/13/2014)
- Tune a proc quick, then go home
- Wait, it's got user defined functions
- Wait,...
June 13, 2014 at 9:49 am
To add to Luis' comment about ordering. You would need some sort of column like an identity but when you select the data you need to add an ORDER BY...
June 13, 2014 at 8:38 am
pietlinden (6/13/2014)
I figured that since he was new, I would be nice and show him how to set up the problem so that people could help...
And much appreciated by anybody...
June 13, 2014 at 8:36 am
Ed Wagner (6/13/2014)
sing4you (6/13/2014)
Sean Lange (6/13/2014)
Ed Wagner (6/13/2014)
BWFC (6/13/2014)
crookj (6/13/2014)
Ed Wagner (6/13/2014)
Stuart Davies (6/13/2014)
BWFC (6/13/2014)
Wild TurkeyWild Horses
Equestrian
(my little) Pony. Got a young granddaughter visiting........
Express
Espresso 😀
breakfast
Bagels
Eggs
Bacon!!
June 13, 2014 at 8:08 am
Let's use the excellent sample data and ddl that pietlinden posted. That is how you should post stuff in the future.
What should be the output from the sample data? The...
June 13, 2014 at 7:48 am
Koen Verbeeck (6/13/2014)
Sean Lange (6/12/2014)
below86 (6/12/2014)
Sean Lange (6/12/2014)
below86 (6/12/2014)
June 13, 2014 at 7:40 am
Ed Wagner (6/13/2014)
BWFC (6/13/2014)
crookj (6/13/2014)
Ed Wagner (6/13/2014)
Stuart Davies (6/13/2014)
BWFC (6/13/2014)
Wild TurkeyWild Horses
Equestrian
(my little) Pony. Got a young granddaughter visiting........
Express
Espresso 😀
breakfast
June 13, 2014 at 7:28 am
Tallboy (6/12/2014)
This is a problem I have been working on for some time, but Im still unsure how to proceed.
I have a simple table with the following columns
Tabel Name -...
June 12, 2014 at 3:31 pm
cbrammer1219 (6/12/2014)
June 12, 2014 at 3:24 pm
cbrammer1219 (6/12/2014)
June 12, 2014 at 3:22 pm
Viewing 15 posts - 4,471 through 4,485 (of 15,381 total)