Viewing 4 posts - 1 through 4 (of 4 total)
Perfect! Thank you so much. My SQL skills have just gotten better Cheers.
March 25, 2013 at 7:54 am
Now I Get this:
Msg 245, Level 16, State 1, Line 2
Conversion failed when converting the nvarchar value '11/13/1964' to data type int.
SELECT
dimUser.EmpFullName1 [User Name],
dimUser.MgrEmpFullName1 AS Manager,
dimUser.PrimaryJobName AS [Primary Job],...
March 25, 2013 at 7:46 am
The vendor will not give us access to the live data....
March 25, 2013 at 7:41 am
The filed has multiple dates in it. The 20050307 was just an example. Now all the dates say 2005-03-07???
March 25, 2013 at 7:36 am
Viewing 4 posts - 1 through 4 (of 4 total)