Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 comman user define function

Author  Topic 

desikankannan
Posting Yak Master

152 Posts

Posted - 2010-02-17 : 11:46:23
iam really new to write function,what are all the comman function
i can write and call that function inside the stored procedure
i wants to do everything in backend process iam working with .net 2005
but i feel it good to process all in the backend.
pls guide me , what function i can write and call that to my stored procedure

Desikankannan

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-02-17 : 11:49:46
you can call all types of functions inside procedure. there are basically three - scalar valued, inline table valued and Multi-statement Table-Value User-Defined Function. you can use all of them in procedure
more details here

http://www.sqlteam.com/article/user-defined-functions

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2010-02-18 : 01:09:37
<<
wants to do everything in backend process iam working with .net 2005
but i feel it good to process all in the backend.
>>


What is wrong with doing them in VB.NET?

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-02-18 : 01:15:54
quote:
Originally posted by madhivanan

<<
wants to do everything in backend process iam working with .net 2005
but i feel it good to process all in the backend.
>>


What is wrong with doing them in VB.NET?

Madhivanan

Failing to plan is Planning to fail


For that, you need to know VB.NET

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2010-02-18 : 01:29:03
Op said " iam working with .net 2005"

So he knows it

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -