MS SQL Server 2005 Bulk Copy question

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
VCInDSX
Premium Member
Premium Member
Posts: 223
Joined: Fri Apr 13, 2007 10:02 am
Location: US

MS SQL Server 2005 Bulk Copy question

Post by VCInDSX »

Hi,
We have jobs that read from sequential files and load into target MS SQL Server 2005 tables using ODBC Enterprise as per the following design.
SeqFile ==> Transformer ==> ODBC Enterprise

Is there any Bulk Copy/Load stage for MS SQL Server 2005 that one could use for such operations?

Thanks,
-V
josh.guffey
Participant
Posts: 40
Joined: Thu Apr 17, 2008 1:52 pm
Location: Huntsville, AL

Post by josh.guffey »

Replace the ODBC Enterprise with the SQL Server Enterprise Stage. That is the target stage that we use to load our SQL Server databases and it seems to perform much faster than ODBC.

I would create a copy of the job and change the copy's target to SQL Server Enterprise. Run job 1 and then the copy and see if there is any difference in load times, etc...
VCInDSX
Premium Member
Premium Member
Posts: 223
Joined: Fri Apr 13, 2007 10:02 am
Location: US

Post by VCInDSX »

Hi Josh,
Thanks for the followup. Appreciate it much.

Correct me if i am wrong, my understanding is that the "SQL Server Enterprise" is not available on Linux/Unix Server installations.
Or is there a way to "bring in" this stage on a Linux/Unix installation?

Thanks again
-V
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

VCInDSX wrote:Correct me if i am wrong, my understanding is that the "SQL Server Enterprise" is not available on Linux/Unix Server installations.
Your understanding is correct, Windows servers only.
-craig

"You can never have too many knives" -- Logan Nine Fingers
VCInDSX
Premium Member
Premium Member
Posts: 223
Joined: Fri Apr 13, 2007 10:02 am
Location: US

Post by VCInDSX »

Thanks Craig.
-V
Post Reply