Can we execute a stored procedure inside a trigger?
Answer Posted / digambar patil
no, we cannot execute stored procedure in trigger.
| Is This Answer Correct ? | 2 Yes | 20 No |
Post New Answer View All Answers
In my application I have a process which picks the scanned files (tif format) from a shared location and it links to application and shown on it.The actuall issue is that my process picks the file before it is completly written or scanned which results in displaying few parts of the image or incomplete image.I need to check if the file is not completly scanned or written then do not link it to application.Please help if any body tell me that how can i check that file is in written phase or locked through DTS.thanking you in advance
Describe triggers features and limitations?
What is the recursive stored procedure in sql server?
What are the types of joins in sql?
What is the use of RDBMS?
OPTIMIZATION OF SP,CURSOR,TRIGGERS
What is snapshot parameter in ssrs?
What is user-defined inline table-valued function?
Can a database be shrunk to 0 bytes, if not, why?
Once setting replication, can you have distributor on sql server 2005, publisher of sql server 2008?
What is transact-sql language?
How to use old values to define new values in update statements in ms sql server?
How to connect sql server management studio express to sql server 2005 express?
Why is sql server log file full?
How to concatenate two character strings together?