we have a number of databases to move from production to testing. for a number of reasons we cannot take the production databases offline nor can we use sql back up to accomplish this task. we are considering using the database copy functionality
in sql server but are concerned that a checkpoint will be created in the transaction log of the source database which would break our log chanin and possibly cause db recovery issues. is a checkpopint created in the source (production) database transaction
log if the database is copied to another (test) sql server instance? thanks
↧