I have an Execute SQL task with an OLE DB source that is running this query:
SELECT OBJECT_ID('AppLogin') AS TableID
In the Result Set tab, I have Result Name 0 mapped to Variable Name User::TableID.
The task executes, but the variable never gets set. It remains 0.
