MadGoat's Blog
博客园
首页
博问
闪存
新随笔
联系
订阅
管理
随笔- 47 文章- 58 评论- 114
11 2006 档案
将文件夹下的所有EXCEL导入SQL数据库中,每一文件为一单独的表,表名为文件名
摘要: --将文件夹下的所有EXCEL导入SQL数据库中,每一文件为一单独的表,表名为文件名--ByMadGoat2006-11-23createtable#t(fnamevarchar(260),depthint,isfbit)insertinto#texecmaster..xp_dirtree'c:\test\',1,1declaretbcursorforselectfn='c:\test\'+fna...
阅读全文
posted @
2006-11-23 16:59
MadGoat 阅读(1260) |
评论 (0)
编辑
公告