Search code examples
sql-server-2008ssms

Shortcut to duplicate line in SQL Server Studio Management?


In Netbeans and Eclipse you can hit CTRL + Shift + Down (i think thats netbeans) and it will duplicate a line of code. Is that possible in SQL Server Management Studio? This is running with SQL Server 2008


Solution

  • I think you can hit CTRL + C and CTRL + V without any text selected and you can duplicate the line below it.

    Edit: works in SSMS18