I want to attach a .mdf file to my SQL Server 2008 instance.
I understand that to do this I need to give folder permissions to the account that is running SQL Server
From the answer to this question I found that account is
NT AUTHORITY\NETWORKSERVICE
by running
wmic service where "name Like 'MSSQL%'" get Name , StartName
however when I try to grant permissions to this account I get an error
The following object is not from a domain listed in the Select Location dialog box, and is therefore not valid:
I am on Windows7
and I am selecting the name of my pc as the domain.