1) How can i detect (record) when a trigger fails?
2) Is there a time-out period for triggers? And if a SQL-statement in a trigger times out, will the entire trigger be rolled back?
I need some input on this. I have an INSERT-trigger on an order table, but sometimes a record will be lost. I suspect that this is caused by the trigger causing an error, thereby rolling back the entire INSERT. But I can not find anything wrong with the SQL-code, and the values used in the...
If u use the sp prefix, SQL Server will first look for the stored procedure in the master database instead of the current one when it is executed. Obviously, this which wastes time.
I need to distribute a file (specifically: normal.dot in Word) to a specific directory on every computer in a network from a server. I'm thinking a small app or vb-script, but have no idea how to begin. Any suggestions?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.