![]() |
Hallo all,
22 Mar 2016
| 1 comment
,
|
![]() |
When I call the procedure below in SQL Assistant, the data is returned ok, but without column headers... Is there any way to include the column headers (e.g., in this case, 'DatabaseName','TableName',etc)?
24 Feb 2015
| 2 comments
,
|
![]() |
I have just complete some testing with a application I have made using the JDBC teradata driver. However, when I read from my resultset it appears that I lose non standard characters such as (± ¼ »). These are typically used within xml which is what I am also retrieving from the database, and they return as question marks, with an int value of 65533.
08 Jun 2011
| 1 comment
,
|
![]() |
Hello In my stored procedures, I'm looking to start recording an "audit log" after each step. So for example: /* DELETE FROM MyDatabase.MyTable_Step1 ALL; INSERT INTO MyDatabase.MyTable_Step1 /* INSERT INTO MyDatabase.AuditLog(SPName, Step, Timestmp, RowsImpacted) /* UPDATE MyDatabase.MyTable_Step1
21 Feb 2011
| 1 comment
,
|
![]() |
Hi all, Hope all is well. I wanted to know if we can pass each row of the syslib.MonitorSession(-1,'*',0) resultset to syslib.MonitorSQLCurrentStep so that I can get each session and its number of steps and its current active step.
28 Sep 2010
| 1 comment
,
|