Viewing 10 posts - 1 through 10 (of 10 total)
Add the insert into @cte does not make sense to me. The error message that I get indicates that you cannot return a recordset to the client from within...
September 23, 2008 at 11:33 pm
Could you show me where this needs to be inserted please
September 23, 2008 at 4:00 am
Server: Msg 444, Level 16, State 2, Procedure GetLocationDescription, Line 27
Select statements included within a function cannot return data to a client.
September 23, 2008 at 3:10 am
Hi There and thanks for the reply
This problem has been dogging me now for oiver a week. When I copy this into query analyser to test I get two...
September 23, 2008 at 2:52 am
I dont think it is available - I have SQL2008 (I know this is a 2005 forum)
September 22, 2008 at 11:37 pm
in query analyser I right click on the sp and select open to run it
April 18, 2008 at 3:42 am
Thanks for the response
When I run this in query analyser I get this message
Procedure 'get_form_count' expects parameter '@return', which was not supplied.
But when running it there is no prompt for...
April 18, 2008 at 2:59 am
CREATE PROCEDURE [DBO].[get_form_count] @return int output
AS
UPDATE form_count
SET form_count = form_count +1
I need to get the new form_count into the @return output param
I am a newbie and have not used...
April 18, 2008 at 2:12 am
Thank you very much. Much appreciated
Regards Phill
February 27, 2008 at 9:59 am
Viewing 10 posts - 1 through 10 (of 10 total)