Re: trigger issue
From: Sebastian K. Zaklada (szaklada-dont-like-spam_at_skilledsoftware.com)
Date: 02/26/04
- Next message: Hari: "Re: Convert on Oracle"
- Previous message: Sebastian K. Zaklada: "Re: Creating .sql script file with data"
- In reply to: rahul: "trigger issue"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 26 Feb 2004 12:15:08 +0100
> I have a function in ms sql server
>
> in which i m updating a table and returning one value
>
> and suppose,the table which gets updated has trigger which create a
table
> or modifies the table structure.
>
> wht will happen in this case.
Well... If you run that function, the table will be updated by the UDF,
trigger will be fired and its script executed, as a result of this a table
will be created or modified, and the function will return a value.
But this is exactly what you wrote in your post, I have added nothing. Maybe
I misunderstood your question, could you please explain your problem in more
details?
sincerely,
-- Sebastian K. Zaklada Skilled Software http://www.skilledsoftware.com This posting is provided "AS IS" with no warranties, and confers no rights.
- Next message: Hari: "Re: Convert on Oracle"
- Previous message: Sebastian K. Zaklada: "Re: Creating .sql script file with data"
- In reply to: rahul: "trigger issue"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|