Viewing 15 posts - 211 through 225 (of 600 total)
Here's the error..works fine if a file is there..
Corp 1984-2005. All rights reserved. Started: 12:30:59 PM Error: 2012-09-13 12:31:00.10 Code: 0x00000000...
September 13, 2012 at 10:46 am
yeah it was a rights thing...
thanks for your help..
August 15, 2012 at 7:16 am
Yep that was it!
Thanks guys ...really really appreciated!
August 8, 2012 at 8:08 am
I know now that my problem is in this part of the statement:
SELECT DATEDIFF(YEAR, EecDateOfOriginalHire, getdate()) from empcomp EC WHERE EC.EecEEID = eepeeid
August 8, 2012 at 7:50 am
thanks for answering/helping...
recovery model is set to full
August 2, 2012 at 6:40 am
Thanks Jack..
My guess is another job(s) running...
We are checking now...but we wondered if it could be anything else.
July 11, 2012 at 1:31 pm
Thanks Lowell!
Your stuff is always so good. Wish I had read your reply before I started on what I wrote:
;with cte as (SELECT
E.eecCoID AS 'Rec ID',
E.EecEEID AS 'Emp...
June 29, 2012 at 7:06 am
You are right!
That did the trick!
Thanks soooo much for all your help Andy!
June 28, 2012 at 10:09 am
Nope!
<bangs head against wall>
Sure doesn't (still shows years and years of terminations) and I can't figure out why if I run just this:
SELECT (eecDateOfTermination)
FROM EMPCOMP
WHERE
eecDateOfTermination IS...
June 28, 2012 at 9:27 am
Viewing 15 posts - 211 through 225 (of 600 total)