Automatically read primary key and foreign constraints

  • Hi!

    I wanted to migrate from oracle to mssql server and trying to do this with dts. I tried it, but no primary key or foreign key were read out. Is it possible to get this information automatically by dts??

    Are there any other possibilities to achieve this (except using commercial third party tools) ?

     

    Thanks for any help.

    Regards,

    thelonestar

  • Suggest that you use BOL and look at

    sp_helpconstraint 'tablename', 'nomsg'

    to give you an idea of what is readily available.

     

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

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

You must be logged in to reply to this topic. Login to reply