I created a database named ReportingDB. There is a SQL AGENT job which executes a SQL SCRIPT and extracts data from source database into the ReportingDB. This job runs every 2 hours and takes approximately 10min. Using ReportingDB i have to create reports. Now my question is, will i be able to create reports from ReportingDB while the job is running. If not, can anyone suggest a way to do it. Thankyou for your time.