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
 General SQL Server Forums
 New to SQL Server Programming
 computed fields and user-defined functions

Author  Topic 

Chopsmum
Starting Member

38 Posts

Posted - 2006-04-13 : 08:01:41
Hi everyone,

I would like to get some clarification about what these two concepts are.

This is what I think:
lets say that you want the user to choose two columns to add together and then that produces a calculated result. This would go in a computed field???

And user-defined functions are functions whereby users have for example to which which two columns they were going to allow to be processed for the calculation.

Is this correct???

Cm

RickD
Slow But Sure Yak Herding Master

3608 Posts

Posted - 2006-04-13 : 09:54:08
No, this is not correct.. Read up about both concepts in BOL..
Go to Top of Page
   

- Advertisement -