I have moved report form one server to another and the report deployed successfully.
But when i run the report the following error comes.
Cannot create a record in tmpTable
The sql database has issued an error.
Sql error description : invalid object name tmpTable.
Then there is sql query.
When i make the table as Regular report runs( obviously with repeated data as table is not flushed)
I synchronized the table. Redployed the report. But it dosnt work when table type is Temp/inMemory
Plus i dont have visual studio in the server where report is moved.
Please help