Hi Denodo team, I am trying to query a view with its individual columns in the select query but it is failing to fetch the result and throwing the below error. Finished with error: Error in select view conditions: Field not found 'view_name.column_name...
Answers:
1
I'm trying to establish a connection to SQL Server using the below properties through config file. mssql.driverClassName=com.microsoft.sqlserver.jdbc.SQLServerDriver mssql.jdbcUrl=jdbc:sqlserver://sqlsrv- devtest.database.windows.net:1433;databaseName...
Answers:
1
Hi all, I am facing an issue for which i can't come up with an explanation. Hopefully I can find some help here in the community. I am pulling up data from SQL server, using multiple tables to create a new field in denodo. I am doing the same in SQL ...
Answers:
1
Hi, When I try to establish a connection in Jmeter I am getting the error exception as "Cannot create JDBC driver of class 'com.denodo.vdp.jdbc.driver for connect URL' and "SQL Exception: No suitable driver found". I have followed this document to se...
Answers:
1
I will create 6 baseview from sql datasource, i'm not sure the table have partition table or not. But on denodo only 1 table created and another table error (conflict table name). Illustration, i will create base view - https://imgur.com/HdsObLD + ...
Answers:
2
on conflict partition Create Base View Baseview Denodo_SQL_Server SQL
Does denodo support on conflict clause for updating ?
Answers:
1
Hello, I have a query like that: SELECT t1.* FROM elements t1 WHERE ( ( t1.name IS NULL OR t1.name = '' ) AND t1.id NOT IN ( SELECT t2.id FROM elements t2 WHERE ...
Answers:
1
How can we refresh the Base view source (SQL) after done any modification? Do we need to refresh manual or it's automate? How to do it?
Answers:
1
Hi, can we use Denodo to write (insert records, delete recors, modify) the results of a given query to a data base? (i.e i would like to store the results of a query into a SQL data base) Many thanks,
Answers:
1