Created
November 23, 2016 22:40
-
-
Save Reelix/f0bd5ef192ea419d0bd36278fc5b5bdd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
USE [master] | |
GO | |
CREATE DATABASE [insert_database_name_here] ON | |
( FILENAME = N'C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Data\fileNameHere.mdf' ), | |
FOR ATTACH ; | |
GO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment