GL SOFT INDIA
Fusion of Web, Mobile & Desktop Applications.
Friday, January 15, 2010
Import from Excel Sheet into Sql Table with filtering
SELECT *
FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0',
'Excel 8.0;Database=C:\Data.xls',
'SELECT * FROM [Sheet1$] where [col_name] <> '' ')
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment