How to create function in SQL SERVER using .NET?

How to create function in SQL SERVER using .NET?

Giribabu
Views: 2389 | Community Opinion: 3

Tags..  SQL SERVER 2005 Interview  SQL SERVER 2005 Tutorial  .NET Interview

Bookmark this page..



Ask a New Question Go to Home

Community Opinion/Answers
 

SQL Server 2005 introduces the ability to write Stored Procedures, Functions, Triggers, User Defined Types and User Defined Aggregations using any of the available .Net languages such as VB.NET or C#.

You can do this by using

SqlPipe sqlP = SqlContext.GetPipe(); function
and then sqlP.Send() method

you can read this tutorial on

http://www.sqldbatips.com/showarticle.asp?ID=22




ram Said..

I agreee the above answer




kiran.d Said..

ya its good to use






What do you think? Add your opinion/answer
*Name
*your opinion/answer: