can we use cursors in bteqs - response (6) by mummana001
I dont think Bteq support cursors
View ArticleInstall both 32 and 64 drivers on64 bit operating system? - forum topic by...
Hi am planning to upgrade teradata client on a microstrategy 64 bit linux server. I am confused if I have to install just 64bit tools or even 32 bit utilities as well? utilities like Bteq, fastload,...
View ArticleError in running macro with teradata connection - forum topic by lindolfo.junior
Greetings! I'm trying to run a macro during a connection or with teradata using SAS and when I run the code I'm getting the error. What can be the reason? Error in teradata? /*======================...
View ArticleTeradata Express on amazon ec2 - forum topic by vganti
I launched a Teradata 14 express on Amazon ec2 following instructions here: http://developer.teradata.com/database/articles/teradata-express-14-0-for-ec2-config-guide When I try to connect through JDBC...
View ArticleDefine new DB2 ODBC data source on TD SQL Assistant 13.11 - response (1) by Fred
The IBM DB2 driver is dependent on IBM's native CLI driver. Before you can create an ODBC DSN, the corresponding CLI configuration must be "cataloged". Easiest solution is to use the IBM client...
View ArticleTeradata Studio Express - response (5) by fgrimmer
The Teradata log file is located in your workspace in the Documents/SQLA folder. It is in a .metadata folder so you will need to open the SQL Folder using Terminal window. cd...
View ArticleEnabling ALC, Pros and cons - response (5) by TeraAbe
DBSControlParameter No13dot0Backdown should be enabled (TRUE).
View ArticleTeradata Studio Express - response (6) by Cvinodh
following your suggestion, I removed the workspace directory and reinstalled the application. The issue has been resolved now :) reading the log file in the workspace I could see that the application...
View ArticleNeed Help With Macro - forum topic by usmans
Hello all, I am trying to write a macro that takes 3 inputs from the user, Database1, Database2 and an integer value. What I am trying to do, is to automate the "space moving function". In the macro, I...
View ArticleUsing the rexexp_substr function in TD14 - response (1) by DFJoe
Sorry for the typo in teh herading of this.. should be regexp_substr. Anyway, I have tried this in TD14 (14.00.00.17) now as well, still no sign of the function defined in the documentation!
View ArticlePlease give syntax of scalar subquery to join three tables - forum topic by...
Please give syntax of scalar subquery to join three tables regards,-mackTags: scalarForums: Analytics
View ArticleUDF's - forum topic by v_gabrielli
Team, we are in the process of converting many SAS programs over to Teradata stored procedures. My problem is that we have several programs in SAS that are calling a Pearl script… can we call a...
View ArticleTranspose Rows to columns with 1....N columns - response (3) by cwindland
I recently created the following dynamic SQL to generate collect statistics statements. It basically converts row data into column data via an aggregate function and a derived table. Here are all...
View ArticleSearching SQL History - forum topic by samsterling
I don't find any way to do a Find in SQL History, like I can in SQL Assistant.Forums: Teradata Studio
View ArticleOptimizer's inability to resolve variables for partitioning - response (3) by...
Thanks for the response Dieter. I tried creating the view, but that doesn't seem to change the plan. CREATE VIEW SSURI.V_CDC1 (BATCH_START, BATCH_END) AS SELECT CAST(BATCH_START AS TIMESTAMP(6)),...
View ArticleOptimizer's inability to resolve variables for partitioning - response (4) by...
Hi Sanjeev, don't create a view on top of the table, replace the table with the view: CREATE VIEW SSURI.CDC_BATCH1 (BATCH_START, BATCH_END) AS SELECT CURRENT_DATE - 10, CURRENT_DATE; SELECT * FROM...
View Article.NET Data Provider 14.10.00.00 - 'Windows Help' file doesn't work - forum...
Hi, I download the 'Windows Help' file for '.NET Data Provider 14.10.00.00' at http://downloads.teradata.com/download/connectivity/dot-net-data-provider The downloaded file...
View ArticleOptimizer's inability to resolve variables for partitioning - response (5) by...
:) Thanks Dieter... but i should have mentioned that the dates are passed as parameters into a table and we create a view on that table. The view cannot be created on hard coded dates. I used those...
View ArticleTeradata Studio Express - response (7) by fgrimmer
I'm glad it is working now. It is not exactly clear what is going on in the log. Possibly an issue with the database.
View Article