About 542,000 results
Open links in new tab
  1. How to connect to a local database in SQL Server Management …

    Apr 6, 2017 · 96 I have downloaded the SQL Server Management Studio (SSMS) 2016 to recover a huge .bak file which is an old backup of a database. But first of all I need to connect to a DB …

  2. Create Local SQL Server database - Stack Overflow

    Apr 11, 2017 · After installation you need to connect to Server Name : localhost to start using the local instance of SQL Server. Once you are connected to the local instance, right click on …

  3. How do I create a local database inside of Microsoft SQL Server …

    May 29, 2015 · How do I create a local database inside of Microsoft SQL Server 2014? 1) After you have connected to a server, bring up the Object Explorer toolbar under 'View' (Should …

  4. How do I change "Database default locations" for LocalDB in SQL …

    Connect to LocalDB in SSMS Open Server Properties -> Database Settings Change Data/Log/Backup locations -> click OK When I click OK I get this error: Found some blogpost …

  5. How can I backup a remote SQL Server database to a local drive?

    Oct 15, 2010 · Create a new local (or remote) database, and change the first 'USE' statement in the script to use your new database. Save the script in a safe place, and go ahead and run it …

  6. How do I grant myself admin access to a local SQL Server instance?

    Mar 27, 2012 · I installed SQL Server 2008 R2 to my local machine. But, I can't create a new database because of rights (or lack of). "CREATE DATABASE PERMISSION DENIED" So, I …

  7. SQL Network Interfaces, error: 50 - Local Database Runtime error ...

    131 Breaking Changes to LocalDB: Applies to SQL 2014; take a look over this article and try to use (localdb)\mssqllocaldb as server name to connect to the LocalDB automatic instance, for …

  8. sql - How to install localdb separately? - Stack Overflow

    Apr 27, 2014 · LocalDB is an option when installing any SKU of SQL Server 2012 Express. Select LocalDB on the Feature Selection page during installation of SQL Server Express. There can …

  9. How can I find out the location of my (localdb) SQL Server 2012 ...

    Aug 13, 2013 · The system database files for the database are stored in the users' local AppData path which is normally hidden. For example C:\Users\--user- …

  10. How do I copy SQL Azure database to my local development …

    In SQL Server 2016 Management Studio, the process for getting an azure database to your local machine has been streamlined. Right click on the database you want to import, click Tasks > …