Viewing 4 posts - 1 through 4 (of 4 total)
Not trying to knock Mark at all and I apologize if it sounded that way. I appreciate any and all suggestions.
Thank you Mark
May 13, 2005 at 12:18 pm
Thanks Mark but that did not work. Here's the query:
SELECT LDR.LoanNumber
,LDR.StatusCode
,LDR.StatusCodeDate
,LDH.Item
FROM viewLoanDatatotalRetail AS LDR
INNER JOIN tblLoanDataLockHist AS LDH ON LDH.LoanNumber = LDR.LoanNumber
WHERE LDH.Item = (SELECT MIN(LDH.Item) FROM...
May 13, 2005 at 10:56 am
For most companies, the HR interview is the first line of defense. The questions asked are typically used to determine the following:
1) Your motivation for their position or your career path.
2)...
May 9, 2005 at 8:23 am
Have you thought of changing the TrunkGroupID column to use identity? If you are just incrementing based on the existing columns max value then using the identity property of that column should...
May 9, 2005 at 8:10 am
Viewing 4 posts - 1 through 4 (of 4 total)