随笔-8  评论-20  文章-4  trackbacks-0
--启用Ad Hoc Distributed Queries:
--
exec sp_configure 'show advanced options',1
--
reconfigure
--
exec sp_configure 'Ad Hoc Distributed Queries',1
--
reconfigure
--
使用完成后,关闭Ad Hoc Distributed Queries:
--
exec sp_configure 'Ad Hoc Distributed Queries',0
--
reconfigure
--
exec sp_configure 'show advanced options',0
--
reconfigure

SELECT * into ddd
FROM OpenDataSource'Microsoft.Jet.OLEDB.4.0',
  
'Data Source="c:\test.xls";User ID=Admin;Password=;Extended properties=Excel 5.0')[Sheet1$]
posted on 2009-12-14 15:26 ju 阅读(216) 评论(0)  编辑  收藏 所属分类: 数据库

只有注册用户登录后才能发表评论。


网站导航:
 
<2025年4月>
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910

常用链接

留言簿(3)

随笔分类(7)

随笔档案(8)

文章分类(4)

文章档案(5)

相册

最新随笔

搜索

  •  

积分与排名

  • 积分 - 30056
  • 排名 - 1382

最新评论

阅读排行榜

评论排行榜