Viewing 15 posts - 1,651 through 1,665 (of 1,988 total)
Why so much hate on SSIS? Yes it has some weird issues and things I'd love to see fixed but compared to DTS or hand coding all your ETL...
July 6, 2015 at 9:36 am
Steve Jones - SSC Editor (7/1/2015)
ZZartin (7/1/2015)
A math degree is not job training to be an accountant and a CS degree shouldn't be thought of as job training to be...
July 1, 2015 at 11:50 am
Steve Jones - SSC Editor (7/1/2015)
P Jones (7/1/2015)
July 1, 2015 at 9:26 am
I also disagree with that opinion, a CS degree is not supposed to be job training and it's ridiculous to imply that universities should even attempt for it to be...
July 1, 2015 at 8:28 am
I believe that she's "afraid" of someone having any access beyond the user level. When I came on board as a DBA, she wiould only give me access to a...
July 1, 2015 at 8:10 am
Well when you say your sys admin is the only person allowed to have that information is that actual company policy or just that noone has taken the time to...
June 30, 2015 at 3:31 pm
Do you have a process that's keeping track of the file sizes on whatever schedule for you?
June 30, 2015 at 12:32 pm
Lowell (6/30/2015)
June 30, 2015 at 10:47 am
Ed Wagner (6/30/2015)
crookj (6/30/2015)
Ed Wagner (6/30/2015)
Eirikur Eiriksson (6/30/2015)
djj (6/30/2015)
Ed Wagner (6/30/2015)
Eirikur Eiriksson (6/30/2015)
Ed Wagner (6/30/2015)
psingla (6/30/2015)
Ed Wagner (6/29/2015)
Eirikur Eiriksson (6/29/2015)
Ed Wagner (6/29/2015)
eccentricDBA (6/29/2015)
Narud (6/29/2015)
Ed Wagner (6/29/2015)
Revenant (6/29/2015)
SagaSega
ATARI!!!
Odyssey
Intellivision
Uveitis
Bug eyes
Sublime
Lemon
Limoncello
Italy
Boot
Sector
Track
Eight
Bits
Cake
June 30, 2015 at 8:20 am
Try this.
WITH TEMP_CTE AS(
SELECT PAT_ONE.PatientID, PAT_ONE.AdmissionDate, PAT_ONE.DischargeDate, PAT_ONE.Cost
FROM PatientProblem PAT_ONE
LEFT OUTER JOIN PatientProblem PAT_TWO ON PAT_ONE.PatientId = PAT_TWO.PatientID AND PAT_ONE.DischargeDate = DATEADD(day, -1, PAT_TWO.AdmissionDate)
WHERE
PAT_TWO.PatientID IS NULL
UNION ALL
SELECT PAT_TWO.PatientId, PAT_TWO.AdmissionDate,...
June 29, 2015 at 4:20 pm
Well depending on the file format you could read the entire record as one column then parse it programatically, that may or may not be worth the effort though.
June 29, 2015 at 8:41 am
Jeff Moden (6/17/2015)
patrickmcginnis59 10839 (6/17/2015)
ZZartin (6/17/2015)Sometimes the only way people will accept they're wrong is if you prove them wrong. For example a perfectly plausible scenario is that columns...
June 18, 2015 at 10:48 am
patrickmcginnis59 10839 (6/16/2015)
ZZartin (6/5/2015)
EdVassie (6/5/2015)
Call your developers into a meeting, and have a box of paper left outside the room.
Tell a developer you need some...
June 17, 2015 at 9:42 am
Ed Wagner (6/12/2015)
DonlSimpson (6/12/2015)
djj (6/12/2015)
Ed Wagner (6/12/2015)
Revenant (6/12/2015)
Ed Wagner (6/12/2015)
crookj (6/12/2015)
ZZartin (6/12/2015)
Ed Wagner (6/12/2015)
BL0B_EATER (6/12/2015)
djj (6/12/2015)
ShapeMOLD
Fungus
Trip
Vacation
Family
Mafia
Godfather
Gun
Cannoli
Filling
Cola
June 12, 2015 at 12:15 pm
Ed Wagner (6/12/2015)
BL0B_EATER (6/12/2015)
djj (6/12/2015)
ShapeMOLD
Fungus
Trip
June 12, 2015 at 8:38 am
Viewing 15 posts - 1,651 through 1,665 (of 1,988 total)