RE: How do I change user password in a saved dcp comare file?
Hi Markus24, Thanks for your detailed information, it's very helpful! Seems you are using LDAP authentication, which might be the reason we was not able to replicate your error as we use tns. I need...
View ArticleRE: SalesForce querying and writing in Toad Data Point
Hi prnelson,I am not a Salesforce developer-like user myself nor do i have direct access to verify it - i was able to find the following: SELECT Id, SObjectType, PermissionsRead, Parent.label,...
View ArticleSalesForce querying and writing in Toad Data Point
My team and I have been using Toad DP to query our SalesForce database for a while now, but we are interested in writing to the SalesForce db. Is this at all possible in Toad?
View ArticleRE: Toad Data Point & Azure SQL Data Warehouse
From investigating the documentation from microsoft it uses the SQL Server native client driver to connect which should explain why it works in SSMS. However i believe there are some internal...
View ArticleRE: Toad Data Point & Azure SQL Data Warehouse
I was able to create an ODBC connection, but I was unable to see anything in the Object explorer, but the database drop down. I could not see tables ore views in any of the databases (Warehouse or SQL...
View ArticleRE: Toad Data Point & Azure SQL Data Warehouse
OK, I tried something else and it appears to be working!I first tried creating the ODBC connection in the 'ODBC Datasource Administrator' using the 'ODBC Driver 13' driver. This did not work.I just...
View ArticleRE: Toad Data Point & Azure SQL Data Warehouse
Yes, based on the documentation on microsoft they mentioned the native 11.0 client driver should be used. Also you must keep in mind to differentiate between 64bit and 32bit ODBC Datasource...
View ArticleToad Data Point & Azure SQL Data Warehouse
Is there a way to get Toad Data Point to work with Azure SQL Data Warehouse? To be clear, I am not talking about an Azure SQL database, but the other product Data Warehouse.Yes, the text editor works...
View ArticleRE: How do I change user password in a saved dcp comare file?
Please let me know if I can be of any assistance / need to test something or send you files I am working with.Thanks again Cindy.
View ArticleRE: TDP 4.3 - Adding new column on SQL Server table and moving it -...
hi T.Tripp,Could you please clarify how exactly do you reposition the columns? What controls/buttons/windows/UI elements do you use? Is it in Object explorer window? I would like to simulate at my end...
View ArticleRE: Editor Issue: Joining table to itself does not enable auto-complete for...
hi T.Tripp,I've experienced this problem before when i wasn't using a local instance of a server. Because of that sometimes it took like 20 seconds until the "pop up" showed up.. but i literally had to...
View ArticleRE: Editor Issue: Joining table to itself does not enable auto-complete for...
Thanks for the reply.It does this on every data source I have connected to (which includes DB2 z/OS, Oracle, and SQL Server). I don't do cross-connection queries. It happens all the time. If anything,...
View ArticleEditor Issue: Joining table to itself does not enable auto-complete for 2nd...
Hi,I use TDP 4.3 and this issue has been present for a while.I have a table that is structured something like this:Group_IDAccount_IDMember_IDLastNameFirstNameSo the data could look like this:G1234,...
View ArticleRE: TDP 4.3 - Adding new column on SQL Server table and moving it -...
Hi Martin,I've tested with "Create Table Like" as well as "Alter Table" options. I'll right-click on the table in the Object Explorer, select Operations, and select the appropriate option. In another...
View ArticleTDP 4.3 - Adding new column on SQL Server table and moving it - auto-selects...
When I add a new column to a SQL table and decide to re-position the columns (which will drop and recreate the table), for some reason TDP auto-selects the first column every time and moves the columns...
View ArticleEncapsulate text list with single quotes and commas for use in queries
One feature I desperately miss from Redgate SQL Prompt with SSMS is the very easy process of encapsulating a list in single quotes and commas. I could paste a list directly out of excel into the...
View ArticleRE: TDP 4.3 - Adding new column on SQL Server table and moving it -...
I created QAT-12222 for this and have someone on the SQL Server development team look into this.
View ArticleRE: Editor Issue: Joining table to itself does not enable auto-complete for...
i get similar results when you do not fully qualify the table before the alias. Code completion has to parse the sql and try to resolve the alias and it looks like it is having difficulty. Here is my...
View ArticleRE: Editor Issue: Joining table to itself does not enable auto-complete for...
Try it on Oracle. I actually use Oracle most often. I fully qualify there (although not much more you can do beyond user.table_name format). Same difficulty there, too.
View Article