|
|
Archives of the TeradataForum
Message Posted: Tue, 10 May 2011 @ 08:48:39 GMT
Subj: | | Re: Teradata testing |
|
From: | | Coutts, Mike |
The Teradata Plug-in for Eclipse provides various wizards around SQL development that also allow for the creation of ANT scripts that can drive
JDBC/SQL. You can use this to create a test infrastructure that can create a given database structure, run SQL against it and break it down once
you are finished (alternatively, tear down the previous structure as the first part of a new test run). Check out
developer.teradata.com
under Tools for various articles on the IDE or the Friday Night Project (database development) under Enterprise for an example of using ANT/SQL
to create a database.
MikeC...
| |