• Eddie Wuerch (4/8/2008)


    In SQL Server Management Studio:

    Tools -> Options -> Environment -> Keyboard

    -Eddie

    Eddie,

    Your suggestion allows me to execute execute something using a shortcut.

    What I want is to insert a text in the Mgmt Studio Editor.

    Well, a second thought: your idea may work if it is possible to include a command that copy a text to clipboard and then past it back to the editor. Something like this:

    sp_copyToclipboard 'select * from'

    sp_PastFromclipboard

    Does anybody know if there is a command or proc that copies something to clipboard ?

    Luiz.