dbTalk Databases Forums  

Invalid Pointer

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


Discuss Invalid Pointer in the microsoft.public.sqlserver.dts forum.



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

Default Invalid Pointer - 06-08-2006 , 01:23 PM






In my Dts Package Im trying to run a Data Transformaion using the following
select statements:
tblICItemMaster.ItemNumber, tblICItemMaster.ItemID,
tblZStorItemLocation.Location, tblZStorItemLocation.Quantity, Getdate () as
Updated,
tblZStorItemLocation.RecordId, tblZStorItemLocation.DTstamp,
tblZStorItemLocation.Recordcount, tblZStorItemLocation.PcId,
tblZStorItemLocation.UserId, tblZStorItemLocation.BoxId,
tblZStorItemLocation.Task
FROM tblICItemMaster INNER JOIN
tblICItemCrossReference ON tblICItemMaster.ItemID =
tblICItemCrossReference.ItemID INNER JOIN
tblZStorItemLocation ON tblICItemCrossReference.ItemCrossReference =
tblZStorItemLocation.BoxId

ORDER BY tblZStorItemLocation.DTstamp DESC

Every time I run this I recieve and Error Invalid Pointer. If I run it in
the query analyzer it runs fine. Any ideas as to what is happening?

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

Default RE: Invalid Pointer - 06-08-2006 , 02:00 PM






Sorry I found the problem. I started the sql statement with Use Mydatabase, I
removed that and everything worked fine.

Thank you anyway

"bhorwitz" wrote:

Quote:
In my Dts Package Im trying to run a Data Transformaion using the following
select statements:
tblICItemMaster.ItemNumber, tblICItemMaster.ItemID,
tblZStorItemLocation.Location, tblZStorItemLocation.Quantity, Getdate () as
Updated,
tblZStorItemLocation.RecordId, tblZStorItemLocation.DTstamp,
tblZStorItemLocation.Recordcount, tblZStorItemLocation.PcId,
tblZStorItemLocation.UserId, tblZStorItemLocation.BoxId,
tblZStorItemLocation.Task
FROM tblICItemMaster INNER JOIN
tblICItemCrossReference ON tblICItemMaster.ItemID =
tblICItemCrossReference.ItemID INNER JOIN
tblZStorItemLocation ON tblICItemCrossReference.ItemCrossReference =
tblZStorItemLocation.BoxId

ORDER BY tblZStorItemLocation.DTstamp DESC

Every time I run this I recieve and Error Invalid Pointer. If I run it in
the query analyzer it runs fine. Any ideas as to what is happening?

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.