Welcome to Sign in | Help
in Search

dbf to sql server

Last post 03-10-2009, 2:00 PM by p_iulian. 11 replies.
Sort Posts: Previous Next
  •  02-26-2009, 12:46 PM 6839

    dbf to sql server

    Salutare,

    Poate cineva sa ma ajute? incerc sa transfer datele dintr-un fisier dbf (fox Pro) intr-un server sql!

    Multumesc anticipat.
  •  02-26-2009, 12:49 PM 6840 in reply to 6839

    Re: dbf to sql server

    ungureandavid:
    Salutare,

    Poate cineva sa ma ajute? incerc sa transfer datele dintr-un fisier dbf (fox Pro) intr-un server sql!

    Multumesc anticipat.

    click dreapta pe database / tasks / import data ...

    Ignat Andrei
    http://serviciipeweb.ro/iafblog
  •  02-26-2009, 1:04 PM 6841 in reply to 6840

    Re: dbf to sql server

    Domnule Ignat Andrei,

    Multumesc pentru raspunsul dvs.

    Am urmarit pasii dvs, dar nu am optiunea IMPORT !

    Am doar urmatoarele optiuni

    Task ->
                 1. Detach ...
                 2. Shrink                  ->
                 3. Back up...
                 4. Restore                ->
                 5.Generate scripts

    Multumesc!
  •  02-26-2009, 1:41 PM 6842 in reply to 6841

    Re: dbf to sql server

    eu folosesc SSMS2008 Express - tu ce folosesti?

    Ignat Andrei
    http://serviciipeweb.ro/iafblog
  •  02-26-2009, 1:51 PM 6843 in reply to 6842

    Re: dbf to sql server

    Microsoft SQL Server Management Studio Express                        9.00.2047.00
    Microsoft Data Access Components (MDAC)                        2000.085.1117.00 (xpsp_sp2_rtm.040803-2158)
    Microsoft MSXML                        2.6 3.0 5.0 6.0
    Microsoft Internet Explorer                        6.0.2900.2180
    Microsoft .NET Framework                        2.0.50727.42
    Operating System                        5.1.2600
  •  02-26-2009, 2:17 PM 6844 in reply to 6843

    Re: dbf to sql server

    ok, nu am 2005
    dar incearca ceva de genul :

    SELECT *
    into NewTable
    FROM OpenRowSet('MSDASQL', 'Driver=Microsoft Visual FoxPro Driver;SourceType=DBF;SourceDB=<cale>/tabela.dbf', 'SELECT * FROM tabela ')

    Ignat Andrei
    http://serviciipeweb.ro/iafblog
  •  02-26-2009, 2:21 PM 6845 in reply to 6844

    Re: dbf to sql server

    am incercat si primesc err asta:

    [OLE/DB provider returned message: [Microsoft][ODBC Driver Manager] Driver does not support this function]
    OLE DB error trace [OLE/DB Provider 'MSDASQL' IDBInitialize::Initialize returned 0x80004005:   ].
    Msg 7399, Level 16, State 1, Line 1
    OLE DB provider 'MSDASQL' reported an error. 

  •  02-26-2009, 2:26 PM 6846 in reply to 6845

    Re: dbf to sql server

    cred ca imi lipseste vreun driver din DATASOURCE ODBC


  •  02-26-2009, 3:52 PM 6849 in reply to 6846

    Re: dbf to sql server

    ok, am reusit sa imi instalez sql management 2008, si sa transfer din dbf in sql, si primesc eroarea asta! oare de ce? tabela intradevar e mare 10 500 inreg!

    Warning 0x80202066: Data Flow Task 1: Cannot retrieve the column code page info from the OLE DB provider. 

    - Validating (Error)
    Messages
    Warning 0x80202066: Data Flow Task 1: Cannot retrieve the column code page info from the OLE DB provider.  If the component supports the "DefaultCodePage" property, the code page from that property will be used.  Change the value of the property if the current string code page values are incorrect.  If the component does not support the property, the code page from the component's locale ID will be used.
     (SQL Server Import and Export Wizard)
     
    Error 0xc02020f4: Data Flow Task 1: The column "nume" cannot be processed because more than one code page (1250 and 1252) are specified for it.
     (SQL Server Import and Export Wizard)
     
    Error 0xc02020f4: Data Flow Task 1: The column "prenume" cannot be processed because more than one code page (1250 and 1252) are specified for it.
     (SQL Server Import and Export Wizard)
     
    Error 0xc02020f4: Data Flow Task 1: The column "domiciliu" cannot be processed because more than one code page (1250 and 1252) are specified for it.
     (SQL Server Import and Export Wizard)
     
    Error 0xc02020f4: Data Flow Task 1: The column "epicriza" cannot be processed because more than one code page (1250 and 1252) are specified for it.
     (SQL Server Import and Export Wizard)
     
    Error 0xc02020f4: Data Flow Task 1: The column "sectia" cannot be processed because more than one code page (1250 and 1252) are specified for it.
     (SQL Server Import and Export Wizard)
     
    Error 0xc02020f4: Data Flow Task 1: The column "codmed" cannot be processed because more than one code page (1250 and 1252) are specified for it.
     (SQL Server Import and Export Wizard)
     
    Error 0xc02020f4: Data Flow Task 1: The column "medic" cannot be processed because more than one code page (1250 and 1252) are specified for it.
     (SQL Server Import and Export Wizard)
     
    Error 0xc02020f4: Data Flow Task 1: The column "compet" cannot be processed because more than one code page (1250 and 1252) are specified for it.
     (SQL Server Import and Export Wizard)
     
    Error 0xc02020f4: Data Flow Task 1: The column "recomand" cannot be processed because more than one code page (1250 and 1252) are specified for it.
     (SQL Server Import and Export Wizard)
     
    Error 0xc004706b: Data Flow Task 1: "component "Destination - pacienti" (73)" failed validation and returned validation status "VS_ISBROKEN".
     (SQL Server Import and Export Wizard)
     
    Error 0xc004700c: Data Flow Task 1: One or more component failed validation.
     (SQL Server Import and Export Wizard)
     
    Error 0xc0024107: Data Flow Task 1: There were errors during task validation.
     (SQL Server Import and Export Wizard)

     


  •  03-09-2009, 5:30 PM 6882 in reply to 6843

    Re: dbf to sql server

    Salut.

    Import and Export Wizard foloseste Integration Services care nu se regaseste in  Sql Express

    Mai jos ai o solutie alternativa.

    http://anzme.blogspot.com/2008/06/importexport-data-with-sql-server-2005.html

     

    Cu respect, Iulian.

     

  •  03-09-2009, 11:18 PM 6883 in reply to 6882

    Re: dbf to sql server

    p_iulian:

    Salut.

    Import and Export Wizard foloseste Integration Services care nu se regaseste in  Sql Express


    Esti sigur ca nu se gaseste in Sql Express 2008 ? Eu cu 2008 Express am reusit sa import din Excel...

    Ignat Andrei
    http://serviciipeweb.ro/iafblog
  •  03-10-2009, 2:00 PM 6884 in reply to 6883

    Re: dbf to sql server

    David se referea la sql2005expres (vezi versiunea scrisa de el mai sus). In sql 2005 nu ai ssis.

    In Sql2008 au pus un ssis "light".

View as RSS news feed in XML
Powered by Community Server (Commercial Edition), by Telligent Systems