navicat导出数据库存储过程函数
标签:
navicat备份函数备份存储过程 |
分类: 互联网知识 |
导出存储过程
菜单栏- 工具 - 数据传输 - target改为文件。。。
If you want to export stored procedures to a sql file, you can
try Data Transfer feature. (in main menu, choose Tools -> Data
Transfer)
i. Choose Tools > Data Transfer, and select General
tab.
ii. Under Source, specify Connection, Schema and check
Functions and Procedures
iii. Under Target, select File and browse the location. Enter
the file name and file type - .sql.
iv. Click Start.

加载中…