diff options
Diffstat (limited to 'projecttemplates/RelyingPartyDatabase/Properties/Database.sqlsettings')
-rw-r--r-- | projecttemplates/RelyingPartyDatabase/Properties/Database.sqlsettings | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/projecttemplates/RelyingPartyDatabase/Properties/Database.sqlsettings b/projecttemplates/RelyingPartyDatabase/Properties/Database.sqlsettings index 5f3b26c..f83aff5 100644 --- a/projecttemplates/RelyingPartyDatabase/Properties/Database.sqlsettings +++ b/projecttemplates/RelyingPartyDatabase/Properties/Database.sqlsettings @@ -38,9 +38,10 @@ <Recovery>SIMPLE</Recovery> <RecursiveTriggersEnabled>False</RecursiveTriggersEnabled> <ServiceBrokerOption>DisableBroker</ServiceBrokerOption> + <SupplementalLoggingOn>False</SupplementalLoggingOn> <TornPageDetection>False</TornPageDetection> <Trustworthy>False</Trustworthy> <UpdateOptions>READ_WRITE</UpdateOptions> - <VardecimalStorageFormatOn>False</VardecimalStorageFormatOn> + <VardecimalStorageFormatOn>True</VardecimalStorageFormatOn> </Properties> </CatalogProperties>
\ No newline at end of file |