Welcome to Sign in | Help

Re: Import .dbf in SQL Server 2005

  •  11-28-2006, 11:41 AM

    Re: Import .dbf in SQL Server 2005

    Dupa ce am executat din books online ::

    sp_configure 'show advanced options', 1;
    GO
    reconfigure;
    go
    sp_configure 'Ad Hoc Distributed Queries',1;
    go
    reconfigure;
    go
     

    Msg 7399, Level 16, State 1, Line 1
    The OLE DB provider "MSDASQL" for linked server "(null)" reported an error. The provider did not give any information about the error.
    Msg 7350, Level 16, State 2, Line 1
    Cannot get the column information from OLE DB provider "MSDASQL" for linked server "(null)".

    Sunt in ceata ! Pls HELP !! 


    MCSE;MCITP
View Complete Thread
Powered by Community Server (Commercial Edition), by Telligent Systems