SELECT INTO not working for Cross-Connection Query (SQL Server)?
I am trying to simple copy data from a table in one DB to a new table in another DB (select * into [db1] from [db2]), but TOAD keeps throwing an error. CODEselect *into `TRIAGE PROD...
View ArticleRE: Toad Data Point Trial License Issue
Hi, we have a registered license for Toad Data Point, installed and registered on Windows Server 2012. Yet, it keeps asking to input the license everytime a user logs on and launches toad data...
View ArticleRE: Issue with settings migration - Highlighting Styles not migrated
We can't debug if we can't reproduce. From your last previous TDP (3.8, 4.0, etc) can you generate a support bundle and post. I would like to experiment with your files. Perhaps there is something...
View ArticleRE: Modify the data profile report output
You can control this a bit. You can choose in options of the profile window what types of analysis we perform. You can also exclude profiling specific columns. Pare it down to just what you are most...
View ArticleRE: TDP - Build Query - Join Suggestion
Josh, Just wanted to follow-up on this request from a while back. You stated you submitted QAT-6484 for in-house review and I was wondering if it might still be under consideration for a future...
View ArticleRE: Deduplicate issue in Transform and Cleanse
I had some time today to look at this. I get the same ending result set as you do but in a different order. I start the Transform and Cleanse session by ordering my result set this way. SELECT...
View ArticleRE: TDP - Build Query - Join Suggestion
QAT-6484 is still under consideration and is in our backlog but not scheduled for a release. I like the idea. You give a few examples. I think that when we implemented it will have many more assist...
View ArticleRE: Win32Exception Proxy Process and KeyNotFoundException errors when...
Toad Data Point 3.8 is a 32-bit process. It can connect and use a 64-bit Oracle client but the bridge we use to transfer data from 32-bit to 64-bit is having issues. You can try one of three things:1)...
View ArticleWin32Exception Proxy Process and KeyNotFoundException errors when...
My hard drive crashed and trying to get everything re-installed.Toad 3.8.0.575 opens just find and connects to Microsoft SQL without error. However, when trying to establish a connection to Oracle, I...
View ArticleRE: Toad Data Point Trial License Issue
Are you using a Citrix setup? Or changing the App Data Dir location?
View ArticleRE: Deduplicate issue in Transform and Cleanse
You can also just do this in code:SELECT ACCOUNTNUMBER, CREATEDDATE FROM AUTORANGE_DEDUP_TEST WHERE (ACCOUNTNUMBER, CREATEDDATE) IN ( SELECT ACCOUNTNUMBER, MIN (CREATEDDATE) FROM AUTORANGE_DEDUP_TEST...
View ArticleDeduplicate issue in Transform and Cleanse
I have a challenge trying to deduplicate in the transforn and cleanse process.Couple of question on this:-1. What is the order of removing duplicates in transform and cleanse.2. Is it from top top...
View ArticleRE: Toad Data Point Trial License Issue
thanks for the reply , but we got resolved ,, we had to copy and paste the license.xml file to the C:\ProgramData\Quest Software thanks
View ArticleToad Data Point Trial License Issue
Yesterday my team and I downloaded the trial version of Toad Data Point. We received no email from Toad/Quest containing any license key information. Today when we attempt to launch the application we...
View ArticleRE: JDBC
When connecting from a Windows machine to DB2 on z/OS via either DB2 connect or JDBC, additional IBM licensing is required.Licensing can be applied on the DB2 subsystem level so it might seem that...
View ArticleRE: TDP - Build Query - Join Suggestion
Debbie, Yes, that would be fine with me! Thank you for keeping this as a possible future enhancement!
View ArticleTDP - Build Query - Join Suggestion
Greetings... I just wanted to make a suggestion to the Build Query process in TOAD Data Point. I work with a zillion different Tables where I am joining Tables, using the Build Query functionality,...
View ArticleRE: Using Synonyms to query
Yes. I was aware of that. I've been asking for several years for Query Builder to honor Synonyms. Here's why. One synonym in the Primavera database has four views. During run time the view is selected...
View ArticleUsing Synonyms to query
I was wondering how many of you use synonyms when querying the database? And if you use synonyms are these public or private synonyms?Your quick answer would help me out You can reply to this post or...
View Article