In a SQL Server 2005 database that is replicated using log shipping, will changes to the following be automatically reflected in the replicated database?
- Tables
- Stored Procedures
- Views
- Functions
- Object-level permissions
- Database roles
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
With log shipping you end up with two identical databases, down to the last bit. Everything declared in the database gets shipped to the log shipping partner.