Forum Replies Created

Viewing 12 posts - 1 through 13 (of 13 total)

  • RE: SQL Insert Trigger

    I apologize to Corgi and anyone else that I offended.

    Here is my best explanation

    BUSINESS REQUIREMENTS

    1) As seen above, either Future Students or Current Students should be able to search...

  • RE: SQL Insert Trigger

    I don’t think he is upset neither m’I, we are having good time.

    Here is what started our nice conversation

    Corgi said,

    “You mentioned that you are stack, I'm...

  • RE: SQL Insert Trigger

    Gail, You helped me so much already and I do really appreciate it.

    I don’t know if you have read everything between my friend and I, if you did do you...

  • RE: SQL Insert Trigger

    Thank You!

  • RE: SQL Insert Trigger

    You are stupid idiot who has too much time to waste.

  • RE: SQL Insert Trigger

    Welsh,

    Thank you very much for your help.

    To safe sometime lets assume SAT requirement is the student to score at least 50%.

    I don’t know if I want talk about...

  • RE: SQL Insert Trigger

    SELECT COUNT( courseId)

    FROM dbo.registration

    WHERE SID = Inserted.SID AND course_name = inserted.course_name ) = 0

    BEGIN

    INSERT INTO dbo.Registration (SemesterID, CourseID, SID,Instructor)

    VALUES (,’ , ;, ) (How can I provide these values...

  • RE: SQL Insert Trigger

    Did not get to the SAT yet, but

    I have changed

    IF (SELECT Due_Amount

    FROM dbo. Student_Bill_Account

    WHERE Due Amount) > 0

    BEGIN

    RAISERROR (‘You can not Enroll IN class without making...

  • RE: SQL Insert Trigger

    Yes I did make few changes based on your first response thank you. But it seems I ‘ still stack.

    I’m not asking you to do my homework, but Please provide...

  • RE: SQL Insert Trigger

    What do you mean by 2400 Tests?

    It is Basically a SAT Test Name

    Please see it here http://en.wikipedia.org/wiki/SAT

    What course are you taking?

    Databases management

    What have you done so far?

    Created those Table...

  • RE: SQL Insert Trigger

    I'm creating School Database with few rules

    Student who has unpaid balance cannot register for any more classes,

    Students who are not registerd can only take one Trail class,and three...

  • RE: SQL Insert Trigger

    I see this (SemesterID, CourseID, SID) shouldn't be there.

    and the system that I was going to get the detail from is down for the next few hours.

    I'm...

Viewing 12 posts - 1 through 13 (of 13 total)