I have some confusion.. actually i need best practice but i can not find. I have 2 different server and databases works on the both server.
I wished to create full database replication for disaster/test. Finally i created.
My question is, i have some users and one of them did some dml and add table and add view etc on target database(Subscriber)
Is this possible in sql servers ?
Can we alter or add new object to target database ?
Cause after add/alter objects we lost some view and table. It droped itself.