Multiple choice technology databases OLEDB Command can be used to call Store Procedure from Database in data Flow Task. True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation OLE DB Command in Data Flow can execute stored procedures per row. It passes row values as parameters to the stored procedure. This is a valid approach for parameterized database calls in data flow.