摘要: 注意: CompressionLevel 选择 阅读全文
posted @ 2021-01-25 20:11 VipSoft 阅读(191) 评论(0) 推荐(0)
摘要: 查询所有表 select * from information_schema.tables SQL SERVER 查询表结构,导出到Excel 生成代码用 --快速查看表结构字段(比较全面的) SELECT col.colorder AS 序号 ,CASE WHEN col.colorder = 1 阅读全文
posted @ 2021-01-25 14:28 VipSoft 阅读(2242) 评论(0) 推荐(0)
摘要: 放行FTP服务器 TCP 21端口及FTP服务器被动1024/65535端口 阅读全文
posted @ 2021-01-25 14:23 VipSoft 阅读(202) 评论(0) 推荐(0)