When I execute the package locally it is successful.
However, If I run the query via the SQL Job Agent. I get:
Executing the query "Select top 1 CSTR(F2) AS [F2] from [Front Page$]" failed with the following error: "Unknown". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
I need to use the CSTR to convert the field to a string.
Anyone have any ideas?