April 18, 2011 at 8:00 am
it is much easier to write a file within your application than it is to do it on the SQL Server.
You run into a lot of permissions issues where the file gets created to disk on the server, but the location of the file is not exposed to the end user, so they cannot get to it.
Why can you not have your application run the query, then either stream the formatted results of the dataset to the user(assuming a web application) or simply write to a file if it is a client/desktop application?
Lowell
April 19, 2011 at 1:46 am
Thanks for your reply Lowell,
Unfortunately i am just a lowly support guy with no code access for the or any influence on what should be included 🙂
However, I get your point that it will be easier to do it outside of SQL. I will look into doing that.
Thanks Again.
Viewing 2 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply