I want to open an existing database from an .mdf
file in SSMS but I am not able to attach it. It's giving the following error:
The server principal "......" is not able to access the database "model" under the current security context. (.Net SqlClient Data Provider)
Details: Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc)
What could be causing this problem and how do I solve it?