About 50 results
Open links in new tab
  1. How to download and setup SQLPlus for running SQL commands?

    Are you sure you need SQLPlus and not Oracle SQL Developer? The command-line SQLPlus is useful for some things, but most development is much easier with an IDE like Oracle SQL Developer.

  2. MySQL command line client for Windows - Stack Overflow

    Jul 14, 2010 · 90 Is there any nice command line MySQL client for windows? I mean a single exe that allows connecting and running a sample query. I've googled and only could find big graphical …

  3. How to connect to SQL Server from command prompt with Windows ...

    Mar 21, 2014 · Sqlcmd -u username -p password assumes a username & password for the SQL Server already setup Alternatively how can I setup a user account from command prompt? I've SQL Server …

  4. Execute SQL script from command line - Stack Overflow

    providing a file name containing all my SQL queries is much more handy than providing the SQL query as command-line arguments.

  5. Run PostgreSQL queries from the command line - Stack Overflow

    Jul 17, 2025 · But I face few issues sometimes such as if the column name is similar to any reserved keyword of postgresql such as natural in this case similar SQL is difficult to run from the command …

  6. Where Is Microsoft Command Line Utilities 16? - Stack Overflow

    Mar 9, 2023 · When you install SQL Server 2022 directly, you will get version 16 of the same tools. Just as a side note: if you install the latest command line utils over bcp and sqlcmd version 16, the newest …

  7. How can I import an SQL file using the command line in MySQL?

    Jul 10, 2019 · I have a .sql file with an export from phpMyAdmin. I want to import it into a different server using the command line. I have a Windows Server 2008 R2 installation. I placed the .sql file on the C ...

  8. How can I run just the statement my cursor is on in SQL Server ...

    In SQL Server Management Studio, hitting F5 runs the entire script. To run just the current statement, I have to manually highlight the statement I want, and then hit F5. That is really annoying to me. Does …

  9. Export MySQL dump from command line - Stack Overflow

    It should drop the .sql file in the folder you run the command-line from. EDIT: Updated to avoid inclusion of passwords in CLI commands, use the -p option without the password.

  10. MySQL command line won't open? - Stack Overflow

    Dec 22, 2010 · 1. Open Command prompt in admin and go to the location of Mysql bin folder and type - C:\ProgramFile\mysql\bin>mysql -u root -p <password> 2. Then the prompt asks for the password. …