Home > Database > Mysql Tutorial > 一个sqlserver数据库表查看与备份软件

一个sqlserver数据库表查看与备份软件

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-07 15:52:01
Original
1220 people have browsed it

一个sqlserver数据库表查看与备份软件 先连接;点击获取,列出全部数据库名;点击某个数据库名,列出全部表名;点击表名,获取内容;如果表的行数过多,万以上,获取时间会长; 点击 导出为excel ,将当前表导出到excelback目录,文件名为 表名.xls; 现在尚

一个sqlserver数据库表查看与备份软件

一个sqlserver数据库表查看与备份软件


先连接;点击获取,列出全部数据库名;点击某个数据库名,列出全部表名;点击表名,获取内容;如果表的行数过多,万以上,获取时间会长;

点击 导出为excel ,将当前表导出到excelback目录,文件名为 表名.xls;

现在尚有bug,不是所有表都能导出;会报如下两个异常;似乎GUID类型导出会异常;报一次异常后要关闭后重启,才可继续导出;


一个sqlserver数据库表查看与备份软件


一个sqlserver数据库表查看与备份软件


全部源码在这里:

http://pan.baidu.com/s/1gdGicaJ


有时间再解决异常;目前也可先用着;




Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
Why does it still jump after returning false?
From 1970-01-01 08:00:00
0
0
0
Optimize table indexes in MySQL
From 1970-01-01 08:00:00
0
0
0
Why can't I install it?
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template