Introduction of Netezza DBMS

This article gives an overview to Netezza DBMS and also explains the commands related with it.
  • 1853

Introduction

Netezza is a relational database management system. Netezza's appliances use a proprietary Asymmetric Massively Parallel Processing (AMPP) architecture. The basic command to use Netezza is given below.

Syntax

Provider=NZOLEDB;Password=password;User ID=user_name;Data Source=server_add;Initial Catalog=database_name;Persist Security Info=True;Port=port_num;Logging Level=0 or 1;Log Path=Path to log;Optimize for ASCII=True / False;

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.