Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
287 views
in Technique[技术] by (71.8m points)

python - SQLite3 dump to .sql

I have a corporate notebook and I wanna make sure I do everything right before I issue a request on our IT depart. overseeing everything going on the computers (incl. devs).

I wanna convert a sqlite database .db into a .sql file, so I can open it in SQL Server.

What I do is I open Anaconda Promt, navigate to the folder and type

sqlite3 myDB.db .dump > myDB.sql

However, anything what I do in Anaconda seems to be blocked ("This program is blocked du to the group policy").

Is my way of thinking correct?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...