I would like to know how to make a standard edition of sql server 2008 r2 write to a file share directory location. By looking at the reference:
http://msdn.microsoft.com/en-us/library/ms159264.aspx, I see that ssrs 2008 r2 can write to a file share directory location. I know data driven subscriptions can write to a file share directory location. However i would like to know how to accomplish this with a standard subscription.
If this is not available in a standard edition, would you recommend that I write a .Net application to accomplish this task?