temp tables in stored procedures called from dts package
From: matthew c. harad (matthewcharad_at_discussions.microsoft.com)
Date: 10/06/04
- Next message: Brandon Lilly: "Export to text"
- Previous message: anonymous: "Empty value"
- Next in thread: Allan Mitchell: "Re: temp tables in stored procedures called from dts package"
- Reply: Allan Mitchell: "Re: temp tables in stored procedures called from dts package"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 6 Oct 2004 10:47:02 -0700
i'm calling a stored procedure to generate a dataset for importation across
sql servers. the stored procedure uses a temp table. when trying to set up
the dts package, i get an error message "invalid object #temptablename"
what's going on here? can i just not use temp tables in sp's that get
called from dts packages? is there a standard workaround? or am i just
doing something wrong?
thanks
matthew
- Next message: Brandon Lilly: "Export to text"
- Previous message: anonymous: "Empty value"
- Next in thread: Allan Mitchell: "Re: temp tables in stored procedures called from dts package"
- Reply: Allan Mitchell: "Re: temp tables in stored procedures called from dts package"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|