Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)

  • RE: syntax error Server: Msg 170 unable to reproduce on different servers

    This is a noob question but how can I update the client tools without affecting the server

  • RE: syntax error Server: Msg 170 unable to reproduce on different servers

    the version of query analyzer is 8.00.194

  • RE: query

    John

    I have thought about it for sure but I am unsure of how to implement it. How could I could I write the sql if the last name is...

  • RE: query

    Worked great thanks and for the tip about the aliases. I was doing this in access it will make my queries much easier to read

    Thanks

    Graham

  • RE: trigger question

    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...

  • RE: trigger question

    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...

  • RE: trigger question

    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

  • RE: trigger question

    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...

  • RE: trigger question

    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...

  • RE: aggregate functions using time intervals

    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,...

Viewing 10 posts - 1 through 10 (of 10 total)