24 Apr 2012
Check http://downloads.teradata.com/download/database/dbql-scripts for migration scripts.
Changes should be indicated and in the "Data Dictionary" manual -> "Changes to This Book", maybe in the "Release Summary" manual, too (didn't check).
Dieter
You must sign in to leave a comment.

We've upgraded from 12.0 to 13.10:
Using TDWA to get Workload recommendation returned the following error:
[column statementgroup not found in SYS_MGMT.dbqlogtbl_hst]
it's understandable that the new definition in TD 13.10 for DBC.dbqlogtbl had new column "StatementGroup", whicg do not exist in our Historical table SYS_MGMT.dbqlogtbl_hst since the later just had been restored from V.12 as it is.
My concern is there could be other changes also in the other DBQL tables which need to be Sync'd to our historical tables.
My questions are:
1) Is there any resource/document describes DBQL tables changes from R12 to R13 so we can plan clearly for the changes necessary to modify the historical tables instead of going through each DBQL table and add necessary column to R12 historical tables.
2) are there any ready-made script like DIP scripts which can help automating this task or can be used as a guidleine.
Regards,