Search found 9 matches

by iw84n01
Wed Oct 01, 2014 7:53 am
Forum: ODBC
Topic: Connecting Vertica to MS SQL
Replies: 6
Views: 26665

Re: Connecting Vertica to MS SQL

norbertk wrote:You can set up a linked server.
Hi Norbertk,

What I meant is from the Vertica (unix box) going to query / connect to the MS SQL Server

Regards
by iw84n01
Tue Sep 16, 2014 9:11 am
Forum: ODBC
Topic: Connecting Vertica to MS SQL
Replies: 6
Views: 26665

Re: Connecting Vertica to MS SQL

thanks for the reply BoMBaY

but I'm still getting an error =(

I think this would works for oracle only
by iw84n01
Tue Sep 16, 2014 5:00 am
Forum: ODBC
Topic: Connecting Vertica to MS SQL
Replies: 6
Views: 26665

Connecting Vertica to MS SQL

HI All,

Is there a way (and how) that Vertica DB can browse or Connect MS SQL Database?

do we need driver ?
:!: :!: :!: :?: :?: :?:


Regards,
by iw84n01
Wed Jan 22, 2014 1:16 pm
Forum: Vertica Data Load
Topic: network_interfaces
Replies: 4
Views: 9233

Re: network_interfaces

sKwa wrote:try:

Code: Select all

select * from vs_network_interfaces;

Thanks So much ....
This is what I'm looking for ... :D
by iw84n01
Wed Jan 22, 2014 12:54 pm
Forum: Vertica Data Load
Topic: network_interfaces
Replies: 4
Views: 9233

Re: network_interfaces

Hi! Try next: select * from vs_subnets; Daniel Thanks Bro appreciate it .... how about selecting the network interface created (not on this v_monitor.network_interfaces) ? =) CREATE NETWORK INTERFACE ethXX on v_Dbidev_node0006 with '10.18.21.99'; ROLLBACK 4043: Network Interface "copy_node1" alread...
by iw84n01
Wed Jan 22, 2014 7:46 am
Forum: Vertica Data Load
Topic: network_interfaces
Replies: 4
Views: 9233

network_interfaces

HI, I'm still a novice when it comes this, anyway my problem is that I need to change the export_address of the server here's the step: CREATE SUBNET copy_subnet WITH '10.12.15.88'; CREATE NETWORK INTERFACE copy_node1 ON v_Dbdevv_node0001 with '10.12.15.11'; ALTER DATABASE Dbdevv EXPORT ON copy_subn...
by iw84n01
Tue Jan 14, 2014 8:13 am
Forum: New to Vertica
Topic: sql formatting in vertica
Replies: 4
Views: 10198

Re: sql formatting in vertica

knicely87 wrote:Use the -P switch:

Code: Select all

[dbadmin@v1 ~]$ vsql -P footer=off -c "select count(*) from sessions;"
 count
-------
     1
Refer to the topic "SET NOCOUNT equivalent in Vertica" here: http://www.vertica-forums.com/viewtopic.php?f=6&t=619

@knicely87 thanks also for sharing =)

Go to advanced search