I want to select the mdb file datas using OPENROWSET in sql server 2008.How to i do this one?Please give with good example...
I tried this one :
select * from OPENROWSET('Microsoft.ACE.OLEDB.12.0', 'C:\\Documents and Settings\\smu\\Desktop\\Website\\FileUpload\\FIALED_PAPER_LIST_JAN2010_01042010.mdb')
But it doesn't working.