Boa noite Pessoal,
Estou com esse problema para abrir o banco de dados.
Alguem tem alguma sugestão?
USE Master
go
ALTER DATABASE SQLSRVDB SET READ_WRITE WITH NO_WAIT
go
Msg 5120, Level 16, State 101, Line 2
Unable to open the physical file "G:\SQLSRV01\SRVDATA.mdf". Operating system error 5: "5(Access is denied.)".
Msg 5120, Level 16, State 101, Line 2
Unable to open the physical file "G:\SQLSRV01\SRVLOG.ldf". Operating system error 5: "5(Access is denied.)".
Msg 5181, Level 16, State 5, Line 2
Could not restart database "SQLSRVDB". Reverting to the previous status.
Msg 5069, Level 16, State 1, Line 2
ALTER DATABASE statement failed.