摘要: Excel文件导入数据库多个Sheetif exists(select 1 from sysobjects where name=N'p_import_excel' and type='P')drop proc p_import_excelgo--调用示例exec p_import_excel 'c... 阅读全文
posted @ 2015-08-02 17:52 anything good 阅读(770) 评论(0) 推荐(0)
孤 's 博客