I backed up a database from the company that hosts my website (it also hosts my database).
Then I downloaded "localdb" to my local PC. It was sql server 2014, as far as I know.
I started sql server management studio, and put in "(localdb)\v11" as the server. I also used 'integrated security". I was able to connect to "localdb".
Then I right clicked on the database shown in SSMS, and chose 'restore' and then browsed to the folder with my bak file.
The restore failed. The reason it gave was that my localdb is just version-11, but my server database was using version-12. Does this mean that localdb is simply not as modern as the online versions of sql server?
Thanks.
Go to the complete details ...