Skip to content

Instantly share code, notes, and snippets.

@Fhernd
Created June 17, 2014 15:44
Show Gist options
  • Save Fhernd/c6d1f1af95d343a53a5c to your computer and use it in GitHub Desktop.
Save Fhernd/c6d1f1af95d343a53a5c to your computer and use it in GitHub Desktop.
Script de creación de base de AdventureWorks2012.
CREATE DATABASE AdventureWorks2012
ON (FILENAME = 'D:\AdventureWorks2012_Data.mdf')
FOR ATTACH_REBUILD_LOG ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment