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 2000 Forums
 SQL Server Development (2000)
 can we use the print statement in functions..!!!

Author  Topic 

ramana123
Yak Posting Veteran

57 Posts

Posted - 2005-07-29 : 01:45:41
hi can we use the print statement in functions iam using print statement but it shows an error like:

invalid use of print..
my forgetness ..is it right or not ...
then how can we print anything in functions..

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2005-07-29 : 02:11:47
Fucntion is used to return values you cannot use print inside function

Madhivanan

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

- Advertisement -