Skip to main content
SUBMITTED

Custom View / Stored Procedure dialogues should not require CREATE syntax

Related products:TimeXtender Data Integration
  • May 12, 2023
  • 1 reply
  • 43 views

rory.smith
TimeXtender Xpert
Forum|alt.badge.img+8

When you create a custom view in TX that is not created from a table you have to remember to start with the CREATE VIEW [schema].[view name] AS syntax and match the view name in the syntax with the view name above. This could be 100% automated, reducing the possiblity of errors.

The same situation exists with Stored Procedures.

1 reply

peter.jensen
TimeXtender Xpert
Forum|alt.badge.img+3
  • TimeXtender Xpert
  • May 31, 2023

Not having to write the ‘create … as’ would also solve the issue you run into when making changes to the DB schema’s (the ‘create… as’ in the view / stored procedure doesn’t change automatically now - resulting in deploy errors)

Best Regards,

Peter