主页 > 知识库 > Select data from an Excel sheet in MSSQL

Select data from an Excel sheet in MSSQL

热门标签:美国地图标注软件下载 合肥crm外呼系统加盟 硅基电话机器人官网 漯河电销回拨外呼系统 怎么修改高德地图标注 西安电话自动外呼系统 城市地图标志怎么标注 长沙外呼系统平台 电话机器人怎么看余额
select * 
from openrowset('Microsoft.Jet.OLEDB.4.0'
,'Excel 8.0;HDR=YES;IMEX=1;DATABASE=d:\folder\excel.xls',Sheet1$)

-------NOTE------
Setting IMEX=1 tells the driver to use Import mode. In this state, the registry setting ImportMixedTypes=Text will be noticed. This forces mixed data to be converted to text. For this to work reliably, you may also have to modify the registry setting, TypeGuessRows=8. The ISAM driver by default looks at the first eight rows and from that sampling determines the datatype. If this eight row sampling is all numeric, then setting IMEX=1 will not convert the default datatype to Text; it will remain numeric. 

You must be careful that IMEX=1 not be used indiscriminately. This is IMPORT mode, so the results may be unpredictable if you try to do appends or updates of data in this mode. 

The possible settings of IMEX are: 
0 is Export mode
1 is Import mode
2 is Linked mode (full update capabilities) 

标签:商洛 玉溪 抚顺 泸州 吉林 济源 文山 广西

巨人网络通讯声明:本文标题《Select data from an Excel sheet in MSSQL》,本文关键词  Select,data,from,Excel,sheet,MSSQL,;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 下面列出与本文章《Select data from an Excel sheet in MSSQL》相关的同类信息!
  • 本页收集关于Select data from an Excel sheet in MSSQL的相关信息资讯供网民参考!
  • 推荐文章