I have a SQL Query with some functions that I want to store as an asset, so I can pass it to a SQL Server for execution. The idea is that it can be edited by a user from time to time, so storing it as an asset is a good way to allow this.
The problem seems to be that Orchestrator assets cannot store SQL Code with functions like CONVERT(), CAST, CONCAT() and so on as the TEXT asset is checked at time of save.