Move SQL Server 2008 database files to a new folder location

前端 未结 5 674
长情又很酷
长情又很酷 2020-12-12 11:32

Logical Name

  • my_Data
  • my_Log

Path:

  • C:\\Program Files\\Microsoft SQL Server\\MSSQL10.MSSQLS
5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-12 11:57

    To add the privileges needed to the files add and grant right to the following local user: SQLServerMSSQLUser$COMPUTERNAME$INSTANCENAME, where COMPUTERNAME and INSTANCENAME has to be replaced with name of computer and MSSQL instance respectively.

提交回复
热议问题