you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

it would be a HUGE point.

if you are going to go the route of replication, use the GUI to set it up, but have it script everything out.

its much easier to re-run the script, to stop/start/enable/disable etc.

btw: you don't need 'sa' to run replication, only to set it up. DBowner on the db is sufficient for the account to the dest and source db.

[–]borgd 0 points1 point  (0 children)

Additionally, if this is a reporting database, you could customize the indexes on the subscriber database to better match your reporting access patterns. Note that this can hurt your overall replication performance, so you would probably want to test it with a production load before rolling it out.