if i create table in my server A, i want to know if the log shipping will create my table in my server B? Also if they are an error, it is difficult to resolv it with the log saver ???
Yes it will as the changes are logged to Transaction log. Satya SKJ Microsoft SQL Server MVP Contributing Editor & Forums Moderator http://www.SQL-Server-Performance.Com This posting is provided AS IS with no rights for the sake of knowledge sharing.
You can test to create the Table in ROLLBACK - Mode before implimenting the actual one. Regards, Arindam Ganguly