mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-29 13:02:05 +03:00
init commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<SqlCommandVariables xmlns="urn:Microsoft.VisualStudio.Data.Schema.Package.SqlCmdVars" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<Version>1.0</Version>
|
||||
<Properties>
|
||||
</Properties>
|
||||
</SqlCommandVariables>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<DeploymentConfigurationSettings xmlns="urn:Microsoft.VisualStudio.Data.Schema.Package.DeploymentConfigurationSettings" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<Version>1.0</Version>
|
||||
<Properties>
|
||||
<AlwaysCreateNewDatabase>False</AlwaysCreateNewDatabase>
|
||||
<BlockIncrementalDeploymentIfDataLoss>True</BlockIncrementalDeploymentIfDataLoss>
|
||||
<DeployDatabaseProperties>True</DeployDatabaseProperties>
|
||||
<DeploymentCollationPreference>UseSourceModelCollation</DeploymentCollationPreference>
|
||||
<DoNotUseAlterAssemblyStatementsToUpdateCLRTypes>False</DoNotUseAlterAssemblyStatementsToUpdateCLRTypes>
|
||||
<GenerateDropsIfNotInProject>False</GenerateDropsIfNotInProject>
|
||||
<PerformDatabaseBackup>False</PerformDatabaseBackup>
|
||||
<SingleUserMode>False</SingleUserMode>
|
||||
</Properties>
|
||||
</DeploymentConfigurationSettings>
|
||||
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Permissions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:Microsoft.VisualStudio.Data.Schema.Permissions" Version="1.0">
|
||||
<!-- The examples below are provided to illustrate how permissions
|
||||
are defined in the project system for Databases, Objects,
|
||||
and Columns.
|
||||
|
||||
GRANT Database Permissions
|
||||
|
||||
<PermissionStatement Action ="GRANT">
|
||||
<Permission>CREATE TABLE</Permission>
|
||||
<Grantee>User1</Grantee>
|
||||
</PermissionStatement>
|
||||
|
||||
GRANT Object Permission
|
||||
|
||||
<PermissionStatement Action ="GRANT">
|
||||
<Permission>SELECT</Permission>
|
||||
<Grantee>User1</Grantee>
|
||||
<Object Name ="Table1" Schema ="User1" Type ="OBJECT"/>
|
||||
</PermissionStatement>
|
||||
|
||||
DENY Object Permission
|
||||
|
||||
<PermissionStatement Action ="DENY">
|
||||
<Permission>DELETE</Permission>
|
||||
<Grantee>User1</Grantee>
|
||||
<Object Name ="Table1" Schema ="User1" Type ="OBJECT"/>
|
||||
</PermissionStatement>
|
||||
|
||||
GRANT Object Column Permission
|
||||
|
||||
<PermissionStatement Action ="GRANT">
|
||||
<Permission>SELECT</Permission>
|
||||
<Grantee>User1</Grantee>
|
||||
<Object Name ="Table1" Schema ="User1" Type ="OBJECT">
|
||||
<Columns Treatment ="INCLUDE">
|
||||
<Column Name="Col1"/>
|
||||
<Column Name="Col2"/>
|
||||
<Column Name="…"/>
|
||||
</Columns>
|
||||
</Object>
|
||||
</PermissionStatement>
|
||||
-->
|
||||
</Permissions>
|
||||
@@ -0,0 +1,52 @@
|
||||
<?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">
|
||||
<Version>1.0</Version>
|
||||
<Properties>
|
||||
<!--Sql Server 2000-->
|
||||
<DefaultCollation>SQL_Latin1_General_CP1_CI_AS</DefaultCollation>
|
||||
<AnsiNullDefault>True</AnsiNullDefault>
|
||||
<AnsiNulls>True</AnsiNulls>
|
||||
<AnsiPadding>True</AnsiPadding>
|
||||
<AnsiWarnings>True</AnsiWarnings>
|
||||
<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>
|
||||
<AutoCreateStatistics>True</AutoCreateStatistics>
|
||||
<AutoShrink>False</AutoShrink>
|
||||
<AutoUpdateStatistics>True</AutoUpdateStatistics>
|
||||
<TornPageDetection>False</TornPageDetection>
|
||||
<DatabaseAccess>MULTI_USER</DatabaseAccess>
|
||||
<Recovery>FULL</Recovery>
|
||||
<EnableFullTextSearch>True</EnableFullTextSearch>
|
||||
<DatabaseChaining>False</DatabaseChaining>
|
||||
<DefaultFilegroup>PRIMARY</DefaultFilegroup>
|
||||
<!--Sql Server 2005-->
|
||||
<!--<CompatibilityMode></CompatibilityMode>-->
|
||||
<Trustworthy>False</Trustworthy>
|
||||
<AutoUpdateStatisticsAsynchronously>False</AutoUpdateStatisticsAsynchronously>
|
||||
<PageVerify>NONE</PageVerify>
|
||||
<ServiceBrokerOption>DisableBroker</ServiceBrokerOption>
|
||||
<DateCorrelationOptimizationOn>False</DateCorrelationOptimizationOn>
|
||||
<Parameterization>SIMPLE</Parameterization>
|
||||
<AllowSnapshotIsolation>False</AllowSnapshotIsolation>
|
||||
<ReadCommittedSnapshot>False</ReadCommittedSnapshot>
|
||||
<VardecimalStorageFormatOn>True</VardecimalStorageFormatOn>
|
||||
<SupplementalLoggingOn>False</SupplementalLoggingOn>
|
||||
<!--Sql Server 2008-->
|
||||
<DefaultFileStreamFilegroup></DefaultFileStreamFilegroup>
|
||||
<IsChangeTrackingOn>False</IsChangeTrackingOn>
|
||||
<IsChangeTrackingAutoCleanupOn>True</IsChangeTrackingAutoCleanupOn>
|
||||
<ChangeTrackingRetentionPeriod>2</ChangeTrackingRetentionPeriod>
|
||||
<ChangeTrackingRetentionUnit>Days</ChangeTrackingRetentionUnit>
|
||||
<IsEncryptionOn>False</IsEncryptionOn>
|
||||
<IsBrokerPriorityHonored>False</IsBrokerPriorityHonored>
|
||||
</Properties>
|
||||
</CatalogProperties>
|
||||
|
||||
Reference in New Issue
Block a user