Hi,
I created an SSIS package which truncates few tables and reloads data. User run SSRS reports on this database. What happens when a user tries to run a SSRS report (fetches data from the same SQL Server) when SSIS load is happening and what happens to the already existing SSRS sessions before the SSIS load has started? Does this result in any deadlocks?
Thanx