We have asp.net application which is accessed by 200 users in difference location. At present we are passing BULK entry using SQL procedure after business hours. But we are in a situation to pass bulk entry in working hours. Once we tried to pass it and we got logical error in data / dead Lock... We would like to have a scenario, at the time of BULK entry user should not get access the tables though application.
Please help us to resolve this issue.