Hi all,
I created a simple task that runs an sql query against a SQL Server 2008 database and exports the result set to an excel file that is dynamically created. The package works fine when I run it through BIDS. But when I try to automate the process through SQL Server 2008 Agent. It fails.The error message describes the following "c:/..." is not a valid path.make sure you the path name is spelled correctly and you are connected to the server on the which the file resides..connection may not be configured correctly or you may not have right permissions on this connection. I have logged into sql server as DBA. Works like a charm in BIDS, but not here. Could anyone let me know how to fix this issue? Please help..Thanks