Forum Replies Created

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

  • RE: Dynamic SQL

    this is only part of the big picture

  • RE: Dynamic SQL

    yeah OK thanks again, however when I changed to:

    DECLARE @iNew_USEint

    DECLARE @sqlnvarchar(MAX), @params nvarchar(MAX)

    SET @sql = '

    DECLARE @iNew bigint;

    EXEC spA__InsertAccount

    @sAccountNr = ''abc999'',

    @sName = ''New name'',

    @sAddress= ''Address'',

    @sCity = ''PARIS.'',...

  • RE: Dynamic SQL

    Thanks GSquared for answering so fast

    But, yeah call me whatever, which exactly?

    (been a long day)

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