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 - 2006-05-25 : 08:56:06
|
Noel writes "I just bulk altered/dropped/inserted some tables/indexes/views/stored procedures. My logshipping and replication fails to initiate. Is theres any problems if I bulk alter/drop/insert the tables/indexes/views/stored procedures. HELP ME OUT!!!" |
|
jen
Master Smack Fu Yak Hacker
4110 Posts |
Posted - 2006-05-25 : 21:51:19
|
replication will fail if you make any changes on the source tables without executing the proper stored procedures like sp_repladdcolumn, more so if you drop the table for logshipping, what is the error message in the job history?--------------------keeping it simple... |
 |
|
|
|
|