RE: Executing a script that executes another (using @)
So...I have to disagree here. I have an Automation Script that was written honestly a while ago, but does contain SQL*Plus. Now I will admit that the script doesn't read in any files using @, but it...
View ArticleRE: Executing a script that executes another (using @)
Are you able to run a very simple script such as the one below using automation?Setdefineon Define P_NAME ='BILL' select'&&p_name._123'from dual;
View ArticleRE: Executing a script that executes another (using @)
No, but this did work just fine...DECLARE P_NAME varchar2(4);BEGIN P_NAME := 'BILL';dbms_output.Put_LIne(P_Name);END;John Mc GrawData and Reporting SpecialistP 303-866-69741575 Sherman Street, Denver...
View ArticleRE: Executing a script that executes another (using @)
Thanks for trying John, but still not what I want...Problem is, most of our scripts were written in "TOAD for Oracle" which allows things like DEFINE, SET, &&, etc. Now I am told we need to...
View ArticleRE: TDP Azure Connection
We have task to support OS authentication for SQL Azure. It is QAT-10092 but it is not scheduled because it requires all Toad .net products to move to .net 4.7. I would envision this to be done in not...
View ArticleTDP Azure Connection
My company has an Azure database, and I can connect through SSMS with active directory authentication. I cannot connect through TDP 4.3 because as soon as I enter the database, the authentication type...
View ArticleFile path issue with publishing automation scripts to Intelligence Central
Using Toad Data Point 4.3.0.718 (32 bit) and Toad Intelligence Central 4.3.0.126. Long story, but server we installed TIC on does not have access to the same network file share we do as developers, so...
View ArticleRE: Brand New! Save The Pivot Grid! Tutorial Mentions .tpg
If you press Save on the top left tool bar and give it a name it will naturally save as name.tpg file and save your pivot options. It will also ask if you want to save the rows so you don't have to...
View ArticleRE: Brand New! Save The Pivot Grid! Tutorial Mentions .tpg
Hi Debbie, thanks for writing back.... I also emailed you directly with a screen shot of the pivot grid that I had created previously... What version of TDP are you using? Toad Data Point 4.0.1.775What...
View ArticleRE: File path issue with publishing automation scripts to Intelligence Central
Publishing Automation scripts rely on a couple of things.1) All dependent files are embedded in the automation script.2) All paths must be full paths and not use substitution drives(this is because...
View ArticleRE: File path issue with publishing automation scripts to Intelligence Central
We have a dedicated service account that is running TIC on the server, but the TIC server is on a different VLAN than the file server it needs to access for data files, so we have no way to map a drive...
View ArticleRE: Brand New! Save The Pivot Grid! Tutorial Mentions .tpg
From your screenshot it seems you are using the Pivottable tab in the Query-builder item (.tsm file). This tab is good for quickly making a pivot from generated data and optionally export the...
View ArticleBrand New! Save The Pivot Grid! Tutorial Mentions .tpg
Hey Everyone! I am BRAND NEW to ALL THINGS TOAD, and I have just taught myself how to build a Pivot Grid THREE TIMES.... every time I save it, and go back into Toad later, I see that it has only save...
View ArticleRE: TOAD DATA POINT - Multiple queries export to Sheet1, Sheet2, Sheet3 etc ?...
Neither of those videos show you have to name multiple tabs on the export. If I try entering a worksheet name, then it only exports the first query. How do I set up an automated proc that exports 2...
View ArticleRE: File path issue with publishing automation scripts to Intelligence Central
Did you try using the root_path variable in the settings? There is a set of variables designed to set when you design the script and then can be switched when moving the script to production. This...
View ArticleRE: TOAD DATA POINT - Multiple queries export to Sheet1, Sheet2, Sheet3 etc ?...
You can either create a template, name the tabs and then have 2 exports, one that exports the first sql code to “tab a” and then have it run the second code and send it to “tab b”OrYou can have it run...
View ArticleRE: TOAD DATA POINT - Multiple queries export to Sheet1, Sheet2, Sheet3 etc ?...
You can even have the tabs named by a variable, just put the variable name inside of #'s (#TabNameVariable#) in the worksheet name box. Depending on which version of Toad you are using you may need to...
View ArticleTOAD DATA POINT - Multiple queries export to Sheet1, Sheet2, Sheet3 etc ? I...
Is there a way to automate naming worksheets within sql or a toad option? As of now multiple queries export to Sheet1, Sheet2, Sheet3 etc ? I want to set my worksheet names as CUSTOMER , CONTACT...
View ArticleRE: Brand New! Save The Pivot Grid! Tutorial Mentions .tpg
Aha! Yes, that was EXACTLY what I had done: I was using the "Pivot & Chart" tab... I am re-running the result set and will take your prescribed approach and see what happens. Thank you!
View ArticleRE: Brand New! Save The Pivot Grid! Tutorial Mentions .tpg
Thanks so much for your help with this.... I was wondering if you could help me- as you can see, I once was able to sort in DESCENDING order by volume, however I cannot seem to recreate this?Also, Do...
View Article