Forum Replies Created

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

  • RE: Issues while executing the xp_cmdshell through SSIS

    Did you get this resolved? I need to do something similar but am getting the same error. I had the code working on an xp machine running ss 2005 but...

  • RE: opendatasource to retrieve data from Access 2007

    Try one of these:

    SELECT * into #tbltemp FROM OPENDATASOURCE('Microsoft.ACE.OLEDB.12.0', 'Data Source="C:\CFF.accdb";')...[T_prodotti]

    or

    SELECT * into #tbltemp FROM OPENDATASOURCE('Microsoft.ACE.OLEDB.12.0', 'Data Source="C:\CFF.accdb";User ID=Admin;Password=; ')...[T_prodotti]

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