I'm a developer with a probably very basic question, but I can't see anything conclusive on MSDN. I'm developing a web application that uses a SQL server 2008 R2 back end. According to the following MSDN page, SQL replication can be set up to replicate only certain database objects:
https://msdn.microsoft.com/en-us/library/ms152559(v=sql.105).aspx
If stored procedures, functions etc, are created on the destination database (the subscriber in replication parlance) will they survive future replications from the source database? I only need the data from the source system, so the replication need not publish anything but tables.