Viewing 15 posts - 1,156 through 1,170 (of 2,452 total)
SQLRNNR (7/29/2015)
eccentricDBA (7/29/2015)
Eirikur Eiriksson (7/29/2015)
SQLRNNR (7/28/2015)
eccentricDBA (7/28/2015)
Generation XGeneration Entitled
Demanding
Demanding the Impossible
Something for nothing
foo fighters
July 29, 2015 at 8:07 am
http://www.convertcsv.com/generate-test-data.htm
CREATE TABLE RandomText(
ID INTEGER NOT NULL PRIMARY KEY
,randomText VARCHAR(702) NOT NULL
);
INSERT INTO RandomText(ID,randomText) VALUES
(1,'Puv loluh...
July 29, 2015 at 7:37 am
Yet Another DBA (7/24/2015)
Have a read of "Lights in the Tunnel" then think of what any AI will do for an over populated society.
just started reading this.....thanks ...food for thought.
July 28, 2015 at 1:01 pm
or this....similar to Steve but altered the filters accordingly
SELECT ED.EMPLID, ED.CHECK_DT, ED.AL_DEDCD, ED.AL_AMOUNT AS HSA_DEDUCTION, EM.AL_AMOUNT AS EMPLYR_HSA_CONTRIB
FROM PS_AL_CHK_DED AS ED
LEFT OUTER JOIN PS_AL_CHK_MEMO AS EM
ON ED.EMPLID = EM.EMPLID
AND ED.CHECK_DT...
July 27, 2015 at 9:41 am
Jeff Moden (7/26/2015)
There are a couple of things to note. First, there are NO matches in the data where a company match actually occurred according to the match of...
July 26, 2015 at 11:01 am
bgolembiesky 4883 (7/25/2015)
Here you go. I just took a very small off-cycle payroll on 7/6/2015 for the insert records into the 2 tables. Thank you for your help. The only...
July 26, 2015 at 6:37 am
crookj (7/24/2015)
Ed Wagner (7/24/2015)
BWFC (7/24/2015)
Spelling 😀Reading
Writing
Rithmetic 😀
July 24, 2015 at 7:48 am
rs-337036 (7/23/2015)
I figured it out that's why.Thanks
ok...glad to hear it.
seems I was posting my response whilst you were editing yours. no worries
July 23, 2015 at 3:49 pm
SSRS Newbie (7/23/2015)
Yes, if the requested date was 2015-08-06 then the return date will be 2015-08-10. Thank you for your prompt response.
can you clarify your rules please.....do we exclude weekends...
July 23, 2015 at 3:43 pm
SELECT ID,
CASE WHEN COUNT(*) OVER(PARTITION BY ID) > 1
THEN ISNULL(Name + ' ' + Identifier, Name)
ELSE Name END AS Name,
Identifier
FROM SampleData;
Edit...seems you have already changed your mind re NULLS...
July 23, 2015 at 3:27 pm
SSRS Newbie (7/23/2015)
Thank you for your response. The code you suggested works. I need to assign a Scheduled Ship Date to the closest Monday. For example- if the Requested Delivery...
July 23, 2015 at 3:18 pm
SQLRNNR (7/23/2015)
J Livingston SQL (7/23/2015)
Eirikur Eiriksson (7/23/2015)
DonlSimpson (7/23/2015)
Ed Wagner (7/23/2015)
J Livingston SQL (7/23/2015)
Revenant (7/23/2015)
Eirikur Eiriksson (7/23/2015)
SQLRNNR (7/23/2015)
cowboydichotomy
Opposition
antithesis
Conflict
Resolution
Clarity
coherent
disorderly
conduct
July 23, 2015 at 3:11 pm
Eirikur Eiriksson (7/23/2015)
DonlSimpson (7/23/2015)
Ed Wagner (7/23/2015)
J Livingston SQL (7/23/2015)
Revenant (7/23/2015)
Eirikur Eiriksson (7/23/2015)
SQLRNNR (7/23/2015)
cowboydichotomy
Opposition
antithesis
Conflict
Resolution
Clarity
coherent
July 23, 2015 at 2:46 pm
Revenant (7/23/2015)
Eirikur Eiriksson (7/23/2015)
SQLRNNR (7/23/2015)
cowboydichotomy
Opposition
antithesis
July 23, 2015 at 12:19 pm
Viewing 15 posts - 1,156 through 1,170 (of 2,452 total)