Answer Posted / vimal
Trigger is a special type of store procedure.when we are going
to insert,update,delete table automatically trigger is invoked
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Tell me what is fill factor?
Explain why variables called the most powerful component of ssis?
What is 5nf in normalization form?
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
What is user-defined multi-statement table-valued function?
What are the differences between triggers and stored procedures?
How to copy data from one table to another table?
in the physical file layout, where should the transaction log be stored in relation to the data file? : Sql server administration
What is the advantage of sql server?
How to loop through result set objects using odbc_fetch_row()?
How to write a query with a full outer join in ms sql server?
How do I know if localdb is running?
What are different types of replication in sql server?
What is spid in sql server profiler?
can you instantiate a com object by using t-sql? : Sql server database administration