Forum Replies Created

Viewing 2 posts - 16 through 17 (of 17 total)

  • RE: Same identity range assigned to multiple subscribers.

    In case anybody else experiences this problem.

    The issue:

    When adding an article that uses automatic identity range management to a publication, after running a snapshot, when subscribers synchronize (without reinitializing) the...

  • RE: Stored procedure trouble with sp_executesql

    I think this should work

    exec sp_executesql N'exec sp_UpdateProcessedTrades @vcDeptName, @buySellCoverShortFlag, @customerAccountCounterparty, @shadowAccount, @tradeID',

    N'@vcDeptName varchar(5),

    @buySellCoverShortFlag varchar(1),

    @customerAccountCounterparty varchar(6),

    @shadowAccount varchar(4),

    @tradeID bigint',

    @vcDeptName = 'IF-PM',

    @buySellCoverShortFlag = 'S',

    @customerAccountCounterparty...

Viewing 2 posts - 16 through 17 (of 17 total)