I'm trying to add a linked server to an Excel 2010 file from SQL Server 2012. Every reference I've found online for doing this is using older versions of SQL Server, and the driver that they tell you to use 'Microsoft.Jet.OLEDB.4.0', is not present in 2012 from what I can tell.
Can anyone tell me which provider I need to use and what the product name, data source, and provider string should be?
For reference, this is the screen I'm looking at:
Thanks.