Welcome to SQLDBcontrol Forums Sign in | Join | Help

Search

You searched for the word(s):
< 1 second(s)
  • Re: Request

    Just to clarify, it's not about coping the contents of the store procedure, it's about generating code to execute the stored procedure from another script.&nbsp; For example... declare @rc as int decalre @arg1 as varchar(10) decalre @arg2 as varchar(10) set @arg1 = '???' set @arg2 = '???' execute @rc = usp_mystoredproc @arg1,@arg2 The second
    Posted to SQLDBcontrol Support (Forum) by SkyKrynn on May 21, 2009
  • Request

    Within SQL Management Studio, you can right click on a stored procedure and have it generate code to execute that procedure (either into the clipboard or a new query&nbsp;window).&nbsp;&nbsp;You can also have it generate code to select, insert, delete, and update from a table. Does this functionality exist in SQLDBControl?&nbsp; This is a nice ...
    Posted to SQLDBcontrol Support (Forum) by SkyKrynn on May 21, 2009
  • Templates

    Is there a way to use a template when creating a new stored&nbsp;procedure?&nbsp; For example, we like to have a comment section at the top of our stored procedures which shows the author, date created, description, and change history.&nbsp; I would image an option somewhere that you can point to a file to use a the template.
    Posted to SQLDBcontrol Support (Forum) by SkyKrynn on May 19, 2009
  • Re: Feature requests

    I like the idea of having a formatter but I will be difficult to&nbsp;implement something that will work for everyone.&nbsp; I like having the commas&nbsp;in front of the columns as indicated above.&nbsp; I also like to right justify the first keyword on a line and then left justify everything else.&nbsp; This is how I would like the format to be ...
    Posted to SQLDBcontrol Support (Forum) by SkyKrynn on May 19, 2009
Powered by Community Server, by Telligent Systems