Viewing 4 posts - 1 through 5 (of 5 total)
DECLARE@return_value int
EXEC@return_value = [dbo].[GetCompliances]
@WHERE_CLAUSE = N'RelatedToTypeName LIKE 'Mem%'',
@IssueNumber = NULL
SELECT'Return Value' = @return_value
Exception:
Msg 214, Level 16, State 2, Procedure sp_executesql, Line 1
Procedure expects parameter '@statement' of type 'ntext/nchar/nvarchar'.
April 30, 2010 at 7:31 am
Error Message is
Msg 214, Level 16, State 2, Procedure sp_executesql, Line 1
Procedure expects parameter '@statement' of type 'ntext/nchar/nvarchar'.
April 30, 2010 at 7:05 am
Viewing 4 posts - 1 through 5 (of 5 total)