About 538,000 results
Open links in new tab
  1. How to open a huge .sql file - Stack Overflow

    SQL editor can open a file upto 500 mb without very very good specs, this seems to be going something wrong, if you want to insert the data from one database to another, try to use …

  2. Open .sql files in SSMS 21 with double click - Stack Overflow

    May 30, 2025 · After upgrading to SSMS 21, whenever I double-click a .sql file, it opens in a new instance of SSMS instead of using the one that's already running. I've seen several posts …

  3. reading external sql script in python - Stack Overflow

    Oct 20, 2013 · I am working on a learning how to execute SQL in python (I know SQL, not Python). I have an external sql file. It creates and inserts data into three tables 'Zookeeper', …

  4. How to import a schema sql file using pgadmin 4?

    Jul 27, 2018 · To import a schema SQL file using pgAdmin 4, follow these steps: Open pgAdmin 4: Launch pgAdmin 4 from your applications or start menu. Connect to Your Database: In the …

  5. sql server - Visual Studio - Open a SQL file with SQL Management …

    Feb 3, 2010 · I'm using Visual Studio 2008 and SQL Server 2008. I would like .sql files in my VS projects to open in SQL Management Studio by default. No problem so far: I right-click the file, …

  6. How to open sql file as a table? - Super User

    Someone gave me a file with extension sql, but I don't know what should I use to open it. I can open it with a text editor, but I would like to view it as a table. Is there any software that can do...

  7. Run a PostgreSQL .sql file using command line arguments

    Mar 16, 2012 · 827 I have some .sql files with thousands of INSERT statements in them and need to run these inserts on my PostgreSQL database in order to add them to a table. The files are …

  8. How to import .sql files into SQLite3? - Stack Overflow

    102 Use sqlite3 database.sqlite3 < db.sql. You'll need to make sure that your files contain valid SQL for SQLite.

  9. sql server - Recover unsaved SQL query scripts - Stack Overflow

    Feb 23, 2013 · How to recover the unsaved scripts if the SSMS crashes / unsaved tab gets accidentally closed?

  10. sql server - Opening .sql files in SSMS 2012 as default program …

    Jan 28, 2013 · Installation of SSMS 2012 alongside any other existing SSMS installation, such as SSMS 2008 R2 has a problem with setting the default program for opening .SQL files to the …