oricteropo
IS-IT--Management
I'm attempting to run sp_ReplAddColumn like so.....
exec sp_repladdcolumn 'MY_Test', 'MinInvoice', 'money', 'All', null, 1, 1
And I get the following error:
Server: Msg 21331, Level 16, State 1, Procedure sp_MScopyscriptfile, Line 40
Failed to copy user script file to the Distributor.
Anyone know what the problem is?
exec sp_repladdcolumn 'MY_Test', 'MinInvoice', 'money', 'All', null, 1, 1
And I get the following error:
Server: Msg 21331, Level 16, State 1, Procedure sp_MScopyscriptfile, Line 40
Failed to copy user script file to the Distributor.
Anyone know what the problem is?