How was this table populated??

  • Dear all

    I am looking at someone else's d/b, and I am trying to find out how a certain table got populated.

    Suspecting an SP, I have manually gone through some of them to see if the table name is contained anywhere in the SP.  It is not however.

    So I then tried searching in the 'text' field of syscomments, alas to no avail.

    There are no obviously dependencies on this table either, so I am totally at a loss.

    Could anyone possibly help with some ideas?

    thanks

    Phil

  • Possibly DTS, store proc in another database?

  • could be from sql embeded in an application ( stupid i know but it does happen)

  • No - it has 200 million rows and is a fact tables

  • I hate to suggest it but ... trace?

  • no can do - am auditing static data on a test server!

  • If it is a fact table then it's most likely,  as Allen originally suggested, to be populated via a DTS package.

    Also if the db has been copied onto the test server it could be that the DTS package has not been transferred as well.

    -------------------------------------------------------------------------
    Normal chaos will be resumed as soon as possible. :crazy:

  • ok, thanks - I'll dig around the DTS packages first on test then on prod to check if this is the case

    thanks for your help!

Viewing 8 posts - 1 through 7 (of 7 total)

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