Hi,
Currently we have a migration project from SQL2005 to SQL2014. We capture trace in production SQL2005 and replay in SQL2014 server. But sometimes some process blocked during replay. Every time we need to kill the block process, but may lead to the replay result incorrect. How can we solve this issue as there is no blocking problem in production SQL2005.
Thanks.