Re: Extended SP ?
From: Vinod Kumar (vinodk_sct_at_NO_SPAM_hotmail.com)
Date: 02/08/05
- Next message: Neil Ginsberg: "Re: Problem with Parallel Query Execution"
- Previous message: Vinod Kumar: "Re: Problem with Parallel Query Execution"
- In reply to: Ashkan Daie: "Re: Extended SP ?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 8 Feb 2005 10:40:36 +0530
AFAIK, You cannot do this in SQL Server 2000.
Having said that, SQL Server 2005 has flexibility in writing extended stored
procedures in amanged code and even triggers can be written in .NET
languages. These triggers have access to the pseudo tables INSERTED and
DELETED.
-- HTH, Vinod Kumar MCSE, DBA, MCAD, MCSD http://www.extremeexperts.com Books Online for SQL Server SP3 at http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp "Ashkan Daie" <adaie@nospam.org> wrote in message news:eRhTl9VDFHA.4072@TK2MSFTNGP10.phx.gbl... > I wish it could :). That is why I am pursuing the extended proc method. > > "JohnnyAppleseed" <someone@microsoft.com> wrote in message > news:u%23JCU6VDFHA.960@TK2MSFTNGP09.phx.gbl... > > Could the programming possibly be written using T-SQL? If so, then don't > > even pursue the extended proc avenue any further. > > > > "Ashkan Daie" <adaie@nospam.org> wrote in message > > news:%23ehdN4VDFHA.1836@tk2msftngp13.phx.gbl... > >> Hi All, > >> > >> I want to call an extended proc from a trigger. Is there a way to access > > the > >> "Inserted" and "Deleted" tables from the extended proc?? > >> > >> > >> Thanks, > >> Ashkan > >> > >> > > > > > >
- Next message: Neil Ginsberg: "Re: Problem with Parallel Query Execution"
- Previous message: Vinod Kumar: "Re: Problem with Parallel Query Execution"
- In reply to: Ashkan Daie: "Re: Extended SP ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|