SQL LocalDB Connection string

Source: Internet
Author: User

Under SQL 2012, connect LocalDB with the string:

Data source= (LocalDB) \v11.0;initial Catalog=d:\aa. Mdf;integrated Security=true

The LocalDB instance name in sql2014 is:(localdb) \mssqllocaldb

The simplest way to use LocalDB is by using the connection string "server= (LocalDB) \mssqllocaldb;integrated security=true" Connect to an automatic instance owned by the current user.

To connect to a specific database by using a file name, use a similar "server= (LocalDB) \mssqllocaldb; Integrated security=true; Attachdbfilename=d:\data\mydb1.mdf " connection string for the connection.

SQL LocalDB Connection string

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.