You can change the primary database to a replicate database.
At the:
sp_stop_rep_agent dbname
sp_config_rep_agent dbname, disable
alter connection to data_server.database set log transfer off
sp_setreplicate rs_marker, 'false'
Execute sp_setreptable without arguments to generate a list of all replicated tables and stored procedures in the database.
One by one, set the replicate status of each table and stored procedure to “false,” using sp_setreptable and sp_setrepproc.