Viewing 3 posts - 1 through 3 (of 3 total)
Sean Lange (7/18/2013)
WHILE EXISTS(SELECT * FROM #TempTable)
You posted in the sql 7, 2000 forum. Are you actually using an old version...
July 18, 2013 at 8:28 am
#1633659
What is the point of the RETURN call in the trigger, if it doesn't cause the trigger to end execution?
July 11, 2013 at 2:26 pm
#1631742
But shouldn't the trigger exit prior to getting to the part where the user doesn't have permissions? Or does it automatically check for permissions regardless of whether the code is...
July 11, 2013 at 2:04 pm
#1631739