Alter Stored Procedure in SQL Replication

Posted by Refracted Paladin on Server Fault See other posts from Server Fault or by Refracted Paladin
Published on 2010-03-18T14:11:16Z Indexed on 2010/03/18 14:21 UTC
Read the original article Hit count: 515

How do I, properly, ALTER a StoredProcedure in a SQL 2005 Merge Replication?

I just need to add a Column. I already successfully added it to the Table and I now need to add it to a SP. I did so but now it will not synchronize with the following error -->

Insert Error: Column name or number of supplied values does not match table definition. (Source: MSSQLServer, Error number: 213)

© Server Fault or respective owner

Related posts about sql-server

Related posts about sql-server-2005