Monday, March 19, 2012

functions in dll?

Hi All,
I have same functions writed in C++ on a DLL.
My questions is: Have same way of calling these functions of an store
procedure or trigger?
ThanksYou could write an extended stored procedure, see "Creating Extended
Stored Procedures" in Books Online. I wouldn't recommend using that in
a trigger however. TSQL or client/middle tier code may be the best for
your functions. Have you considered implementing them in TSQL?
David Portas
SQL Server MVP
--

No comments:

Post a Comment