I get this error message whenever I try to get into my SQL Server using Visual Studio:
The database dbPath cannot be opened because it is version 869. This server supports version 852 and earlier. A downgrade path is not supported.
Could not open new database dbPath. CREATE DATABASE is aborted.
An attempt to attach an auto-named database for file dbPath failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.
Can you please tell me what should I do to fix this error?