Help ! Out of Memory when using Lookups
- From: "Adrian" <Adrian.Porger@xxxxxx>
- Date: Thu, 23 Jun 2005 20:55:00 +0200
Hi folks,
I get a "out of memory" error when trying to use lookups in my data
transformation task
the two lookup querries are
SELECT MAX(AddressID) AS Expr1
FROM tblAddresses
and
INSERT INTO tblData
(AddressID, Name, Data)
VALUES (?, ?, ?)
If I delete both lookups then everything works fine..
what can that be?
cheers
Adrian
.
- Follow-Ups:
- RE: Help ! Out of Memory when using Lookups
- From: TiJei
- Re: Help ! Out of Memory when using Lookups
- From: whit
- RE: Help ! Out of Memory when using Lookups
- Prev by Date: DTS Package Fails to find import file
- Next by Date: Transformation Problem
- Previous by thread: DTS Package Fails to find import file
- Next by thread: Re: Help ! Out of Memory when using Lookups
- Index(es):