RE: Run an Access macro from TDP
Beside isolated solutions as others already mentioned here, there is also an officially supported way how to do this simply by using the Export wizard where once you choose Excel as output and specify...
View ArticleRE: Create View Option for Query Builder - How to change option to Quote the...
I am working on a Netezza database and when I execute the view is created in all caps.See attached.I entered name = CamelCaseTest and it created CAMELCASETEST in the database.We need to determine how...
View ArticleRE: Create View Option for Query Builder - How to change option to Quote the...
It looks like ODBC Netezza behaves differently in this case.Thank you for bringing up the issue. I've created QAT-11836 to keep track of it.RegardsAleksey
View ArticleRE: Git version control within Toad Data Point 4.x?
Hi,In TDP we support only File Version Control (right-click on header of Editor tab). In this type of version control we have for now only SVN.What you describe is Object Version Control and we support...
View ArticleMerging Data in Oracle Table during Automation
I want to upload data to a current table by merging it and not simply adding the data. I am in Toad Data Point 3.6. Is there a way to do this successfully? (If you tell me to upgrade to the current...
View ArticleRE: Automate data compare of queries executed against two different databases
Have you tried exporting the results to a csv file and compare the files?
View ArticleRE: Automate data compare of queries executed against two different databases
We have not tried the csv option. Any pointers on how to do it through automation wizard will be helpful.
View ArticleRE: Automate data compare of queries executed against two different databases
Use automation.1) Run the query against the first database and save it in CSV.2) Run the query against the second database and save it in CSV. 3) Use the data compare in automation, select the source...
View ArticleAutomate data compare of queries executed against two different databases
Hello,We are exploring Toad Data Point for enterprise data project, which involves comparing target tables that reside in MySQL database. Data for each of these tables are sourced by joining multiple...
View ArticleRE: Merging Data in Oracle Table during Automation
Hello,I'm not sure what you exactly mean by merging the data (do you want to just insert the missing rows only, or do you need to be able to solve conflicts).But have you tried to use the Compare Data...
View ArticleRE: Merging Data in Oracle Table during Automation
I want to upload the data and update it if it already exists in the table. If not, add. I want to do this via automation so I don’t have to touch it and it can do it on off peak hours for the...
View ArticleRE: Merging Data in Oracle Table during Automation
Hello,I meant that you can consider the input data as a source and target table as a target in the data compare. Then it should generate the script, which inserts or updates data from source to...
View ArticleRE: Merging Data in Oracle Table during Automation
Oh, okay. Thanks I will try it when I have time.
View ArticleRE: SQL Server Substitution Variables
semicolons are Oracle. @ is Sql Server. You may need to declare them as well.
View ArticleSQL Server Substitution Variables
I am trying to reproduce the substitution variables that work well for Oracle. ie.Select &fieldname as '&fieldname' from &tblNameSelect lastname, 'lastname' from EmployeesIn SQL Server I...
View ArticleSubstitution variables for SQL filename
Using automation - is there a way to use substitution variables in the SQL file name in the Export Wizard. ie. ISValueCounts#VarFieldName#.sql? This approach did not work - is there another way?
View ArticleRE: Substitution variables for SQL filename
Hello,Unfortunately the variable substitution isn't supported in this particular case. But I think you can use the Copy File activity (which supports the substitution) as a workaround.For example:...
View ArticleRE: Subquery and Union in Cross-Connection Query Builder
Hello,Is that what you want to do?i.e. something like this:SELECT A.ID, Subquery.ID FROM (SELECT B1.ID FROM B1 UNION (SELECT B2.ID FROM B2 UNION (SELECT B3.ID FROM B3 UNION...
View ArticleRE: Subquery and Union in Cross-Connection Query Builder
Just tried this and I don't think this will work because the subquery does not return the same as the UNION queries. Or were you saying the Query Builder may not be able to handle this and I should do...
View Article