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?
This post: http://sql-server-performance.com/Community/forums/t/32500.aspx is the same issue than actual?
this a different issue. How do you use the standard edition ssrs 2008 r2 to write to a file share directory strucutre?
Unfortunately as you expected it is not supported in Standard Editio - http://msdn.microsoft.com/en-us/library/ms159150.aspx and there are few blogs around to help = http://spilich.blogspot.com/2007/11/using-data-driven-subscriptions-in.html (for instance). See if this helps.