Latest Activity
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
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...