• Ex.

    Typing 'Select * from MyTable..' in SSMS SqlPrompt then brings up a list of tables fitting that spelling.

    Using arrow key down to go to specific table.

    At that point SqlPrompt then to the right of the table suggestions pops up a window with the DDL language for the suggested table. (or stored procedure)

    Using the mouse to click 'copy' I then have the code for the table/sproc for debugging, investigating.

    thanks

    daryl