![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
When I tried to create temp table with the script below in the package, I got an error " invalid object name: #Heloc Rates." I have right to create temp table. Please tell what I did wrong. I am new to DTS. Your help is greatly appreciated, Culam CREATE TABLE [#Heloc Rates](code_ VARCHAR(15), [desc] VARCHAR(50)) INSERT INTO [#Heloc Rates] VALUES ('H3', 'Prime Rate') INSERT INTO [#Heloc Rates] VALUES ('H4', 'Prime Rate') INSERT INTO [#Heloc Rates] VALUES ('Y1', '2 Yr Treasury') INSERT INTO [#Heloc Rates] VALUES ('Y2', '2 Yr Treasury') |
![]() |
| Thread Tools | |
| Display Modes | |
| |