Viewing 15 posts - 226 through 240 (of 600 total)
darn it....it's not right...not filtering by week...
I changed it (a little)..
SELECT
E.eecCoID AS 'Rec ID',
E.EecEEID AS 'Emp ID',
eepNameFirst AS 'First Name',
eepNameLast AS 'Last Name',
EecDateOfOriginalHire AS 'Service Date',
EecDateOfTermination
FROM...
June 28, 2012 at 9:09 am
I think that's it....checking now..
Thank you so much Andy!
June 28, 2012 at 8:33 am
Okay here's everything I have so far...runs, but not correct results...not filtering by week..
can't figure out why
--With Terminations
SELECT
----DATEPART(YEAR, e.eecDateOfLastHire) as 'Year of Hire',
--EEPDATEOFBIRTH,
CmpCompanyCode as 'Company Code',
E.EecOrgLvl2 as 'Org Level',
cmpCompanyName as...
June 28, 2012 at 8:04 am
I'm close but this isn't right....
(SELECT MAX(EC.eecDateOfTermination) FROM EMPCOMP EC WHERE EC.EecEEID = E.EECEEID AND (eC.eecDateOfTermination <= (SELECT DATEADD(wk,DATEDIFF(wk,0,GETDATE()),0)) AND (EC.eecDateOfTermination is not null OR EC.eecDateOfTermination >= (SELECT DATEADD(wk,DATEDIFF(wk,0,GETDATE()),6)))))...
June 28, 2012 at 7:48 am
Sorry.
Is there a way to eliminate the duplicate Employees, taking only the latest prgpaydate in the CTE?
June 25, 2012 at 10:59 am
So really in my worst case senario the adding the witness doesn't help me much.
Thanks for all the help Lynn.
-->sending you good karma<--- 🙂
June 19, 2012 at 2:55 pm
Did you force a failover or did you break the mirror then do a restore database with recovery on the mirror database to bring it live?
Lets say the power goes...
June 19, 2012 at 2:37 pm
That sounds like a misconfigured environment. Mirroring won't require setting up from scratch unless people break the mirroring instead of failing over.
Maybe then I'm doing something incorrectly..
I have two...
June 19, 2012 at 2:28 pm
If I read this correctly, asyncronous mirroring is only possible with Enterprise Edition. Using Standard Edition you must use syncronous mirroring (with or without a witness).
Okay..
I'm stuck with using standard...
June 19, 2012 at 2:08 pm
Ahh...interesting stuff Craig.
Guess the bottom line is, I gotta setup 'normal' backups.
Thanks Lynn, Craig. Much appreciated.
June 11, 2012 at 2:59 pm
Okay. My understanding is that they are only using NetApp to backup/snapshot those instances. Not the entire VM.
If the above is indeed the case, is there anything I can do...
June 11, 2012 at 2:15 pm
Oops! Sorry my apologies to both...long day.
So, bottom line -
Using NetApp to backup is not supported by Microsoft, correct?
Only real solution is to create 'normal' SQL backps
June 11, 2012 at 2:00 pm
Viewing 15 posts - 226 through 240 (of 600 total)