Unix Technical Forum

After Triggers

This is a discussion on After Triggers within the MS SQL ODBC forums, part of the Microsoft SQL Server category; --> Thank you for the help. I want to create a database that will trigger reports from the MailProcessingEquip. Please ...


Go Back   Unix Technical Forum > Database Server Software > Microsoft SQL Server > MS SQL ODBC

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-27-2008, 08:34 PM
Cristian
 
Posts: n/a
Default After Triggers

Thank you for the help.
I want to create a database that will trigger reports
from the MailProcessingEquip.
Please verify my code and let me know.

CREATE TRIGGERS Reports_Completed
ON MailProcessingEquip
FOR INSERT AS
DECLARE @newReport varchar(50)
SELECT @newReport = (SELECT Device_Name FROM Inserted)

PRINT @USPSReport + 'Report Completed'


Thank you
Cristian Vitan


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 03:30 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com