Drop Table

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
nima511
Participant
Posts: 22
Joined: Thu Oct 08, 2009 8:01 am

Drop Table

Post by nima511 »

Can we drop a table using a DataStage Job?
Database where the table resides is a SQL Server.
swarnkar
Participant
Posts: 74
Joined: Wed Jan 11, 2006 2:22 am

Re: Drop Table

Post by swarnkar »

nima511 wrote:Can we drop a table using a DataStage Job?
Database where the table resides is a SQL Server.
Yes but the User (With which you are connecting to database) should have sufficient privilege to drop table.

You can do that in ODBC stage as Before or after command

Thanks,
Nitin Swarnkar
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

... or automatically if you are also choosing to re-create the table.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply