sql serevr, user defined function, .Net

  • Thread starter Thread starter Iwan Petrow
  • Start date Start date
I

Iwan Petrow

Hi

Is this possible and how: To create a function in c# (in dll) and
import this method in sql where I can use it. For example I want method
like this: string MyMethod(string s, int i).

I use VS 2003 and sql server 2000

Thanks.
 
No, this is only possible with SQL Server 2005

Panagiotis Kanavos, SQL Server MVP
 
And with .NET 2.0. VS.NET 2003 uses .NET 1.1, and SQL Server 2005 uses
..NET 2.0 (and above, when that happens, one would presume).
 
Back
Top