diff --git a/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md diff --git a/README.md b/README.md index 4ed745d..6a7f75f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,50 @@ -# Microsoft-Sql-Server-Databases-Samples -Microsoft Sql Server Real World Database Samples from 2017 version +# Microsoft-Sql-Server-Databases-Samples +Microsoft Sql Server Real World Database Samples for SQL 2017 version and up. + +## Databases + +Only attach to Sql Server or create connection from your project (Visual Studio or favorite). + +* [Download Last Build / Installer](https://github.com/JavierCanon/Microsoft-Sql-Server-Databases-Samples/releases/latest) + +### Contoso +The Contoso BI Demo dataset is used to demonstrate DW/BI functionalities across the entire Microsoft Office product family. This dataset includes C-level, sales/marketing, IT, and common finance scenarios for the retail industry and support map integration. In addition, this dataset offers large volumes of transactions from OLTP and well-structured aggregations from OLAP, along with reference and dimension data. + +* From 29/1/2010 +* Update to Sql Server 2017 + +### AdventureWorks + +AdventureWorks Database is a Microsoft product sample for an online transaction processing (OLTP) database. The AdventureWorks Database supports a fictitious, multinational manufacturing company called Adventure Works Cycles. + +* From 2012 +* Update to Sql Server 2017 + + +### Contoso +The Contoso BI Demo dataset is used to demonstrate DW/BI functionalities across the entire Microsoft Office product family. This dataset includes C-level, sales/marketing, IT, and common finance scenarios for the retail industry and support map integration. In addition, this dataset offers large volumes of transactions from OLTP and well-structured aggregations from OLAP, along with reference and dimension data. + +* From 29/1/2010 +* Update to Sql Server 2017 + + +## Roadmap ## + +[] Database templates for new developments for different roles, with functions and procedures. +[] Full text index search examples (like Google) +[] More databases... + +## Requeriments ## + +* [7-zip](https://www.7-zip.org/) for decompress files +* Any Version of SQL Server instance (LocalDB, Web, Standard, Development, Etc...): 2017, 2019. + + +## License + +This project is licensed under the MIT license - see the [LICENSE.md](/LICENSE.md) file for details. + +--- +Made with ❤️ by **[Javier Cañon](https://www.javiercanon.com)**. + + diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..e69de29 diff --git a/src/DB/AdventureWorks2017.sql b/src/DB/AdventureWorks2017.sql new file mode 100644 index 0000000..b44596f Binary files /dev/null and b/src/DB/AdventureWorks2017.sql differ diff --git a/src/DB/ContosoSpanisht.sql b/src/DB/ContosoSpanisht.sql new file mode 100644 index 0000000..6c01868 Binary files /dev/null and b/src/DB/ContosoSpanisht.sql differ