Hello Guys,
I am facing a strange issue. I have a table that has around 2 million records in it and i have created a combo procedure(combination of multiple stored procedures) that retrieves data from that table multiple times.
I have a staging site and a production site. The staging database has same data as of the production data latest to the night.
When I am pulling up the report that needs to be generated I works perfectly fine on the staging server but it blews up on the production server. It gives no data on the production server.
I am getting a Time out Expired exception on the stored procedure. Can anybody highlight what is being done wrong or what might be the problem?
Are there debugging tools available that would give me a birds eye view on how the process is going on, on the production server?
Regards
Abhishek