user3736730
user3736730

Reputation: 31

How to import a .sql file into toad

I have a .sql file, I want to import this into MySQL client, toad. I have tried importing it using command line, but it didn't work. How to import .sql file into toad?

Upvotes: 0

Views: 7521

Answers (2)

Solomon Suraj
Solomon Suraj

Reputation: 1324

We can import .sql file and execute in Toad using below methods

First create database and then follow this steps

File -> Open File -> choose .sql file (find it in your computer) -> click it -> press F5 (execute the query) in Toad.

Successfully import .sql file in Toad. Thanks

Upvotes: 0

Gary_W
Gary_W

Reputation: 10360

File/Open File/Navigate to .sql file and click open.

Upvotes: 2

Related Questions