Hi All,
I have a couple of basic questions on replicating a SQL Server database to another SQL Server.
The publishing SQL Server is our production ERP server. I would like to replicate to another SQL Server that I can use for reporting. The thought is that because we have some queries that run for a bit, it would be better to off load that work load to another SQL Server.
I'm new to replicating SQL Server databases and after some research it sounded like what I needed was to setup a Transactional Replications.
My first question is, if I only want the tables and views but some tables have triggers, do I have to sync everything so that the triggers will fire? I really don't want the triggers to fire because they would have already fired on the production server. Ask another way, is it possible to just replicate schema and data?
The second...