dbTalk Databases Forums  

Help ! Out of Memory when using Lookups

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Help ! Out of Memory when using Lookups in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Adrian
 
Posts: n/a

Default Help ! Out of Memory when using Lookups - 06-23-2005 , 01:55 PM






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



Reply With Quote
  #2  
Old   
whit
 
Posts: n/a

Default Re: Help ! Out of Memory when using Lookups - 06-24-2005 , 10:04 AM






I've got a similar problem. When I use DTSLookups I get a 'Not enough
storage is available to complete this operation'. This used to work just
fine. I'm wondering if SP1 on Server 2003 has caused this.

What are you running on?


"Adrian" <Adrian.Porger (AT) gmx (DOT) de> wrote

Quote:
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




Reply With Quote
  #3  
Old   
TiJei
 
Posts: n/a

Default RE: Help ! Out of Memory when using Lookups - 06-28-2005 , 05:00 AM



I got the same problem, but installed MSSQL SP4, and now it works.

See also : http://support.microsoft.com/default...b;en-us;889170

"Adrian" wrote:

Quote:
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




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.