
Hello All,
I have a very complex SQL query and it will create some temp tables, insert data and manipulate etc.. as per i know report writer is just view only tool, Its not made for insert data and create tables stuff like that..
So my question is how do i run some custom query out of report writer and store that data in some temp tables and later i will retrieve them from report writer? is orion has any inbuilt tool where i can run my SQL code or schedule them for every month, years etc...
There are a few customers that have been doing this for several years to insert data into the Orion Database. Microsoft SQL Studio Manager will be your best option for running these Queries. You will be able to create a Schedule and have it execute SQL Queries. Click Here for the Steps.
Look like your are right. But i cant see any job or schedule feature in Management studio ? We have SQL server 2008 R2. is this different tool to schedule job or its inside management studio? I have attached picture. could you please build me?
Holy Cow!! This is Express edition. That's why this feature is not there :(
Another way might be to used stored procedures and call that from report writer. I've been able to do some crunching based on that.
stored procedures doesn't work in report writer because insert statement doesn't working correctly. I tried to write simple example and run code in report writer but its just saying "Query database"...