Hi,
Recently we found some blocking scenario in SQL Server Production environment. After checking I found it was select query which was executing on a 'employee' table at the same time another insert query came to insert some data in 'employee' table and was waiting for the select query to finish execution and make blocking scenario.
In oracle select is compatible with insert and both can run together. Please let me know is it in different in SQL server?
Regards
Arif