Later on, you may add new tables and user stored procedures that you want to replicate to the new standby database.
If you marked the standby database for replication with sp_reptostandby, any new tables are automatically marked for replication.
If you marked database tables for replication to the standby database with sp_setreptable, you must mark each new table that you want to replicate with sp_setreptable.
You must mark each new user stored procedure that you want to replicate with sp_setrepproc.