DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Varra Reddy Guest

    Re: Data Migration from Ingres II (2) to SQL 7.0 or SQL 2000


    Varra Reddy
    <<<<<Email:Varra_reddy@hotmail.com>>>>>

    Hi
    I am in a procees of Migrating Ingress II(2) Database to SQL Server 7.0 or
    2000. It is an 15 GB Database.
    If any body can provide me an detailed infromation. these migration.

    Thakns

    Reddy


  2. #2
    Nate Guest

    Re: Data Migration from Ingres II (2) to SQL 7.0 or SQL 2000


    "Varra Reddy" <varra_reddy@hotmail.com> wrote:
    >
    >Varra Reddy
    > <<<<<Email:Varra_reddy@hotmail.com>>>>>
    >
    >Hi
    >I am in a procees of Migrating Ingress II(2) Database to SQL Server 7.0

    or
    >2000. It is an 15 GB Database.
    >If any body can provide me an detailed infromation. these migration.
    >
    >Thakns
    >
    >Reddy
    >

    Have you tried the copydb command? This will give you the SQL to re-create
    all the tables. It goes like this:

    copydb [database name].

    If you only want one table you would follow the database name with the table
    name. If you are not the table owner follow your entire command with -u[tableowner].

    [don't replicate braces in your cmmmand].

    This will produce files named copy.in and copy.out. The copy.in file has
    the create table statements. You will need to edit this and remove Ingres
    specific stuff.

    Have fun.




  3. #3
    Marcos Francez Guest

    Re: Data Migration from Ingres II (2) to SQL 7.0 or SQL 2000

    Reddy,

    You can use the DTS. You must first create the database in SQL Server, with
    tables, procedures, trigges, etc. After this you can tranfer the data from
    ingres using the DTS that you find in SQL Server 7.0 and 2000.

    The main job is convert the code wrote in ingres to SQL Server and to test
    applications and database.

    Francez

    Nate <nczimm@msn.com> wrote in message news:3ad35f93$1@news.devx.com...
    >
    > "Varra Reddy" <varra_reddy@hotmail.com> wrote:
    > >
    > >Varra Reddy
    > > <<<<<Email:Varra_reddy@hotmail.com>>>>>
    > >
    > >Hi
    > >I am in a procees of Migrating Ingress II(2) Database to SQL Server 7.0

    > or
    > >2000. It is an 15 GB Database.
    > >If any body can provide me an detailed infromation. these migration.
    > >
    > >Thakns
    > >
    > >Reddy
    > >

    > Have you tried the copydb command? This will give you the SQL to re-create
    > all the tables. It goes like this:
    >
    > copydb [database name].
    >
    > If you only want one table you would follow the database name with the

    table
    > name. If you are not the table owner follow your entire command

    with -u[tableowner].
    >
    > [don't replicate braces in your cmmmand].
    >
    > This will produce files named copy.in and copy.out. The copy.in file has
    > the create table statements. You will need to edit this and remove Ingres
    > specific stuff.
    >
    > Have fun.
    >
    >
    >




Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links