Forum: MS SQL Jul 2nd, 2009 |
| Replies: 5 Views: 533 The problem is only with trigger! if I made a query everything work fine. The trigger fire, I'm sure! |
Forum: MS SQL Jul 1st, 2009 |
| Replies: 5 Views: 533 Why not? :confused: In MSDN there's this explanation of RAISERROR:
By the way, I've try also to generate an error typing...
This is an error! but code in CATCH are not execute. :-/
any... |
Forum: MS SQL Jul 1st, 2009 |
| Replies: 5 Views: 533 Hy, you guys!
I'm trying to implement in a trigger write by-me error handling with TRY...CATCH, but I'm loosing a lot of time without success. :'(
Here there's a simple code write for test:
ALTER... |