Search found 26 matches

by BoMBaY
Tue Sep 16, 2014 9:03 am
Forum: ODBC
Topic: Connecting Vertica to MS SQL
Replies: 6
Views: 27283

Re: Connecting Vertica to MS SQL

I didn't try it but I think the topic on the link below might be helpful for you.

viewtopic.php?f=21&t=1331
by BoMBaY
Tue Sep 16, 2014 8:05 am
Forum: New to Vertica Database Administration
Topic: Assigning Create,Drop and Truncate privileges for roles
Replies: 5
Views: 15358

Re: Assigning Create,Drop and Truncate privileges for roles

As I know currently TRUNCATE TABLE operation need to be table owner or superuser.

Refer:

http://my.vertica.com/docs/7.1.x/HTML/i ... ETABLE.htm
by BoMBaY
Mon Sep 15, 2014 1:54 pm
Forum: New to Vertica Database Administration
Topic: Assigning Create,Drop and Truncate privileges for roles
Replies: 5
Views: 15358

Re: Assigning Create,Drop and Truncate privileges for roles

OK, Let say you have a ETL user (ETLUSER user) and a ETL role (ETLROLE role). ETLROLE was granted to ETLUSER. Assume that a STAGING schema was created by DBADMIN. Now you already grant CREATE on STAGING schema to ETLROLE. ETLUSER should have a privilege to create objects (Table, View, etc.) on STAGI...
by BoMBaY
Mon Sep 15, 2014 8:01 am
Forum: New to Vertica Database Administration
Topic: Assigning Create,Drop and Truncate privileges for roles
Replies: 5
Views: 15358

Re: Assigning Create,Drop and Truncate privileges for roles

Hi Nandhina M, First, you need to create a role. CREATE ROLE rolename; Second, you grant privileges to the role. I think all you need is only CREATE privilege (Allows the user read access to the schema and the right to create tables and views within the schema). The object owner can DROP and TRUNCAT...
by BoMBaY
Fri Jul 26, 2013 9:54 am
Forum: Vertica Database Development
Topic: Sequence, Identity and Auto Increment
Replies: 1
Views: 14115

Re: Sequence, Identity and Auto Increment

Question: If so, Like we create sequences, can we also create identity, Auto Increment Answer: Yes, you can. For each column you can choose a type of the sequence objects that you want to use. But each table can contain only one auto_increment or identity column. A table can contain both an auto_in...
by BoMBaY
Fri Jul 26, 2013 8:11 am
Forum: New to Vertica
Topic: set restart policy at database creation using adminTools
Replies: 4
Views: 10079

Re: set restart policy at database creation using adminTools

Could you please capture the screen. The error doesn't make sense.
by BoMBaY
Thu Jul 25, 2013 6:20 am
Forum: Vertica SQL
Topic: @@Rowcount
Replies: 9
Views: 38281

Re: @@Rowcount

As I know @@ROWCOUNT is a Built-in System Function (Transact-SQL) of SQL Server that returns the number of rows affected by the last statement. And Vertica currently doesn't support programming language in Database like PL/SQL (Oracle) or Transact-SQL (SQL Server). So If you want to know the number ...

Go to advanced search