By using this website, you agree to our Terms of Use (click here)
Since one of the big benefits of TimSQL is making it easier to create custom SQL View and Stored Procedures, it would be nice if you could easily see the definition of an existing SQL View or Stored Procedure.
In SQL Management Studio, I can accomplish this using the sp_helptext command like this:
I can execute the same SQL code in TimSQL with the EXEC button and it runs, but it doesn't come back with the resulting text:
Ideally, the EXEC button, would return the text from the execution, but if that's too complicated, maybe we could have another button that would specifically be for running the sp_helptext command.