Hi,
I have a SQL Server 2019 installation that I have just installed on an Azure VM (yes I know they do SQL as a service, but we needed it on a Windows VM.)
When I try and connect via SQL Management Studio 18 it can't connect, and when I look in SQL Configuration Manager I can see it's because the Server isn't started. When I try and start it I get an error that says check the event logs.
When I check the event logs it says "FCB::Open failed: Could not open file d:\dbs\sh\s19s\0924_133725\cmd\2\obj\x64retail\sql\mkmastr\databases\mkmastr.proj\MSDBData.mdf for file number 1. OS error: 3(The system cannot find the path specified.)." which I don't understand because I have installed SQL to the C: drive, there should be nothing on the D: drive so I don't know why it's looking there
Thanks,
Dan