I have a Fuzzy Lookup operation that is referencing a very large view, which is a subset of a larger table. When running the package from Visual Studio, execution succeeds without a hitch. When running the package from DTExec or C# code it fails with the following error:
0x8007000E : Not enough storage is available to complete this operation.
Why would it run successfully in Visual Studio yet fail in any sort of production environment? Is there some package configuration setting I'm missing?
Any help is appreciated!