Latest Activity

code

executing output of VQL

I need to execute output of a query, what is the best approach. e.g. select x into var from <table>, which returns VQL statement/s, then i need to run these VQL statements through a command. e.g. execute @var

#Query #Connection #SQLSERVER #VQL

code

Failed execute query on base view from SQL Server

I'm new ti Denodo using a trial verion. I can only use JDBC data to connect to a SQL Server. First it failed to connect using Windows authentication but later I was able to connect successfully using SQL Server authentication (sing an account "ODI"). I...

#Query #Connection #SQLSERVER