Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2000-12-19 : 12:54:49
|
| dusan writes "I created stored procedure using INSERT with SELECT statement (like: insert into tab1 select a,b,c from tab2 where...). All is working normally but at the same time there is a need for merge replication which creates extra column in each table (unique/timestamp) and my stored procedures(s) returns error. What is the solution for this situation?" |
|
|
|
|
|