Viewing 14 posts - 16 through 29 (of 29 total)
Lynn,
Actually, at this stage I am just trying to create the trigger so I will not be received access denied.
However, I already check the sp in new windows and...
December 9, 2009 at 10:30 am
Still the same error. I took out all the lookup statement (select * from watever wehre id-id) and still the same.
------------------------*/
Msg 156, Level 15, State 1, Procedure it_myTrigger, Line 46
Incorrect...
December 9, 2009 at 10:17 am
I am getting these errors...
Msg 156, Level 15, State 1, Procedure it_myTrigger, Line 39
Incorrect syntax near the keyword 'where'.
Msg 156, Level 15, State 1, Procedure it_myTrigger, Line 41
Incorrect syntax near...
December 9, 2009 at 10:04 am
1. I moved the roll back statement right after begin catch line but before insert into log
2. Thanks for the quick reply. Do you think I am "FROM...
December 8, 2009 at 1:27 pm
I created 2 buttons (punch in and punch out) and then everything else was easy and less complex. Pls mark this post as Resolved.
June 19, 2009 at 11:47 am
The new sql statement works and gives me records. However, I do not need all the columns. I need to add a column cStatus to display In/Out based on the...
May 17, 2009 at 12:36 pm
Lowell,
You are right on target. Also, I wanted to thank you for answering me and helping me with the code. truly appreciated. I am getting following error when I execute...
May 17, 2009 at 11:46 am
i am so sorry for multiple posts. i wasnt sure where to put it. again very sorry.
and
thanks all for your contribution. I will sure to try all of them.
thanks
May 17, 2009 at 11:38 am
This seems to be doing but need more testing.
SELECT cd.emp_id, MIN(CASE WHEN (cd.time_out IS NULL) THEN 'in' ELSE 'out' END) AS cStatus
FROM ...
May 17, 2009 at 12:15 am
Hello Wayne,
YOU ARE TOOOOOOO GOOD AND GENEROUS OF YOUR TIME. I HAVE NO IDEA HOW I AM GOING TO THANK YOU.
It worked like charm. You could off spend more time...
April 22, 2009 at 8:58 pm
Wayne,
Sorry. Didnt mean to take you away from your family time. NO doubt family is first. That is why I am going to do this in c# .net cause of...
April 22, 2009 at 6:50 pm
That's funny. LOL.
How come people have all the time to comment on how to post?
Who really cares as long as it's not all that offensive?
I need some solution,...
April 22, 2009 at 3:55 pm
wayne, where r u? I attached both sql to create tables and data. I can create exact logic in .net but I like to do it in sql server as...
April 22, 2009 at 3:35 pm
I have attached sql of the tables with data. Please let me know. Thanks for all the help. I truely appreciate it.
Here is my goal.
1. Determine where I need to...
April 22, 2009 at 2:01 pm
Viewing 14 posts - 16 through 29 (of 29 total)