RE: Results from Query in an email: New to Toad and my google-fu has failed...
I see you referred to 'Version: 3.8.0.575' - this is not an Toad for Oracle version, so you must be working with another product - Toad for SQL Server or Toad for MySQL possibly. They have their own...
View ArticleRE: Results from Query in an email: New to Toad and my google-fu has failed...
Possibly Toad Data Point
View ArticleRE: Results from Query in an email: New to Toad and my google-fu has failed...
> thought you were referring to Automation Designer in Toad for Oracle.Well yeah, that could be the problem, I apologize, I thought I was in the correct forums, it is Toad Data Point, not TFO. I...
View ArticleResults from Query in an email: New to Toad and my google-fu has failed me...
Version: 3.8.0.575I am still very much a greenhorn in regards to Toad Automation, but have been thrown into the lions den at work and have had to learn quickly and Toad World has been an invaluable...
View ArticleRE: There is no longer Toad Data Point Freeware?
I tried that version at home to play around with and it is also expired.
View ArticleTOAD connect to a MS SQL server using SSL
Hi All,Does anyone know if TOAD data point 4.0 is able to connect to MS SQL server using SSL?Thanks
View Articlesplitting excel file in automation process based on rows number
My problem is that i have a table with 500000 rows and want to export all records into excel. The excel file must be divided into two excel files each with 250000 rows for example . Is there a way of...
View ArticleRE: TOAD connect to a MS SQL server using SSL
hi Blair800,Based on the below article to use encrypted connection using a certificate one must insert "Encrypt=true" property into the connection string. This is done automatically when you check the...
View ArticleRE: There is no longer Toad Data Point Freeware?
I'd recommend you to try the latest beta versions which are always trial and can be reinstalled. The positive is that we keep updating it on a regular basis so you will be able to use the latest...
View ArticleRE: splitting excel file in automation process based on rows number
Hello thunderlights880,Thank you for the post.It is possible to do it - here is an idea to get you started with:add "Set variable" activityadd variable "FileRow" of type integer and value 0add variable...
View ArticleRE: Results from Query in an email: New to Toad and my google-fu has failed...
I know you can add single row result variables into an email with just #VariableName# imbedded in the text message. Never tried it with a multirow result.And this is with Toad Data Point.
View ArticleRE: splitting excel file in automation process based on rows number
can you provide me with a little SQL query example for steps 2 and 5 please so i could figure it out ?
View ArticleRE: splitting excel file in automation process based on rows number
Suppose that i have already TempTable and data is inserted
View ArticleRE: splitting excel file in automation process based on rows number
i tried your way but unfortunately it did not work
View ArticleRE: Export to multiple excel files
your suggestion is brilliant but what is the way to do it in coding ;/
View ArticleRE: splitting excel file in automation process based on rows number
Alright let me try to make a sample script for you then, will get back to you, hopefully soon
View ArticleRE: splitting excel file in automation process based on rows number
Here is the sample script which works for me. I used "region" table with 5 rows where "region_id" is the primary key.... The first and second activity is about initializing the environment... i...
View ArticleRE: Teradata Connections slow to open and execute in 4.0
P.S. I think you opened a support case and the issue went away when you upgraded to TDP 4.0.1. We are now able to trace the Teradata .net provider. So if you run into any other issues let us know and...
View ArticleTeradata Connections slow to open and execute in 4.0
I recently upgraded to Data Point 4.0 and am having performance issues.When I first connect using Teradata connection it takes about 30+ seconds for the connection to open. When I run the first query...
View ArticleRE: Cannot connect to Teradata: Command did not complete within the time...
If needed we are now able to trace the Teradata .net provider. So if you run into any other issues let us know and we will turn on tracing for this provider.
View Article