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 |
hoangduchi
Starting Member
3 Posts |
Posted - 2005-05-09 : 00:13:50
|
The row was inserted at [database] but could not be inserted at [remote database]. Could not find stored procedure [procedure]help me.Thanks. |
|
jen
Master Smack Fu Yak Hacker
4110 Posts |
Posted - 2005-05-09 : 04:16:24
|
quote: Originally posted by hoangduchi The row was inserted at [database] but could not be inserted at [remote database]. Could not find stored procedure [procedure]help me.Thanks.
guess the sp missing is sp_MSIns_%?check if the sp is really missing --------------------keeping it simple... |
 |
|
hoangduchi
Starting Member
3 Posts |
Posted - 2005-05-13 : 03:36:16
|
i checked it, it exists in Publication Database, but when run agent, it still error. other reason??? |
 |
|
jen
Master Smack Fu Yak Hacker
4110 Posts |
Posted - 2005-05-14 : 00:12:07
|
quote: Originally posted by hoangduchi i checked it, it exists in Publication Database, but when run agent, it still error. other reason???
it should exist in the subscriber database--------------------keeping it simple... |
 |
|
hoangduchi
Starting Member
3 Posts |
Posted - 2005-05-16 : 00:32:39
|
Thanks, i will test again. |
 |
|
|
|
|