how to take backup of the DB

  • hi...

    i want to take the backup of the DB..

    in my system there are two DB employee and department

    now using SSIS how can i take the backup of the employee DB..

    i'm new to this SSIS..

    i'm using sql server2008 enterprise edition.

    please help me...

  • Why SSIS? Backups are typically taken with a maint plan or SQL script. You can take them via SSIS, there's a backup database task in the control flow toolbox, just curious as to why.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • thanks for replying..

    i've two system..

    in one system i've remotely login another system's database..

    so in my object explorer i've two database connection.

    sys1\sqlexpress and sys2\sqlexpress

    now i want to take backup of sys2\sqlexpress and store ..

    is it possible

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

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