Viewing 10 posts - 1 through 10 (of 10 total)
This is a noob question but how can I update the client tools without affecting the server
July 17, 2007 at 9:03 am
the version of query analyzer is 8.00.194
July 17, 2007 at 6:22 am
Sorry for the miscommunication the trigger is working great. The trigger will capture userid and session id when you created the trigger but will make it null if someone else...
December 15, 2006 at 10:50 am
As you can see from my post I am definate newbie but Im not sure I follow your reference to DELETED. I never explicitly created that table can I...
December 15, 2006 at 8:58 am
It is now working but the issue now is that when the trigger is called it just dumps all the records in from tblFeeStudent into the tblFeeStudentDelete
December 15, 2006 at 8:26 am
Ok I modified it now I get the following error
cannot insert a non-null value into a timestamp column
CREATE TABLE [tblFeeDelete] (
deletedKey int identity (1, 1),
[FeeStudentId] [udtId] NULL...
December 15, 2006 at 7:58 am
I was able to create the trigger no problem but when I go to test it causes the application to crash. here is the information getting passed into the delete...
December 15, 2006 at 7:17 am
I have had a tough time working through in how this could even be feasible but ideally I would have a result set of the date time format of day/month/year/hour,...
October 4, 2006 at 2:37 pm
Viewing 10 posts - 1 through 10 (of 10 total)