Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
HowardvanRooijen committed Jul 3, 2011
1 parent 42d9446 commit 96207f2
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 36 deletions.
Expand Up @@ -13,7 +13,7 @@
<RootPath> <RootPath>
</RootPath> </RootPath>
<IncludeSchemaNameInFileName>False</IncludeSchemaNameInFileName> <IncludeSchemaNameInFileName>False</IncludeSchemaNameInFileName>
<ModelCollation>1033, CI</ModelCollation> <ModelCollation>1033,CI</ModelCollation>
<DefaultFileStructure>BySchema</DefaultFileStructure> <DefaultFileStructure>BySchema</DefaultFileStructure>
<DeployToDatabaseAddToServerExplorer>True</DeployToDatabaseAddToServerExplorer> <DeployToDatabaseAddToServerExplorer>True</DeployToDatabaseAddToServerExplorer>
<DeployToScript>True</DeployToScript> <DeployToScript>True</DeployToScript>
Expand Down Expand Up @@ -136,4 +136,15 @@
<ItemGroup> <ItemGroup>
<BuildContributorArgument Include="OutDir=$(OutDir)" /> <BuildContributorArgument Include="OutDir=$(OutDir)" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Build Include="Schema Objects\Database Level Objects\Storage\Files\CADC_AwardsProcess_log.sqlfile.sql">
<SubType>Code</SubType>
</Build>
<Build Include="Schema Objects\Database Level Objects\Storage\Files\CADC_AwardsProcess.sqlfile.sql">
<SubType>Code</SubType>
</Build>
<Build Include="Schema Objects\Database Level Objects\Service Broker\Routes\AutoCreatedLocal.route.sql">
<SubType>Code</SubType>
</Build>
</ItemGroup>
</Project> </Project>
@@ -1,52 +1,46 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<CatalogProperties xmlns="urn:Microsoft.VisualStudio.Data.Schema.Package.CatalogProperties" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CatalogProperties xmlns="urn:Microsoft.VisualStudio.Data.Schema.Package.CatalogProperties">
<Version>1.0</Version> <Version>1.0</Version>
<Properties> <Properties>
<!--Sql Server 2000--> <AllowSnapshotIsolation>False</AllowSnapshotIsolation>
<DefaultCollation>SQL_Latin1_General_CP1_CI_AS</DefaultCollation>
<AnsiNullDefault>True</AnsiNullDefault> <AnsiNullDefault>True</AnsiNullDefault>
<AnsiNulls>True</AnsiNulls> <AnsiNulls>True</AnsiNulls>
<AnsiPadding>True</AnsiPadding> <AnsiPadding>True</AnsiPadding>
<AnsiWarnings>True</AnsiWarnings> <AnsiWarnings>True</AnsiWarnings>
<ArithAbort>True</ArithAbort> <ArithAbort>True</ArithAbort>
<ConcatNullYieldsNull>True</ConcatNullYieldsNull>
<QuotedIdentifier>True</QuotedIdentifier>
<NumericRoundAbort>False</NumericRoundAbort>
<RecursiveTriggersEnabled>False</RecursiveTriggersEnabled>
<DatabaseState>ONLINE</DatabaseState>
<UpdateOptions>READ_WRITE</UpdateOptions>
<CloseCursorOnCommitEnabled>False</CloseCursorOnCommitEnabled>
<DefaultCursor>LOCAL</DefaultCursor>
<AutoClose>False</AutoClose> <AutoClose>False</AutoClose>
<AutoCreateStatistics>True</AutoCreateStatistics> <AutoCreateStatistics>True</AutoCreateStatistics>
<AutoShrink>False</AutoShrink> <AutoShrink>False</AutoShrink>
<AutoUpdateStatistics>True</AutoUpdateStatistics> <AutoUpdateStatistics>True</AutoUpdateStatistics>
<TornPageDetection>False</TornPageDetection> <AutoUpdateStatisticsAsynchronously>False</AutoUpdateStatisticsAsynchronously>
<ChangeTrackingRetentionPeriod>2</ChangeTrackingRetentionPeriod>
<ChangeTrackingRetentionUnit>Days</ChangeTrackingRetentionUnit>
<CloseCursorOnCommitEnabled>False</CloseCursorOnCommitEnabled>
<ConcatNullYieldsNull>True</ConcatNullYieldsNull>
<DatabaseAccess>MULTI_USER</DatabaseAccess> <DatabaseAccess>MULTI_USER</DatabaseAccess>
<Recovery>FULL</Recovery>
<EnableFullTextSearch>True</EnableFullTextSearch>
<DatabaseChaining>False</DatabaseChaining> <DatabaseChaining>False</DatabaseChaining>
<DatabaseState>ONLINE</DatabaseState>
<DateCorrelationOptimizationOn>False</DateCorrelationOptimizationOn>
<DefaultCollation>Latin1_General_CI_AS</DefaultCollation>
<DefaultCursor>LOCAL</DefaultCursor>
<DefaultFilegroup>PRIMARY</DefaultFilegroup> <DefaultFilegroup>PRIMARY</DefaultFilegroup>
<!--Sql Server 2005--> <EnableFullTextSearch>True</EnableFullTextSearch>
<!--<CompatibilityMode></CompatibilityMode>--> <IsBrokerPriorityHonored>False</IsBrokerPriorityHonored>
<Trustworthy>False</Trustworthy> <IsChangeTrackingAutoCleanupOn>True</IsChangeTrackingAutoCleanupOn>
<AutoUpdateStatisticsAsynchronously>False</AutoUpdateStatisticsAsynchronously> <IsChangeTrackingOn>False</IsChangeTrackingOn>
<IsEncryptionOn>False</IsEncryptionOn>
<NumericRoundAbort>False</NumericRoundAbort>
<PageVerify>NONE</PageVerify> <PageVerify>NONE</PageVerify>
<ServiceBrokerOption>DisableBroker</ServiceBrokerOption>
<DateCorrelationOptimizationOn>False</DateCorrelationOptimizationOn>
<Parameterization>SIMPLE</Parameterization> <Parameterization>SIMPLE</Parameterization>
<AllowSnapshotIsolation>False</AllowSnapshotIsolation> <QuotedIdentifier>True</QuotedIdentifier>
<ReadCommittedSnapshot>False</ReadCommittedSnapshot> <ReadCommittedSnapshot>False</ReadCommittedSnapshot>
<VardecimalStorageFormatOn>True</VardecimalStorageFormatOn> <Recovery>FULL</Recovery>
<RecursiveTriggersEnabled>False</RecursiveTriggersEnabled>
<ServiceBrokerOption>DisableBroker</ServiceBrokerOption>
<SupplementalLoggingOn>False</SupplementalLoggingOn> <SupplementalLoggingOn>False</SupplementalLoggingOn>
<!--Sql Server 2008--> <TornPageDetection>False</TornPageDetection>
<DefaultFileStreamFilegroup></DefaultFileStreamFilegroup> <Trustworthy>False</Trustworthy>
<IsChangeTrackingOn>False</IsChangeTrackingOn> <UpdateOptions>READ_WRITE</UpdateOptions>
<IsChangeTrackingAutoCleanupOn>True</IsChangeTrackingAutoCleanupOn> <VardecimalStorageFormatOn>True</VardecimalStorageFormatOn>
<ChangeTrackingRetentionPeriod>2</ChangeTrackingRetentionPeriod>
<ChangeTrackingRetentionUnit>Days</ChangeTrackingRetentionUnit>
<IsEncryptionOn>False</IsEncryptionOn>
<IsBrokerPriorityHonored>False</IsBrokerPriorityHonored>
</Properties> </Properties>
</CatalogProperties> </CatalogProperties>

@@ -0,0 +1,4 @@
CREATE ROUTE [AutoCreatedLocal]
AUTHORIZATION [dbo]
WITH ADDRESS = N'LOCAL';

@@ -0,0 +1,3 @@
ALTER DATABASE [$(DatabaseName)]
ADD FILE (NAME = [CADC_AwardsProcess], FILENAME = '$(DefaultDataPath)CADC_AwardsProcess.mdf', FILEGROWTH = 1024 KB) TO FILEGROUP [PRIMARY];

@@ -0,0 +1,3 @@
ALTER DATABASE [$(DatabaseName)]
ADD LOG FILE (NAME = [CADC_AwardsProcess_log], FILENAME = '$(DefaultLogPath)CADC_AwardsProcess_log.ldf', MAXSIZE = 2097152 MB, FILEGROWTH = 10 %);

Expand Up @@ -12,8 +12,8 @@


<!-- Mapping assemblies --> <!-- Mapping assemblies -->
<!-- Can't map it for Fluent NHibernate here; instead, load the mapping assembly in Global.asax.cs. <!-- Can't map it for Fluent NHibernate here; instead, load the mapping assembly in Global.asax.cs.
If you're still using HBMs, you can use the mapping here or pass the assembly via Global.asax.cs If you're still using HBMs, you can use the mapping here or pass the assembly via Global.asax.cs
as well, just like you can do with the Fluent NHibernate assembly(s). --> as well, just like you can do with the Fluent NHibernate assembly(s). -->


</session-factory> </session-factory>
</hibernate-configuration> </hibernate-configuration>

0 comments on commit 96207f2

Please sign in to comment.