Viewing 5 posts - 1 through 6 (of 6 total)
Below is the solution :
SET DATEFORMAT DMY;
--===== Conditionally drop the test table to make reruns easier
IF OBJECT_ID('TempDB..#Emp_Attendance','U') IS NOT NULL
...
December 29, 2010 at 3:40 am
Thanks a lot experts, problem solved through your valuable advice.
December 27, 2010 at 12:20 am
Yes, you were correct as it does not meet my requirements fully..
i think i have to use cursor for my query wherein i have to filter and fetch the data...
December 25, 2010 at 1:53 am
Empid Date P A
300 01/12/2010 ...
December 16, 2010 at 9:45 pm
I'm using SQL Server 2000 !
Thanks a lot for the reply. This will work for me.
🙂
October 22, 2008 at 12:14 am
Viewing 5 posts - 1 through 6 (of 6 total)