Delete data from a MSSQL standby database?

Posted by SQL-Newbie on Server Fault See other posts from Server Fault or by SQL-Newbie
Published on 2012-04-13T10:58:02Z Indexed on 2012/04/13 11:32 UTC
Read the original article Hit count: 196

Filed under:

Is it possible to delete data from a read only standby database that imports shipped log files?

At least in my theory this shouldn't be possible because the deletion would change the LSN and the log shipping should break.

What I need is a smaller sized database than the database that ships the logs. So basically I need a way to have the (readonly) standby server storing only the most recent data. Any ideas or recommendations on this?

© Server Fault or respective owner

Related posts about sql-server