storing data from SP

  • Hi Sir,

    Im a new DBA and have a problem please guide me and give me the solution.

    my question is the ..

    " How can i store data from SP_HELP 'TABLE_NAME' into another Table?

    Thanks,

    Nomi

     

  • create the table first then :

    insert into TableName (Columns) exec SP_HELP 'TABLE_NAME'

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

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