Msg 5123, Level 16, State 10, Line 5 CREATE FILE encountered operating system error 5(Access is denied.) while attempting to open or create the physical file 'D:\SQL2019\lac.ldf'.
Msg 1802, Level 16, State 4, Line 5 CREATE DATABASE failed. Some file names listed could not be created. Check related errors.
GO
/****** Object: Database [northwind] Script Date: 1/15/2014 11:47:42 AM ******/
CREATE DATABASE [northwind]
CONTAINMENT = NONE
ON PRIMARY
( NAME = N'Northwind', FILENAME = N'D:\SQL2019\lac.ldf' , SIZE = 4992KB , MAXSIZE = UNLIMITED, FILEGROWTH = 10%)
LOG ON
( NAME = N'Northwind_log', FILENAME = N'D:\SQL2019\vds.mdf' , SIZE = 3456KB , MAXSIZE = UNLIMITED, FILEGROWTH = 10%)
GO
Msg 5123, Level 16, State 10, Line 5
CREATE FILE encountered operating system error 5(Access is denied.) while attempting to open or create the physical file 'D:\SQL2019\lac.ldf'.
Msg 1802, Level 16, State 4, Line 5
CREATE DATABASE failed. Some file names listed could not be created. Check related errors.
Что нужно сделать чтобы оно работало?