Create Sql Server Backup on Local Machine

后端 未结 5 403
粉色の甜心
粉色の甜心 2021-01-17 15:56

I am using SQL Server Management Studio running on my local machine.

I can log on to a remote box (database engine) and use the Studio to create a database backup w

5条回答
  •  抹茶落季
    2021-01-17 16:16

    STEP 1 : From sql-server 2008 connect to remote server

    STEP 2 : Right Click server database

    STEP 3 : Select Export Option

    STEP 4 : Follow Instructions, Import to local server database and Backup from Local database

提交回复
热议问题