I have very complex query and which required to create some temp tables using store procedure. when i am using Report Writer Advance SQL to write query its working but at data INSERT time its just showing me message "Query Database..." until unless i cancel that message it will be there.
Everything seems works but only this message is annoying. here is my sample code.
INSERT INTO #tempTable (Studies, Availability)
EXEC usp_study_acr
SELECT *
FROM #tempTable
Following is message i am getting. It would be there until i cancel it