Viewing 2 posts - 16 through 17 (of 17 total)
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...
November 9, 2007 at 6:15 am
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...
September 26, 2007 at 10:40 am
Viewing 2 posts - 16 through 17 (of 17 total)