Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Return Rowcount from a SQL statment

    I can't use SP_EXECUTELSQL since it is limited to 4000 characters; I have to use EXEC (@my_dynamic_sql_statement), because I'm using up to 8000 characters (there are some long lists).

    I can...

  • RE: Return Rowcount from a SQL statment

    I've been using @@ROWCOUNT, but I have to run the select statement in order to retrieve the rowcount. Since I have to use dynamic SQL, I can only use a...

Viewing 2 posts - 1 through 2 (of 2 total)