Spent the last 2 weeks creating and tweaking a 150 line query pulling stuff from all over the place. My internal customer kept changing his mind what he needed.
Found that I need to write the whole thing to a table on SQL Server; so created a table this morning.
Started a stored proc and put a little data in the table to be sure I could TRUNCATE it.
Now, I am at the threshold and don't know what to do next. Can I copy the query into the proc and directly squirt it across?
Thanks
Alan
Found that I need to write the whole thing to a table on SQL Server; so created a table this morning.
Started a stored proc and put a little data in the table to be sure I could TRUNCATE it.
Now, I am at the threshold and don't know what to do next. Can I copy the query into the proc and directly squirt it across?
Thanks
Alan