Commit d610ec5f authored by Brayan Sarmiento's avatar Brayan Sarmiento
Browse files

Mi primer commit

parents
# Archivos de compilación de Visual Studio
[Bb]in/
[Oo]bj/
*.user
*.suo
*.cache
*.log
*.tmp
# Archivos de la carpeta de ejecución en SSIS
*.ispac # Paquete desplegable, se puede regenerar
*.dtproj.user # Configuración local de usuario
*.dtsSettings # Configuración temporal
*.bak
*.backup
*.mdf
*.ldf
# Carpetas temporales de VS
.vs/
Debug/
Release/
# Archivos de sistema
Thumbs.db
.DS_Store
# --- IMPORTANTE ---
# Conservamos los paquetes SSIS
# No ignores los archivos .dtsx
!*.dtsx
\ No newline at end of file

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35004.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{C9674DCB-5085-4A16-B785-4C70DD1589BD}") = "Ventas", "Ventas\Ventas.dtproj", "{06E6A11A-BD1F-4B01-A240-DD35AC8F398B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Development|Default = Development|Default
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{06E6A11A-BD1F-4B01-A240-DD35AC8F398B}.Development|Default.ActiveCfg = Development
{06E6A11A-BD1F-4B01-A240-DD35AC8F398B}.Development|Default.Build.0 = Development
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4BC6A5DB-8ADD-4407-9694-EE47D6A37189}
EndGlobalSection
EndGlobal
<?xml version="1.0"?>
<SSIS:Parameters xmlns:SSIS="www.microsoft.com/SqlServer/SSIS" />
\ No newline at end of file
<Database xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddl2="http://schemas.microsoft.com/analysisservices/2003/engine/2" xmlns:ddl2_2="http://schemas.microsoft.com/analysisservices/2003/engine/2/2" xmlns:ddl100_100="http://schemas.microsoft.com/analysisservices/2008/engine/100/100" xmlns:ddl200="http://schemas.microsoft.com/analysisservices/2010/engine/200" xmlns:ddl200_200="http://schemas.microsoft.com/analysisservices/2010/engine/200/200" xmlns:ddl300="http://schemas.microsoft.com/analysisservices/2011/engine/300" xmlns:ddl300_300="http://schemas.microsoft.com/analysisservices/2011/engine/300/300" xmlns:ddl400="http://schemas.microsoft.com/analysisservices/2012/engine/400" xmlns:ddl400_400="http://schemas.microsoft.com/analysisservices/2012/engine/400/400" xmlns:ddl500="http://schemas.microsoft.com/analysisservices/2013/engine/500" xmlns:ddl500_500="http://schemas.microsoft.com/analysisservices/2013/engine/500/500" xmlns:dwd="http://schemas.microsoft.com/DataWarehouse/Designer/1.0" dwd:design-time-name="9a1d01e6-f74a-4019-aeb1-c61bb2e225bf" xmlns="http://schemas.microsoft.com/analysisservices/2003/engine">
<ID>Ventas</ID>
<Name>Ventas</Name>
<CreatedTimestamp>0001-01-01T00:00:00Z</CreatedTimestamp>
<LastSchemaUpdate>0001-01-01T00:00:00Z</LastSchemaUpdate>
<LastProcessed>0001-01-01T00:00:00Z</LastProcessed>
<State>Unprocessed</State>
<LastUpdate>0001-01-01T00:00:00Z</LastUpdate>
<DataSourceImpersonationInfo>
<ImpersonationMode>Default</ImpersonationMode>
<ImpersonationInfoSecurity>Unchanged</ImpersonationInfoSecurity>
</DataSourceImpersonationInfo>
</Database>
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment