I need an interim solution. My SQL Server DB is being populated and the code for the primary application is nearing completion.
I need to collect data from the system before the formal reporting processes are complete. How would you recommend that I do that? Right now I'm planning to run queries on the server and download them. Is that a good strategy? Is there a better way?
What would you recommend?