mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
Bug fix for https://github.com/Microsoft/azuredatastudio/issues/2923 and misc other fixes (#711)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user