Welcome to the Blogcast Repository Sign in | Join | Help
Search BlogCastRepository.com for:
in Search

245 BlogCasts in The BlogCast Repository!

SQL 2000 Database Merge

Last post 07-01-2008 12:00 AM by Edwin M. Sarmiento. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 06-30-2008 11:40 AM

    • amclaurin
    • Top 500 Contributor
    • Joined on 03-14-2008
    • Posts 1
    • Points 20

    SQL 2000 Database Merge

    We have a SQL server that is holding three different SQL databases.  We would like to merge the three databases into one.  Is this possible and how.

    Filed under:
    • Post Points: 20
  • 07-01-2008 12:00 AM In reply to

    Re: SQL 2000 Database Merge

    It is possible with a few glitches.  First, if you have objects (tables, stored procedures, functions, views) in one database which have the same names as the objects in the other databases, you would have to rename them inorder for you to be able to merge them.  Second, you will have to change your application code in order for them to work properly as they now will be connecting to a different database instead of the original one.

    • Post Points: 5
Page 1 of 1 (2 items)