I'm following Code First to an Existing Database tutorial and noticed that it suggested to connect to (localdb)v11.0
in learning purposes. I've tried to connect to it using my SQL Management Studio and it worked. But when I've restored a DB backup it created an [DatabaseName].mdf
file in my user's directory.
I'm quite surprised and have following questions:
- What is a
(localdb)v11.0
? Does it uses my SQL Express or SQL Compact?
- Does it support only databases stored in
.mdf
files?
- How can I specify path for my restore other than my user's folder?
- What general purposes does it serve (is it for learning purposes only)?
- Where can I find more info about this kind of database?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…