Re: Triggers on Insert, Delete
From: keene (anonymous_at_discussions.microsoft.com)
Date: 03/31/04
- Next message: Terry: "Error Running generated job creation script"
- Previous message: Van Jones: "Re: Drop all the connections to the DataBase"
- In reply to: Josh: "Triggers on Insert, Delete"
- Next in thread: Josh: "Re: Triggers on Insert, Delete"
- Reply: Josh: "Re: Triggers on Insert, Delete"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 31 Mar 2004 14:16:31 -0800
I guess it's the problem with permissions.
FROM BOL:
Execute permissions for xp_sendmail default to members of
the db_owner fixed database role in the master database
and members of the sysadmin fixed server role, but can be
granted to other users. However, for security reasons,
you should limit permissions for this stored procedure to
members of the sysadmin fixed server role.
Does your asp user have enough permissions?
--keene
>-----Original Message-----
>Why do my asp forms stop submitting data into my SQL
Server 2000 Database when I insert a trigger to send
email on Insert or Delete? I can still add entries
manually to the database and SQL successfully send the
email out when the table is updated. Once I put the
trigger in place though my web based asp forms stop
functioning. The point was to create a employee support
database filled with web based support requests. The end
result I am looking for is to have SQL email our support
department when a support request is generated. Any
Ideas?
>
>Thanks,
>Josh
>.
>
- Next message: Terry: "Error Running generated job creation script"
- Previous message: Van Jones: "Re: Drop all the connections to the DataBase"
- In reply to: Josh: "Triggers on Insert, Delete"
- Next in thread: Josh: "Re: Triggers on Insert, Delete"
- Reply: Josh: "Re: Triggers on Insert, Delete"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|