We are using transactional replication and are running into a problem. Our system will often create tables "on the fly" in code, and we can't get the tables to replicate.
Currently, we are issuing "CREATE TABLE" statements on the Publisher and Subscriber. Then, we are using the "sp_addArticle" stored proc to add the new article to the publisher.
We can't get the data to replicate over for the new tables. Any ideas???
thanks
Corey
MTFBWY...