About 8,390,000 results
Open links in new tab
  1. sql server - keyboard shortcut to script as...CREATE TO...new

    Jun 21, 2013 · There's a lot of reference to entities through inline SQL and no foreign keys, so I find myself repeatedly opening the T-SQL source of stored procs, which means going through the "script stored procedure as...CREATE to...new query editor window" GUI menu.

  2. How do I open an existing query in SQL Server 2012 Management …

    Sep 17, 2017 · Right click on the table > Script table as > CREATE to > New Query window. You won't be able to re-open closed table script if it has not been saved in a .sql file. Check Kyle's comment above for single table. Re-generate the script.

  3. Your first queries in the SQL Editor - DBeaver

    Apr 14, 2022 · To create a new SQL script or to open an existing one, go to the main menu, click SQL Editor and select an appropriate option. Here you can also open a recent script. If you have not selected a specific database, a window will appear which will prompt you to …

  4. Use Transact-SQL Editor to edit and execute scripts

    Apr 10, 2025 · The Transact-SQL Editor provides you with a rich editing and debugging experience when you're working with scripts. It's invoked when you use the View Code contextual menu to open a database entity in a connected database or a project.

  5. How to open multiple .sql files in only one ssms instance

    1) Right click on the .sql file > "Open With" option > "Add" option > "Program Name: C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\Ssms.exe" and "Friendly Name: SQL" > "Ok" > "Set as Default".

  6. SQL Server Management Studio keyboard shortcuts (Part 1 of 2)

    Jun 1, 2011 · If you want a script file to be opened in SSMS you can specify the location and name of the file. This will just open the file in SSMS and will not execute the code. If you need to execute a script file you can use the SQLCMD utility. To close SSMS you can use ALT+F4.

  7. "New query window" shortcut for Oracle SQL Developer

    Apr 12, 2019 · Alt-F10 does nothing for me in SQL Developer 1.5.5. Instead I have to right mouse on the connection name and click "Open SQL Worksheet". I'm used to Ctrl-N to give me a new query window in SSMS. How do I do it in Oracle?

  8. How to use SQLCMD commands in the SSMS query editor - SQL

    Dec 13, 2016 · SQLCMD Mode allows creating, testing, executing SQLCMD commands or scripts in SQL Server Management Studio directly in the query editor. This option is available since SQL Server 2005. This article will explain some of the SQLCMD script keywords that the Database Engine Query Editor supports.

  9. SQL Server new query window shortcut

    Apr 15, 2015 · Shortcuts help you to do your work swiftly and with increased productivity. In this blog we’ll look at new query window shortcut every SQL Server geek should know. Note: The above shortcuts are tested on SQL Server 2014. Like us on FaceBook | Join the fastest growing SQL Server group on FaceBook.

  10. sql server - SSMS How do I open a new Query Window using …

    Jan 6, 2020 · Currently when I open another window (Unlike Oracle's SQL Developer) it opens the window using a new connection/instance. How do I query the data in #TempTable from another window rather than the window I ran the script in?

  11. Some results have been removed
Refresh