Viewing 4 posts - 1 through 4 (of 4 total)
In the Report Manager click by the side of the report to bring on the other options. Click on Manage. In the report properties, click on Parameters. Set the default...
May 15, 2013 at 6:04 pm
A TVF is used If you want a table as an output of a function. The results can be used in a stored procedure.
Syntax:
CREATE FUNCTION [dbo].[functionname]
(
@inputvraiables Datatype
)
RETURNS @tablevariablename...
August 23, 2012 at 5:37 pm
Hi,
I have somewhat similar issue....I am able to invoke the application but the screen flashes once.... i think there is some issue with the parameters beings passed.... can you help...
December 11, 2010 at 3:15 am
Viewing 4 posts - 1 through 4 (of 4 total)