Forum Replies Created

Viewing 4 posts - 1 through 5 (of 5 total)

  • RE: SP_EXECUTESQL

    am sorry.....

    i misspelled...

    procedure is working now....

  • RE: SP_EXECUTESQL

    Thanq...

    that helped me...procedure is working not.

  • RE: SP_EXECUTESQL

    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'.

  • RE: SP_EXECUTESQL

    Error Message is

    Msg 214, Level 16, State 2, Procedure sp_executesql, Line 1

    Procedure expects parameter '@statement' of type 'ntext/nchar/nvarchar'.

Viewing 4 posts - 1 through 5 (of 5 total)