My experience working with Teradata SQL Assistant

Posted by Kevin Shyr on Geeks with Blogs See other posts from Geeks with Blogs or by Kevin Shyr
Published on Wed, 28 May 2014 14:16:33 GMT Indexed on 2014/05/29 3:28 UTC
Read the original article Hit count: 428

Originally posted on: http://geekswithblogs.net/LifeLongTechie/archive/2014/05/28/my-experience-working-with-teradata-sql-assistant.aspx

  • To this date, I still haven't figure out how to "toggle" between my query windows. It seems like unless I click on that "new" button on top, whatever SQL I generate from right-click just overrides the current SQL in the window. I'm probably missing a "generate new sql in new window" setting
  • The default Teradata SQL Assistant doesn't execute just the SQL query I highlighted. There is a setting I have to change first.
  • I'm not really happy that the SQL assistant and SQL admin are different app. Still trying to get used to the fact that I can't quickly look up a table's keys/relationships while writing query. I have to switch between windows.
  • LOVE the execution plan / explanation. I think that part is better done than MS SQL in some ways. The error messages can be better.
  • I feel that Teradata .NET provider sends smaller query command over than others. I don't have any hard data to support my claim. One of my query in SSRS was passing multi-valued parameters to another query, and got error "Teradata 3577 row size or sort key size overflow". The search on this error says the solution is to cast result column into smaller data type, but I found that the problem was that the parameter passed into the where clause could not be too large.
  • I wish Teradata SQL Assistant would remember the window size I just adjusted to. Every time I execute the query, the result set, query, and exec log auto re-adjust back to the default size. In SSMS, if I adjust the result set area to be smaller, it would stay like that if I execute query in the same window.

© Geeks with Blogs or respective owner

Related posts about Microsoft SQL - T-SQL

Related posts about Teradata SQL