This commit is contained in:
Arvind Ranasaria
2018-10-19 13:25:18 -07:00
committed by GitHub
parent 0efed221ee
commit 1ef70ef259
18 changed files with 323 additions and 338 deletions

View File

@@ -66,10 +66,19 @@ namespace ScriptGenerator.Properties {
////****** Object: Database [AdventureWorks] Script Date: 9/6/2018 12:11:50 PM ******/
///CREATE DATABASE [AdventureWorks]
/// CONTAINMENT = NONE
/// ON PRIMARY
///( NAME = N'AdventureWorks_Data', FILENAME = N'D:\sql\14.0.1000.169\sqlservr\data\AdventureWorks_Data.mdf' , SIZE = 174080KB , MAXSIZE = UNLIMITED, FILEGROWTH = 16384KB )
/// LOG ON
///( NAME = N'AdventureWorks_Log', FILENAME = N'D:\sql\14.0.1000.169\sqlservr\data\AdventureWorks_Log.ldf' , SIZE = 18432KB , MAXSIZE = 2048GB , FILEGROWTH = [rest of string was truncated]";.
///GO
///ALTER DATABASE [AdventureWorks] SET COMPATIBILITY_LEVEL = 100
///GO
///IF (1 = FULLTEXTSERVICEPROPERTY('IsFullTextInstalled'))
///begin
///EXEC [AdventureWorks].[dbo].[sp_fulltext_database] @action = 'enable'
///end
///GO
///ALTER DATABASE [AdventureWorks] SET ANSI_NULL_DEFAULT OFF
///GO
///ALTER DATABASE [AdventureWorks] SET ANSI_NULLS ON
///GO
///ALTER DATABASE [rest of string was truncated]";.
/// </summary>
internal static string AdventureWorks {
get {