Hi,
I have been working on teradata for quite some time and i wanted to know if there are any load and export utlities in netezza also. I.e. in teradata we have utilities like fast load( to bulk load) and fast export ( to bulk export data) from the tables. Apart from this there are also transformation scripts that can be written in TD knows as ( BTEQS).
Would appreciate if someone could let me know if there are equivalents of these in netezza and if not how can this be acheived through netezza.
Sample scripts welcomed.
Many thanks
The netezza equivalent of fastload is nzload - see the documentation in the System Administrator's Guide. There is no specific utility to do 'Fast Export' as such - you can use nzsql (which is similar in funtion to Teradata BTEQ) and direct output to a file, or use External Tables to get data out of the Netezza database. All of these features are covered in the standard documentation.
D.
great thanks. i will explore these two