Viewing 10 posts - 16 through 25 (of 25 total)
Thanks a lot .. It worked
July 15, 2013 at 8:38 pm
Basically tblevents has a field name sstatus and I am capturing oldstatus and then in the update statement if the status changes to newstatus and then comparing them
USE [databasename]
GO
/******...
July 15, 2013 at 2:10 pm
How do I do this? I want to update the status to newstatus and comapre oldstatus and newstatus for a particular eventid and keep rest of the values same as...
July 15, 2013 at 1:31 pm
Will it be possible to capture instructor's email in the new temp table along with deleted status and inserted status so we know which instructor has got the new status?
Thanks,
Blyzzard
July 5, 2013 at 12:21 pm
Thank You Lynn.
It worked.
May 17, 2013 at 12:27 pm
How to script the job as drop create?
March 22, 2013 at 12:53 pm
Your query is selecting all the students who have selected Math only but the Marker field is empty for all the returned students.
Thus I think that students who have selected...
November 26, 2012 at 3:17 pm
Actually I need to select all the fields and rows for Math subject and craete a marker so that if any student has selected Science as well then I it...
November 26, 2012 at 2:37 pm
Could you please explain?
Thanks,
Blyzzard
November 26, 2012 at 2:03 pm
I was trying to troubleshoot and figured that when I create same stored procedure on a test server and then use it for the report dataset, it executes fine but...
September 1, 2012 at 10:30 pm
Viewing 10 posts - 16 through 25 (of 25 total)