Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to test a Scalar User Function
Message
General information
Forum:
ASP.NET
Category:
Databases
Miscellaneous
Thread ID:
01531708
Message ID:
01531713
Views:
29
Thanks Naomi
regards,
Gerard


>>I have a scalar User Function which Takes in Two Integer Parameters, and returns one Integer
>>Is there a way of testing the function in SSMS (without having to put it into a select Statement)
>>i.e. I just want to run the Function with the two paraneters
>>Tia
>>Gerard
>
>select dbo.ScalarFunction (@Param1, @Param2)
>
>-- alternatively
>declare @Result int
>execute @Result = dbo.ScalarFunction @Param1, @Param2
>
>
Previous
Reply
Map
View

Click here to load this message in the networking platform