Linked server to Excel file in SQL Server 2005 Enterprise Edition 64-bit

  • Try this

    CON.Open "PROVIDER=sqloledb;DATA SOURCE=ip;DATABASE=databasenamel;USER ID=username;password=password"

    Bala

  • I would recommend that you save the Excelsheet(s) as tab separated textfiles and use bulkinsert instead.

    /gosta

Viewing 2 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply