├── .gitattributes ├── .gitignore ├── LICENSE.md ├── README.md ├── _config.yml ├── doc ├── AdventureWorks.Tables.xml └── AdventureWorks │ ├── Graphs │ ├── db_AdventureWorks2008R2.png │ ├── db_AdventureWorks2008R2.svg │ ├── tbl_AWBuildVersion.png │ ├── tbl_AWBuildVersion.svg │ ├── tbl_Address.png │ ├── tbl_Address.svg │ ├── tbl_AddressType.png │ ├── tbl_AddressType.svg │ ├── tbl_BillOfMaterials.png │ ├── tbl_BillOfMaterials.svg │ ├── tbl_BusinessEntity.png │ ├── tbl_BusinessEntity.svg │ ├── tbl_BusinessEntityAddress.png │ ├── tbl_BusinessEntityAddress.svg │ ├── tbl_BusinessEntityContact.png │ ├── tbl_BusinessEntityContact.svg │ ├── tbl_ContactType.png │ ├── tbl_ContactType.svg │ ├── tbl_CountryRegion.png │ ├── tbl_CountryRegion.svg │ ├── tbl_CountryRegionCurrency.png │ ├── tbl_CountryRegionCurrency.svg │ ├── tbl_CreditCard.png │ ├── tbl_CreditCard.svg │ ├── tbl_Culture.png │ ├── tbl_Culture.svg │ ├── tbl_Currency.png │ ├── tbl_Currency.svg │ ├── tbl_CurrencyRate.png │ ├── tbl_CurrencyRate.svg │ ├── tbl_Customer.png │ ├── tbl_Customer.svg │ ├── tbl_DatabaseLog.png │ ├── tbl_DatabaseLog.svg │ ├── tbl_Department.png │ ├── tbl_Department.svg │ ├── tbl_Document.png │ ├── tbl_Document.svg │ ├── tbl_EmailAddress.png │ ├── tbl_EmailAddress.svg │ ├── tbl_Employee.png │ ├── tbl_Employee.svg │ ├── tbl_EmployeeDepartmentHistory.png │ ├── tbl_EmployeeDepartmentHistory.svg │ ├── tbl_EmployeePayHistory.png │ ├── tbl_EmployeePayHistory.svg │ ├── tbl_ErrorLog.png │ ├── tbl_ErrorLog.svg │ ├── tbl_Illustration.png │ ├── tbl_Illustration.svg │ ├── tbl_JobCandidate.png │ ├── tbl_JobCandidate.svg │ ├── tbl_Location.png │ ├── tbl_Location.svg │ ├── tbl_Password.png │ ├── tbl_Password.svg │ ├── tbl_Person.png │ ├── tbl_Person.svg │ ├── tbl_PersonCreditCard.png │ ├── tbl_PersonCreditCard.svg │ ├── tbl_PersonPhone.png │ ├── tbl_PersonPhone.svg │ ├── tbl_PhoneNumberType.png │ ├── tbl_PhoneNumberType.svg │ ├── tbl_Product.png │ ├── tbl_Product.svg │ ├── tbl_ProductCategory.png │ ├── tbl_ProductCategory.svg │ ├── tbl_ProductCostHistory.png │ ├── tbl_ProductCostHistory.svg │ ├── tbl_ProductDescription.png │ ├── tbl_ProductDescription.svg │ ├── tbl_ProductDocument.png │ ├── tbl_ProductDocument.svg │ ├── tbl_ProductInventory.png │ ├── tbl_ProductInventory.svg │ ├── tbl_ProductListPriceHistory.png │ ├── tbl_ProductListPriceHistory.svg │ ├── tbl_ProductModel.png │ ├── tbl_ProductModel.svg │ ├── tbl_ProductModelIllustration.png │ ├── tbl_ProductModelIllustration.svg │ ├── tbl_ProductModelProductDescriptionCulture.png │ ├── tbl_ProductModelProductDescriptionCulture.svg │ ├── tbl_ProductPhoto.png │ ├── tbl_ProductPhoto.svg │ ├── tbl_ProductProductPhoto.png │ ├── tbl_ProductProductPhoto.svg │ ├── tbl_ProductReview.png │ ├── tbl_ProductReview.svg │ ├── tbl_ProductSubcategory.png │ ├── tbl_ProductSubcategory.svg │ ├── tbl_ProductVendor.png │ ├── tbl_ProductVendor.svg │ ├── tbl_PurchaseOrderDetail.png │ ├── tbl_PurchaseOrderDetail.svg │ ├── tbl_PurchaseOrderHeader.png │ ├── tbl_PurchaseOrderHeader.svg │ ├── tbl_SalesOrderDetail.png │ ├── tbl_SalesOrderDetail.svg │ ├── tbl_SalesOrderHeader.png │ ├── tbl_SalesOrderHeader.svg │ ├── tbl_SalesOrderHeaderSalesReason.png │ ├── tbl_SalesOrderHeaderSalesReason.svg │ ├── tbl_SalesPerson.png │ ├── tbl_SalesPerson.svg │ ├── tbl_SalesPersonQuotaHistory.png │ ├── tbl_SalesPersonQuotaHistory.svg │ ├── tbl_SalesReason.png │ ├── tbl_SalesReason.svg │ ├── tbl_SalesTaxRate.png │ ├── tbl_SalesTaxRate.svg │ ├── tbl_SalesTerritory.png │ ├── tbl_SalesTerritory.svg │ ├── tbl_SalesTerritoryHistory.png │ ├── tbl_SalesTerritoryHistory.svg │ ├── tbl_ScrapReason.png │ ├── tbl_ScrapReason.svg │ ├── tbl_Shift.png │ ├── tbl_Shift.svg │ ├── tbl_ShipMethod.png │ ├── tbl_ShipMethod.svg │ ├── tbl_ShoppingCartItem.png │ ├── tbl_ShoppingCartItem.svg │ ├── tbl_SpecialOffer.png │ ├── tbl_SpecialOffer.svg │ ├── tbl_SpecialOfferProduct.png │ ├── tbl_SpecialOfferProduct.svg │ ├── tbl_StateProvince.png │ ├── tbl_StateProvince.svg │ ├── tbl_Store.png │ ├── tbl_Store.svg │ ├── tbl_TransactionHistory.png │ ├── tbl_TransactionHistory.svg │ ├── tbl_TransactionHistoryArchive.png │ ├── tbl_TransactionHistoryArchive.svg │ ├── tbl_UnitMeasure.png │ ├── tbl_UnitMeasure.svg │ ├── tbl_Vendor.png │ ├── tbl_Vendor.svg │ ├── tbl_WorkOrder.png │ ├── tbl_WorkOrder.svg │ ├── tbl_WorkOrderRouting.png │ ├── tbl_WorkOrderRouting.svg │ ├── vw_vAdditionalContactInfo.png │ ├── vw_vAdditionalContactInfo.svg │ ├── vw_vEmployee.png │ ├── vw_vEmployee.svg │ ├── vw_vEmployeeDepartment.png │ ├── vw_vEmployeeDepartment.svg │ ├── vw_vEmployeeDepartmentHistory.png │ ├── vw_vEmployeeDepartmentHistory.svg │ ├── vw_vIndividualCustomer.png │ ├── vw_vIndividualCustomer.svg │ ├── vw_vJobCandidate.png │ ├── vw_vJobCandidate.svg │ ├── vw_vJobCandidateEducation.png │ ├── vw_vJobCandidateEducation.svg │ ├── vw_vJobCandidateEmployment.png │ ├── vw_vJobCandidateEmployment.svg │ ├── vw_vPersonDemographics.png │ ├── vw_vPersonDemographics.svg │ ├── vw_vProductAndDescription.png │ ├── vw_vProductAndDescription.svg │ ├── vw_vProductModelCatalogDescription.png │ ├── vw_vProductModelCatalogDescription.svg │ ├── vw_vProductModelInstructions.png │ ├── vw_vProductModelInstructions.svg │ ├── vw_vSalesPerson.png │ ├── vw_vSalesPerson.svg │ ├── vw_vSalesPersonSalesByFiscalYears.png │ ├── vw_vSalesPersonSalesByFiscalYears.svg │ ├── vw_vStateProvinceCountryRegion.png │ ├── vw_vStateProvinceCountryRegion.svg │ ├── vw_vStoreWithAddresses.png │ ├── vw_vStoreWithAddresses.svg │ ├── vw_vStoreWithContacts.png │ ├── vw_vStoreWithContacts.svg │ ├── vw_vStoreWithDemographics.png │ ├── vw_vStoreWithDemographics.svg │ ├── vw_vVendorWithAddresses.png │ ├── vw_vVendorWithAddresses.svg │ ├── vw_vVendorWithContacts.png │ └── vw_vVendorWithContacts.svg │ ├── css │ └── database.css │ ├── index.html │ ├── lib │ ├── bootstrap │ │ ├── css │ │ │ ├── bootstrap-theme.css │ │ │ ├── bootstrap-theme.css.map │ │ │ ├── bootstrap-theme.min.css │ │ │ ├── bootstrap.css │ │ │ ├── bootstrap.css.map │ │ │ └── bootstrap.min.css │ │ ├── fonts │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ └── glyphicons-halflings-regular.woff2 │ │ └── js │ │ │ ├── bootstrap.js │ │ │ ├── bootstrap.min.js │ │ │ └── npm.js │ └── jquery │ │ ├── jquery-1.11.3.js │ │ ├── jquery-1.11.3.min.js │ │ ├── jquery.js │ │ └── jquery.min.js │ └── schema.xls ├── lib ├── bootstrap 3.3.5 │ ├── css │ │ ├── bootstrap-theme.css │ │ ├── bootstrap-theme.css.map │ │ ├── bootstrap-theme.min.css │ │ ├── bootstrap.css │ │ ├── bootstrap.css.map │ │ └── bootstrap.min.css │ ├── fonts │ │ ├── glyphicons-halflings-regular.eot │ │ ├── glyphicons-halflings-regular.svg │ │ ├── glyphicons-halflings-regular.ttf │ │ ├── glyphicons-halflings-regular.woff │ │ └── glyphicons-halflings-regular.woff2 │ └── js │ │ ├── bootstrap.js │ │ ├── bootstrap.min.js │ │ └── npm.js ├── dotml-1.4 │ ├── dotml-1.4.xsd │ ├── dotml2dot.xsl │ └── licence.txt ├── jquery 1.11.3 │ ├── jquery.js │ └── jquery.min.js ├── libxml │ └── bin │ │ ├── iconv.dll │ │ ├── iconv.exe │ │ ├── libexslt.dll │ │ ├── libxml2.dll │ │ ├── libxslt.dll │ │ ├── minigzip.exe │ │ ├── xmlcatalog.exe │ │ ├── xmllint.exe │ │ ├── xsltproc.exe │ │ └── zlib1.dll └── nxslt │ ├── license.txt │ ├── nxslt.exe │ ├── nxslt3.exe │ └── nxslt3.pdb └── src ├── SQL └── generate-table-xml.sql ├── StyleSheets ├── .vscode │ └── settings.json ├── excel-common.xslt ├── excel-schema.xslt ├── generate-graphs-dotml.xslt ├── generate-model.xslt ├── include-graphs-colours.xslt ├── include-graphs-common.xslt ├── include-graphs-defaults.xslt ├── include-graphs-table.xslt ├── render-html.xslt └── render-tables.xslt ├── XML └── Database.Tables.xml ├── css └── database.css ├── doc-sql-database.code-workspace ├── generate-Adventureworks.cmd └── generate-core.cmd /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | 4 | # Custom for Visual Studio 5 | *.cs diff=csharp 6 | 7 | # Standard to msysgit 8 | *.doc diff=astextplain 9 | *.DOC diff=astextplain 10 | *.docx diff=astextplain 11 | *.DOCX diff=astextplain 12 | *.dot diff=astextplain 13 | *.DOT diff=astextplain 14 | *.pdf diff=astextplain 15 | *.PDF diff=astextplain 16 | *.rtf diff=astextplain 17 | *.RTF diff=astextplain 18 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | #Ignore working directory 2 | 3 | Working/ 4 | 5 | #Ignore local projects 6 | _*/ 7 | src/_*.cmd 8 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2015 Joseph Plant 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | 23 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # doc-sql-database 2 | 3 | Create an interactive HTML webpage after running a SQL Query to create a XML representation of the schema. 4 | 5 | ## Why was this built? 6 | 7 | I needed a way to understand SQL Server Schemas for databases that I didn't have direct access to either due to its size or the location. 8 | The SQL Script is relatively simple to run and it can be transported as a simple text file for me to then generate the schema report. 9 | 10 | 11 | ## Getting Started 12 | 13 | * Get a copy of the SQL script [generate-table-xml.sql](src/SQL/generate-table-xml.sql) 14 | * Open ```SQL Server Management Studio``` to run the SQL script in the Query Window. 15 | * Change the database 16 | * Run the script and copy / paste the output into a text file called ```database.xml``` 17 | * Using the Batch file in the [src](/src) run the script pointing to the ```database.xml``` and the output directory (see [generate-Adventureworks.cmd](src/generate-Adventureworks.cmd) for an example). 18 | 19 | ## Example Output 20 | 21 | ### AdventureWorks database 22 | 23 | * [XML format](https://joeplant.github.io/doc-sql-database/doc/AdventureWorks.Tables.xml) 24 | * [Example HTML report](https://joeplant.github.io/doc-sql-database/doc/AdventureWorks/index.html) 25 | * [Relationship diagram](https://joeplant.github.io/doc-sql-database/doc/AdventureWorks/Graphs/db_AdventureWorks2008R2.png) 26 | 27 | ![Relationship diagram](https://joeplant.github.io/doc-sql-database/doc/AdventureWorks/Graphs/db_AdventureWorks2008R2.png "Relationship Diagram") 28 | 29 | ### Prerequisites 30 | 31 | This project has been built on Windows and includes the ```nxslt.exe``` and ```libxml``` binaries for html document creation 32 | 33 | 34 | ## Running the tests 35 | 36 | Project has been created on SQL Server 2008 R2. 37 | Other SQL versions may have slightly different formats. 38 | 39 | ## Deployment 40 | 41 | The purpose of this project is to allow a simple SQL script to be run on a SQL server database to extract the schema into an XML document. 42 | The xml document is then converted to a HTML web page showing the table structure and relationships. 43 | 44 | ## Built With 45 | 46 | * [Bootstrap](https://getbootstrap.com/docs/3.3/) 47 | * [dotml](http://www.martin-loetzsch.de/DOTML/) 48 | 49 | ## Authors 50 | 51 | * **Joe Plant** - *Initial work* - [JoePlant](https://github.com/JoePlant) 52 | 53 | ## License 54 | 55 | This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details 56 | 57 | ## Acknowledgments 58 | 59 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-cayman 2 | google-analytics: UA-129188608-1 3 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/db_AdventureWorks2008R2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/db_AdventureWorks2008R2.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_AWBuildVersion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_AWBuildVersion.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_AWBuildVersion.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | Table: AWBuildVersion 13 | 14 | struct0 15 | 16 | Table: AWBuildVersion 17 | 18 | SystemInformationID 19 | 20 | Database Version 21 | 22 | VersionDate 23 | 24 | ModifiedDate 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_Address.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_Address.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_AddressType.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_AddressType.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_AddressType.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | Table: AddressType 13 | 14 | struct0 15 | 16 | Table: AddressType 17 | 18 | AddressTypeID + 19 | 20 | Name 21 | 22 | rowguid 23 | 24 | ModifiedDate 25 | 26 | 27 | struct1 28 | 29 | Table: BusinessEntityAddress 30 | 31 | + BusinessEntityID 32 | 33 | + AddressID 34 | 35 | + AddressTypeID 36 | 37 | rowguid 38 | 39 | ModifiedDate 40 | 41 | 42 | struct0:c133575514_1->struct1:c389576426_3 43 | 44 | 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_BillOfMaterials.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_BillOfMaterials.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_BusinessEntity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_BusinessEntity.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_BusinessEntityAddress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_BusinessEntityAddress.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_BusinessEntityContact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_BusinessEntityContact.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_ContactType.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_ContactType.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_ContactType.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | Table: ContactType 13 | 14 | struct0 15 | 16 | Table: BusinessEntityContact 17 | 18 | + BusinessEntityID 19 | 20 | + PersonID 21 | 22 | + ContactTypeID 23 | 24 | rowguid 25 | 26 | ModifiedDate 27 | 28 | 29 | struct1 30 | 31 | Table: ContactType 32 | 33 | ContactTypeID + 34 | 35 | Name 36 | 37 | ModifiedDate 38 | 39 | 40 | struct1:c485576768_1->struct0:c437576597_3 41 | 42 | 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_CountryRegion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_CountryRegion.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_CountryRegionCurrency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_CountryRegionCurrency.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_CountryRegionCurrency.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | Table: CountryRegionCurrency 13 | 14 | struct0 15 | 16 | Table: CountryRegion 17 | 18 | CountryRegionCode + 19 | 20 | Name 21 | 22 | ModifiedDate 23 | 24 | 25 | struct1 26 | 27 | Table: CountryRegionCurrency 28 | 29 | + CountryRegionCode 30 | 31 | + CurrencyCode 32 | 33 | ModifiedDate 34 | 35 | 36 | struct0:c549576996_1->struct1:c517576882_1 37 | 38 | 39 | 40 | 41 | struct2 42 | 43 | Table: Currency 44 | 45 | CurrencyCode + 46 | 47 | Name 48 | 49 | ModifiedDate 50 | 51 | 52 | struct2:c645577338_1->struct1:c517576882_2 53 | 54 | 55 | 56 | 57 | 58 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_CreditCard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_CreditCard.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_Culture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_Culture.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_Culture.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | Table: Culture 13 | 14 | struct0 15 | 16 | Table: Culture 17 | 18 | CultureID + 19 | 20 | Name 21 | 22 | ModifiedDate 23 | 24 | 25 | struct1 26 | 27 | Table: ProductModelProductDescriptionCulture 28 | 29 | + ProductModelID 30 | 31 | + ProductDescriptionID 32 | 33 | + CultureID 34 | 35 | ModifiedDate 36 | 37 | 38 | struct0:c613577224_1->struct1:c242099903_3 39 | 40 | 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_Currency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_Currency.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_Currency.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | Table: Currency 13 | 14 | struct0 15 | 16 | Table: CountryRegionCurrency 17 | 18 | + CountryRegionCode 19 | 20 | + CurrencyCode 21 | 22 | ModifiedDate 23 | 24 | 25 | struct1 26 | 27 | Table: Currency 28 | 29 | CurrencyCode + 30 | 31 | Name 32 | 33 | ModifiedDate 34 | 35 | 36 | struct1:c645577338_1->struct0:c517576882_2 37 | 38 | 39 | 40 | 41 | struct2 42 | 43 | Table: CurrencyRate 44 | 45 | CurrencyRateID + 46 | 47 | CurrencyRateDate 48 | 49 | + FromCurrencyCode 50 | 51 | + ToCurrencyCode 52 | 53 | AverageRate 54 | 55 | EndOfDayRate 56 | 57 | ModifiedDate 58 | 59 | 60 | struct1:c645577338_1->struct2:c677577452_3 61 | 62 | 63 | 64 | 65 | struct1:c645577338_1->struct2:c677577452_4 66 | 67 | 68 | 69 | 70 | 71 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_CurrencyRate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_CurrencyRate.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_Customer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_Customer.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_DatabaseLog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_DatabaseLog.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_DatabaseLog.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | Table: DatabaseLog 13 | 14 | struct0 15 | 16 | Table: DatabaseLog 17 | 18 | DatabaseLogID 19 | 20 | PostTime 21 | 22 | DatabaseUser 23 | 24 | Event 25 | 26 | Schema 27 | 28 | Object 29 | 30 | TSQL 31 | 32 | XmlEvent 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_Department.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_Department.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_Department.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | Table: Department 13 | 14 | struct0 15 | 16 | Table: Department 17 | 18 | DepartmentID + 19 | 20 | Name 21 | 22 | GroupName 23 | 24 | ModifiedDate 25 | 26 | 27 | struct1 28 | 29 | Table: EmployeeDepartmentHistory 30 | 31 | + BusinessEntityID 32 | 33 | + DepartmentID 34 | 35 | + ShiftID 36 | 37 | StartDate 38 | 39 | EndDate 40 | 41 | ModifiedDate 42 | 43 | 44 | struct0:c757577737_1->struct1:c1189579276_2 45 | 46 | 47 | 48 | 49 | 50 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_Document.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_Document.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_EmailAddress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_EmailAddress.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_EmailAddress.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | Table: EmailAddress 13 | 14 | struct0 15 | 16 | Table: EmailAddress 17 | 18 | + BusinessEntityID 19 | 20 | EmailAddressID 21 | 22 | EmailAddress 23 | 24 | rowguid 25 | 26 | ModifiedDate 27 | 28 | 29 | struct1 30 | 31 | Table: Person 32 | 33 | BusinessEntityID + 34 | 35 | PersonType 36 | 37 | NameStyle 38 | 39 | Title 40 | 41 | FirstName 42 | 43 | MiddleName 44 | 45 | LastName 46 | 47 | Suffix 48 | 49 | EmailPromotion 50 | 51 | AdditionalContactInfo 52 | 53 | Demographics 54 | 55 | rowguid 56 | 57 | ModifiedDate 58 | 59 | 60 | struct1:c1509580416_1->struct0:c933578364_1 61 | 62 | 63 | 64 | 65 | 66 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_Employee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_Employee.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_EmployeeDepartmentHistory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_EmployeeDepartmentHistory.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_EmployeePayHistory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_EmployeePayHistory.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_EmployeePayHistory.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | Table: EmployeePayHistory 13 | 14 | struct0 15 | 16 | Table: Employee 17 | 18 | BusinessEntityID + 19 | 20 | NationalIDNumber 21 | 22 | LoginID 23 | 24 | OrganizationNode 25 | 26 | OrganizationLevel 27 | 28 | JobTitle 29 | 30 | BirthDate 31 | 32 | MaritalStatus 33 | 34 | Gender 35 | 36 | HireDate 37 | 38 | SalariedFlag 39 | 40 | VacationHours 41 | 42 | SickLeaveHours 43 | 44 | CurrentFlag 45 | 46 | rowguid 47 | 48 | ModifiedDate 49 | 50 | 51 | struct1 52 | 53 | Table: EmployeePayHistory 54 | 55 | + BusinessEntityID 56 | 57 | RateChangeDate 58 | 59 | Rate 60 | 61 | PayFrequency 62 | 63 | ModifiedDate 64 | 65 | 66 | struct0:c981578535_1->struct1:c1237579447_1 67 | 68 | 69 | 70 | 71 | 72 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_ErrorLog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_ErrorLog.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_ErrorLog.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | Table: ErrorLog 13 | 14 | struct0 15 | 16 | Table: ErrorLog 17 | 18 | ErrorLogID 19 | 20 | ErrorTime 21 | 22 | UserName 23 | 24 | ErrorNumber 25 | 26 | ErrorSeverity 27 | 28 | ErrorState 29 | 30 | ErrorProcedure 31 | 32 | ErrorLine 33 | 34 | ErrorMessage 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_Illustration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_Illustration.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_Illustration.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | Table: Illustration 13 | 14 | struct0 15 | 16 | Table: Illustration 17 | 18 | IllustrationID + 19 | 20 | Diagram 21 | 22 | ModifiedDate 23 | 24 | 25 | struct1 26 | 27 | Table: ProductModelIllustration 28 | 29 | + ProductModelID 30 | 31 | + IllustrationID 32 | 33 | ModifiedDate 34 | 35 | 36 | struct0:c1301579675_1->struct1:c210099789_2 37 | 38 | 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_JobCandidate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_JobCandidate.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_JobCandidate.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | Table: JobCandidate 13 | 14 | struct0 15 | 16 | Table: Employee 17 | 18 | BusinessEntityID + 19 | 20 | NationalIDNumber 21 | 22 | LoginID 23 | 24 | OrganizationNode 25 | 26 | OrganizationLevel 27 | 28 | JobTitle 29 | 30 | BirthDate 31 | 32 | MaritalStatus 33 | 34 | Gender 35 | 36 | HireDate 37 | 38 | SalariedFlag 39 | 40 | VacationHours 41 | 42 | SickLeaveHours 43 | 44 | CurrentFlag 45 | 46 | rowguid 47 | 48 | ModifiedDate 49 | 50 | 51 | struct1 52 | 53 | Table: JobCandidate 54 | 55 | JobCandidateID 56 | 57 | + BusinessEntityID 58 | 59 | Resume 60 | 61 | ModifiedDate 62 | 63 | 64 | struct0:c981578535_1->struct1:c1333579789_2 65 | 66 | 67 | 68 | 69 | 70 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_Location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_Location.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_Password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_Password.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_Password.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | Table: Password 13 | 14 | struct0 15 | 16 | Table: Password 17 | 18 | + BusinessEntityID 19 | 20 | PasswordHash 21 | 22 | PasswordSalt 23 | 24 | rowguid 25 | 26 | ModifiedDate 27 | 28 | 29 | struct1 30 | 31 | Table: Person 32 | 33 | BusinessEntityID + 34 | 35 | PersonType 36 | 37 | NameStyle 38 | 39 | Title 40 | 41 | FirstName 42 | 43 | MiddleName 44 | 45 | LastName 46 | 47 | Suffix 48 | 49 | EmailPromotion 50 | 51 | AdditionalContactInfo 52 | 53 | Demographics 54 | 55 | rowguid 56 | 57 | ModifiedDate 58 | 59 | 60 | struct1:c1509580416_1->struct0:c1461580245_1 61 | 62 | 63 | 64 | 65 | 66 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_Person.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_Person.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_PersonCreditCard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_PersonCreditCard.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_PersonCreditCard.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | Table: PersonCreditCard 13 | 14 | struct0 15 | 16 | Table: CreditCard 17 | 18 | CreditCardID + 19 | 20 | CardType 21 | 22 | CardNumber 23 | 24 | ExpMonth 25 | 26 | ExpYear 27 | 28 | ModifiedDate 29 | 30 | 31 | struct2 32 | 33 | Table: PersonCreditCard 34 | 35 | + BusinessEntityID 36 | 37 | + CreditCardID 38 | 39 | ModifiedDate 40 | 41 | 42 | struct0:c581577110_1->struct2:c1621580815_2 43 | 44 | 45 | 46 | 47 | struct1 48 | 49 | Table: Person 50 | 51 | BusinessEntityID + 52 | 53 | PersonType 54 | 55 | NameStyle 56 | 57 | Title 58 | 59 | FirstName 60 | 61 | MiddleName 62 | 63 | LastName 64 | 65 | Suffix 66 | 67 | EmailPromotion 68 | 69 | AdditionalContactInfo 70 | 71 | Demographics 72 | 73 | rowguid 74 | 75 | ModifiedDate 76 | 77 | 78 | struct1:c1509580416_1->struct2:c1621580815_1 79 | 80 | 81 | 82 | 83 | 84 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_PersonPhone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_PersonPhone.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_PersonPhone.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | Table: PersonPhone 13 | 14 | struct0 15 | 16 | Table: Person 17 | 18 | BusinessEntityID + 19 | 20 | PersonType 21 | 22 | NameStyle 23 | 24 | Title 25 | 26 | FirstName 27 | 28 | MiddleName 29 | 30 | LastName 31 | 32 | Suffix 33 | 34 | EmailPromotion 35 | 36 | AdditionalContactInfo 37 | 38 | Demographics 39 | 40 | rowguid 41 | 42 | ModifiedDate 43 | 44 | 45 | struct1 46 | 47 | Table: PersonPhone 48 | 49 | + BusinessEntityID 50 | 51 | PhoneNumber 52 | 53 | + PhoneNumberTypeID 54 | 55 | ModifiedDate 56 | 57 | 58 | struct0:c1509580416_1->struct1:c1653580929_1 59 | 60 | 61 | 62 | 63 | struct2 64 | 65 | Table: PhoneNumberType 66 | 67 | PhoneNumberTypeID + 68 | 69 | Name 70 | 71 | ModifiedDate 72 | 73 | 74 | struct2:c1685581043_1->struct1:c1653580929_3 75 | 76 | 77 | 78 | 79 | 80 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_PhoneNumberType.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_PhoneNumberType.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_PhoneNumberType.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | Table: PhoneNumberType 13 | 14 | struct0 15 | 16 | Table: PersonPhone 17 | 18 | + BusinessEntityID 19 | 20 | PhoneNumber 21 | 22 | + PhoneNumberTypeID 23 | 24 | ModifiedDate 25 | 26 | 27 | struct1 28 | 29 | Table: PhoneNumberType 30 | 31 | PhoneNumberTypeID + 32 | 33 | Name 34 | 35 | ModifiedDate 36 | 37 | 38 | struct1:c1685581043_1->struct0:c1653580929_3 39 | 40 | 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_Product.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_Product.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_ProductCategory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_ProductCategory.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_ProductCategory.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | Table: ProductCategory 13 | 14 | struct0 15 | 16 | Table: ProductCategory 17 | 18 | ProductCategoryID + 19 | 20 | Name 21 | 22 | rowguid 23 | 24 | ModifiedDate 25 | 26 | 27 | struct1 28 | 29 | Table: ProductSubcategory 30 | 31 | ProductSubcategoryID + 32 | 33 | + ProductCategoryID 34 | 35 | Name 36 | 37 | rowguid 38 | 39 | ModifiedDate 40 | 41 | 42 | struct0:c1957582012_1->struct1:c418100530_2 43 | 44 | 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_ProductCostHistory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_ProductCostHistory.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_ProductDescription.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_ProductDescription.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_ProductDescription.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | Table: ProductDescription 13 | 14 | struct0 15 | 16 | Table: ProductDescription 17 | 18 | ProductDescriptionID + 19 | 20 | Description 21 | 22 | rowguid 23 | 24 | ModifiedDate 25 | 26 | 27 | struct1 28 | 29 | Table: ProductModelProductDescriptionCulture 30 | 31 | + ProductModelID 32 | 33 | + ProductDescriptionID 34 | 35 | + CultureID 36 | 37 | ModifiedDate 38 | 39 | 40 | struct0:c2069582411_1->struct1:c242099903_2 41 | 42 | 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_ProductDocument.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_ProductDocument.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_ProductInventory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_ProductInventory.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_ProductListPriceHistory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_ProductListPriceHistory.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_ProductModel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_ProductModel.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_ProductModelIllustration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_ProductModelIllustration.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_ProductModelIllustration.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | Table: ProductModelIllustration 13 | 14 | struct0 15 | 16 | Table: Illustration 17 | 18 | IllustrationID + 19 | 20 | Diagram 21 | 22 | ModifiedDate 23 | 24 | 25 | struct2 26 | 27 | Table: ProductModelIllustration 28 | 29 | + ProductModelID 30 | 31 | + IllustrationID 32 | 33 | ModifiedDate 34 | 35 | 36 | struct0:c1301579675_1->struct2:c210099789_2 37 | 38 | 39 | 40 | 41 | struct1 42 | 43 | Table: ProductModel 44 | 45 | ProductModelID + 46 | 47 | Name 48 | 49 | CatalogDescription 50 | 51 | Instructions 52 | 53 | rowguid 54 | 55 | ModifiedDate 56 | 57 | 58 | struct1:c162099618_1->struct2:c210099789_1 59 | 60 | 61 | 62 | 63 | 64 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_ProductModelProductDescriptionCulture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_ProductModelProductDescriptionCulture.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_ProductModelProductDescriptionCulture.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | Table: ProductModelProductDescriptionCulture 13 | 14 | struct0 15 | 16 | Table: Culture 17 | 18 | CultureID + 19 | 20 | Name 21 | 22 | ModifiedDate 23 | 24 | 25 | struct3 26 | 27 | Table: ProductModelProductDescriptionCulture 28 | 29 | + ProductModelID 30 | 31 | + ProductDescriptionID 32 | 33 | + CultureID 34 | 35 | ModifiedDate 36 | 37 | 38 | struct0:c613577224_1->struct3:c242099903_3 39 | 40 | 41 | 42 | 43 | struct1 44 | 45 | Table: ProductDescription 46 | 47 | ProductDescriptionID + 48 | 49 | Description 50 | 51 | rowguid 52 | 53 | ModifiedDate 54 | 55 | 56 | struct1:c2069582411_1->struct3:c242099903_2 57 | 58 | 59 | 60 | 61 | struct2 62 | 63 | Table: ProductModel 64 | 65 | ProductModelID + 66 | 67 | Name 68 | 69 | CatalogDescription 70 | 71 | Instructions 72 | 73 | rowguid 74 | 75 | ModifiedDate 76 | 77 | 78 | struct2:c162099618_1->struct3:c242099903_1 79 | 80 | 81 | 82 | 83 | 84 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_ProductPhoto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_ProductPhoto.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_ProductPhoto.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | Table: ProductPhoto 13 | 14 | struct0 15 | 16 | Table: ProductPhoto 17 | 18 | ProductPhotoID + 19 | 20 | ThumbNailPhoto 21 | 22 | ThumbnailPhotoFileName 23 | 24 | LargePhoto 25 | 26 | LargePhotoFileName 27 | 28 | ModifiedDate 29 | 30 | 31 | struct1 32 | 33 | Table: ProductProductPhoto 34 | 35 | + ProductID 36 | 37 | + ProductPhotoID 38 | 39 | Primary 40 | 41 | ModifiedDate 42 | 43 | 44 | struct0:c274100017_1->struct1:c306100131_2 45 | 46 | 47 | 48 | 49 | 50 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_ProductProductPhoto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_ProductProductPhoto.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_ProductReview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_ProductReview.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_ProductSubcategory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_ProductSubcategory.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_ProductVendor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_ProductVendor.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_PurchaseOrderDetail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_PurchaseOrderDetail.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_PurchaseOrderHeader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_PurchaseOrderHeader.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_SalesOrderDetail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_SalesOrderDetail.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_SalesOrderHeader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_SalesOrderHeader.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_SalesOrderHeaderSalesReason.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_SalesOrderHeaderSalesReason.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_SalesPerson.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_SalesPerson.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_SalesPersonQuotaHistory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_SalesPersonQuotaHistory.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_SalesPersonQuotaHistory.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | Table: SalesPersonQuotaHistory 13 | 14 | struct0 15 | 16 | Table: SalesPerson 17 | 18 | BusinessEntityID + 19 | 20 | + TerritoryID 21 | 22 | SalesQuota 23 | 24 | Bonus 25 | 26 | CommissionPct 27 | 28 | SalesYTD 29 | 30 | SalesLastYear 31 | 32 | rowguid 33 | 34 | ModifiedDate 35 | 36 | 37 | struct1 38 | 39 | Table: SalesPersonQuotaHistory 40 | 41 | + BusinessEntityID 42 | 43 | QuotaDate 44 | 45 | SalesQuota 46 | 47 | rowguid 48 | 49 | ModifiedDate 50 | 51 | 52 | struct0:c1298103665_1->struct1:c1490104349_1 53 | 54 | 55 | 56 | 57 | 58 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_SalesReason.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_SalesReason.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_SalesReason.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | Table: SalesReason 13 | 14 | struct0 15 | 16 | Table: SalesOrderHeaderSalesReason 17 | 18 | + SalesOrderID 19 | 20 | + SalesReasonID 21 | 22 | ModifiedDate 23 | 24 | 25 | struct1 26 | 27 | Table: SalesReason 28 | 29 | SalesReasonID + 30 | 31 | Name 32 | 33 | ReasonType 34 | 35 | ModifiedDate 36 | 37 | 38 | struct1:c1554104577_1->struct0:c1266103551_2 39 | 40 | 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_SalesTaxRate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_SalesTaxRate.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_SalesTaxRate.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | Table: SalesTaxRate 13 | 14 | struct0 15 | 16 | Table: SalesTaxRate 17 | 18 | SalesTaxRateID 19 | 20 | + StateProvinceID 21 | 22 | TaxType 23 | 24 | TaxRate 25 | 26 | Name 27 | 28 | rowguid 29 | 30 | ModifiedDate 31 | 32 | 33 | struct1 34 | 35 | Table: StateProvince 36 | 37 | StateProvinceID + 38 | 39 | StateProvinceCode 40 | 41 | + CountryRegionCode 42 | 43 | IsOnlyStateProvinceFlag 44 | 45 | Name 46 | 47 | + TerritoryID 48 | 49 | rowguid 50 | 51 | ModifiedDate 52 | 53 | 54 | struct1:c206623779_1->struct0:c1586104691_2 55 | 56 | 57 | 58 | 59 | 60 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_SalesTerritory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_SalesTerritory.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_SalesTerritoryHistory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_SalesTerritoryHistory.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_ScrapReason.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_ScrapReason.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_ScrapReason.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | Table: ScrapReason 13 | 14 | struct0 15 | 16 | Table: ScrapReason 17 | 18 | ScrapReasonID + 19 | 20 | Name 21 | 22 | ModifiedDate 23 | 24 | 25 | struct1 26 | 27 | Table: WorkOrder 28 | 29 | WorkOrderID + 30 | 31 | + ProductID 32 | 33 | OrderQty 34 | 35 | StockedQty 36 | 37 | ScrappedQty 38 | 39 | StartDate 40 | 41 | EndDate 42 | 43 | DueDate 44 | 45 | + ScrapReasonID 46 | 47 | ModifiedDate 48 | 49 | 50 | struct0:c1906105831_1->struct1:c590625147_9 51 | 52 | 53 | 54 | 55 | 56 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_Shift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_Shift.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_Shift.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | Table: Shift 13 | 14 | struct0 15 | 16 | Table: EmployeeDepartmentHistory 17 | 18 | + BusinessEntityID 19 | 20 | + DepartmentID 21 | 22 | + ShiftID 23 | 24 | StartDate 25 | 26 | EndDate 27 | 28 | ModifiedDate 29 | 30 | 31 | struct1 32 | 33 | Table: Shift 34 | 35 | ShiftID + 36 | 37 | Name 38 | 39 | StartTime 40 | 41 | EndTime 42 | 43 | ModifiedDate 44 | 45 | 46 | struct1:c1938105945_1->struct0:c1189579276_3 47 | 48 | 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_ShipMethod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_ShipMethod.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_ShoppingCartItem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_ShoppingCartItem.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_SpecialOffer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_SpecialOffer.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_SpecialOffer.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | Table: SpecialOffer 13 | 14 | struct0 15 | 16 | Table: SpecialOffer 17 | 18 | SpecialOfferID + 19 | 20 | Description 21 | 22 | DiscountPct 23 | 24 | Type 25 | 26 | Category 27 | 28 | StartDate 29 | 30 | EndDate 31 | 32 | MinQty 33 | 34 | MaxQty 35 | 36 | rowguid 37 | 38 | ModifiedDate 39 | 40 | 41 | struct1 42 | 43 | Table: SpecialOfferProduct 44 | 45 | SpecialOfferID + 46 | 47 | ProductID + 48 | 49 | rowguid 50 | 51 | ModifiedDate 52 | 53 | 54 | struct0:c14623095_1->struct1:c158623608_1 55 | 56 | 57 | 58 | 59 | 60 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_SpecialOfferProduct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_SpecialOfferProduct.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_StateProvince.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_StateProvince.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_Store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_Store.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_TransactionHistory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_TransactionHistory.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_TransactionHistoryArchive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_TransactionHistoryArchive.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_TransactionHistoryArchive.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | Table: TransactionHistoryArchive 13 | 14 | struct0 15 | 16 | Table: TransactionHistoryArchive 17 | 18 | TransactionID 19 | 20 | ProductID 21 | 22 | ReferenceOrderID 23 | 24 | ReferenceOrderLineID 25 | 26 | TransactionDate 27 | 28 | TransactionType 29 | 30 | Quantity 31 | 32 | ActualCost 33 | 34 | ModifiedDate 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_UnitMeasure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_UnitMeasure.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_Vendor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_Vendor.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_WorkOrder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_WorkOrder.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/tbl_WorkOrderRouting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/tbl_WorkOrderRouting.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/vw_vAdditionalContactInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/vw_vAdditionalContactInfo.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/vw_vAdditionalContactInfo.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | View: vAdditionalContactInfo 13 | 14 | struct0 15 | 16 | Table: Person 17 | 18 | BusinessEntityID + 19 | 20 | PersonType 21 | 22 | NameStyle 23 | 24 | Title 25 | 26 | FirstName 27 | 28 | MiddleName 29 | 30 | LastName 31 | 32 | Suffix 33 | 34 | EmailPromotion 35 | 36 | AdditionalContactInfo 37 | 38 | Demographics 39 | 40 | rowguid 41 | 42 | ModifiedDate 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/vw_vEmployee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/vw_vEmployee.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/vw_vEmployeeDepartment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/vw_vEmployeeDepartment.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/vw_vEmployeeDepartmentHistory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/vw_vEmployeeDepartmentHistory.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/vw_vIndividualCustomer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/vw_vIndividualCustomer.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/vw_vJobCandidate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/vw_vJobCandidate.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/vw_vJobCandidate.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | View: vJobCandidate 13 | 14 | struct0 15 | 16 | Table: JobCandidate 17 | 18 | JobCandidateID 19 | 20 | + BusinessEntityID 21 | 22 | Resume 23 | 24 | ModifiedDate 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/vw_vJobCandidateEducation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/vw_vJobCandidateEducation.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/vw_vJobCandidateEducation.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | View: vJobCandidateEducation 13 | 14 | struct0 15 | 16 | Table: JobCandidate 17 | 18 | JobCandidateID 19 | 20 | + BusinessEntityID 21 | 22 | Resume 23 | 24 | ModifiedDate 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/vw_vJobCandidateEmployment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/vw_vJobCandidateEmployment.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/vw_vJobCandidateEmployment.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | View: vJobCandidateEmployment 13 | 14 | struct0 15 | 16 | Table: JobCandidate 17 | 18 | JobCandidateID 19 | 20 | + BusinessEntityID 21 | 22 | Resume 23 | 24 | ModifiedDate 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/vw_vPersonDemographics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/vw_vPersonDemographics.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/vw_vPersonDemographics.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | View: vPersonDemographics 13 | 14 | struct0 15 | 16 | Table: Person 17 | 18 | BusinessEntityID + 19 | 20 | PersonType 21 | 22 | NameStyle 23 | 24 | Title 25 | 26 | FirstName 27 | 28 | MiddleName 29 | 30 | LastName 31 | 32 | Suffix 33 | 34 | EmailPromotion 35 | 36 | AdditionalContactInfo 37 | 38 | Demographics 39 | 40 | rowguid 41 | 42 | ModifiedDate 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/vw_vProductAndDescription.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/vw_vProductAndDescription.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/vw_vProductModelCatalogDescription.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/vw_vProductModelCatalogDescription.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/vw_vProductModelCatalogDescription.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | View: vProductModelCatalogDescription 13 | 14 | struct0 15 | 16 | Table: ProductModel 17 | 18 | ProductModelID + 19 | 20 | Name 21 | 22 | CatalogDescription 23 | 24 | Instructions 25 | 26 | rowguid 27 | 28 | ModifiedDate 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/vw_vProductModelInstructions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/vw_vProductModelInstructions.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/vw_vProductModelInstructions.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | View: vProductModelInstructions 13 | 14 | struct0 15 | 16 | Table: ProductModel 17 | 18 | ProductModelID + 19 | 20 | Name 21 | 22 | CatalogDescription 23 | 24 | Instructions 25 | 26 | rowguid 27 | 28 | ModifiedDate 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/vw_vSalesPerson.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/vw_vSalesPerson.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/vw_vSalesPersonSalesByFiscalYears.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/vw_vSalesPersonSalesByFiscalYears.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/vw_vStateProvinceCountryRegion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/vw_vStateProvinceCountryRegion.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/vw_vStateProvinceCountryRegion.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | View: vStateProvinceCountryRegion 13 | 14 | struct0 15 | 16 | Table: CountryRegion 17 | 18 | CountryRegionCode + 19 | 20 | Name 21 | 22 | ModifiedDate 23 | 24 | 25 | struct1 26 | 27 | Table: StateProvince 28 | 29 | StateProvinceID + 30 | 31 | StateProvinceCode 32 | 33 | + CountryRegionCode 34 | 35 | IsOnlyStateProvinceFlag 36 | 37 | Name 38 | 39 | + TerritoryID 40 | 41 | rowguid 42 | 43 | ModifiedDate 44 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/vw_vStoreWithAddresses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/vw_vStoreWithAddresses.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/vw_vStoreWithContacts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/vw_vStoreWithContacts.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/vw_vStoreWithDemographics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/vw_vStoreWithDemographics.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/vw_vStoreWithDemographics.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | g 11 | 12 | View: vStoreWithDemographics 13 | 14 | struct0 15 | 16 | Table: Store 17 | 18 | BusinessEntityID + 19 | 20 | Name 21 | 22 | + SalesPersonID 23 | 24 | Demographics 25 | 26 | rowguid 27 | 28 | ModifiedDate 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/vw_vVendorWithAddresses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/vw_vVendorWithAddresses.png -------------------------------------------------------------------------------- /doc/AdventureWorks/Graphs/vw_vVendorWithContacts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/Graphs/vw_vVendorWithContacts.png -------------------------------------------------------------------------------- /doc/AdventureWorks/css/database.css: -------------------------------------------------------------------------------- 1 | body { 2 | 3 | padding-bottom: 50px; 4 | } 5 | 6 | .nav .active { 7 | font-weight: bold; 8 | background: #72bcd4; 9 | } 10 | 11 | .nav .nav { 12 | display: none; 13 | } 14 | 15 | .nav .active .nav { 16 | display: block; 17 | } 18 | 19 | .nav .nav a { 20 | font-weight: normal; 21 | font-size: .85em; 22 | } 23 | 24 | .nav .nav span { 25 | margin: 0 5px 0 2px; 26 | } 27 | 28 | .nav .active a, 29 | .nav .active:hover a, 30 | .nav .active:focus a { 31 | font-weight: bold; 32 | padding-left: 30px; 33 | border-left: 5px solid black; 34 | } 35 | 36 | .nav .nav .active a, 37 | .nav .nav .active:hover a, 38 | .nav .nav .active:focus a { 39 | font-weight: bold; 40 | padding-left: 30px; 41 | border-left: 5px solid black; 42 | } 43 | 44 | .nav .nav .active span, 45 | .nav .nav .active:hover span, 46 | .nav .nav .active:focus span { 47 | display: none; 48 | } 49 | -------------------------------------------------------------------------------- /doc/AdventureWorks/lib/bootstrap/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/lib/bootstrap/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /doc/AdventureWorks/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /doc/AdventureWorks/lib/bootstrap/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/lib/bootstrap/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /doc/AdventureWorks/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/doc/AdventureWorks/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /doc/AdventureWorks/lib/bootstrap/js/npm.js: -------------------------------------------------------------------------------- 1 | // This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment. 2 | require('../../js/transition.js') 3 | require('../../js/alert.js') 4 | require('../../js/button.js') 5 | require('../../js/carousel.js') 6 | require('../../js/collapse.js') 7 | require('../../js/dropdown.js') 8 | require('../../js/modal.js') 9 | require('../../js/tooltip.js') 10 | require('../../js/popover.js') 11 | require('../../js/scrollspy.js') 12 | require('../../js/tab.js') 13 | require('../../js/affix.js') -------------------------------------------------------------------------------- /lib/bootstrap 3.3.5/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/lib/bootstrap 3.3.5/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /lib/bootstrap 3.3.5/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/lib/bootstrap 3.3.5/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /lib/bootstrap 3.3.5/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/lib/bootstrap 3.3.5/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /lib/bootstrap 3.3.5/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/lib/bootstrap 3.3.5/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /lib/bootstrap 3.3.5/js/npm.js: -------------------------------------------------------------------------------- 1 | // This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment. 2 | require('../../js/transition.js') 3 | require('../../js/alert.js') 4 | require('../../js/button.js') 5 | require('../../js/carousel.js') 6 | require('../../js/collapse.js') 7 | require('../../js/dropdown.js') 8 | require('../../js/modal.js') 9 | require('../../js/tooltip.js') 10 | require('../../js/popover.js') 11 | require('../../js/scrollspy.js') 12 | require('../../js/tab.js') 13 | require('../../js/affix.js') -------------------------------------------------------------------------------- /lib/dotml-1.4/dotml2dot.xsl: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 9 | bgcolor fontcolor fontname fontsize label margin nodesep rankdir ranksep ratio size 10 | bgcolor color fillcolor fontcolor fontname fontsize label labeljust labelloc style 11 | color fillcolor fixedsize fontcolor fontname fontsize height shape style URL width 12 | color fillcolor fontcolor fontname fontsize height style URL width 13 | arrowhead arrowsize arrowtail constraint color decorate dir fontcolor fontname fontsize headlabel headport label labeldistance labelfloat labelfontcolor labelfontname labelfontsize minlen samehead sametail style taillabel tailport URL 14 | 15 | 16 | 17 | 18 | 19 | digraph g {compound="true"; 20 | 21 | 22 | 23 | } 24 | 25 | 26 | subgraph sub_graph_{rank="";} 27 | subgraph cluster_{ 28 | 29 | 30 | 31 | } 32 | node[label=" 33 | 34 | 35 | 36 | 37 | 38 | 39 | ", 40 | 41 | 42 | ] {}; 43 | edge[ 44 | 45 | 46 | lhead="cluster_ 47 | ",ltail="cluster_ 48 | "] struct: 49 | -> struct: 50 | ; 51 | node[shape="record",label="", 52 | 53 | 54 | ]{struct}; 55 | {} | 56 | 57 | <> 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | | 66 | 67 | 68 | 69 | 70 | 71 | 72 | ="" 73 | 74 | 75 | ="" 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | -------------------------------------------------------------------------------- /lib/dotml-1.4/licence.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2002-2008 Martin Loetzsch. All rights reserved. 2 | 3 | Redistribution and use in source and binary forms, with or without 4 | modification, are permitted provided that the following conditions 5 | are met: 6 | 7 | 1. Redistributions of source code must retain the above copyright 8 | notice, this list of conditions and the following disclaimer. 9 | 10 | 2. Redistributions in binary form must reproduce the above 11 | copyright notice, this list of conditions and the following 12 | disclaimer in the documentation and/or other materials provided 13 | with the distribution. 14 | 15 | 3. The end-user documentation included with the redistribution, if 16 | any, must include the following acknowledgment: 17 | "This product includes DOTML developed by Martin Loetzsch 18 | (http://www.martin-loetzsch.de/DOTML)." 19 | Alternately, this acknowledgment may appear in the software 20 | itself, if and wherever such third-party acknowledgments 21 | normally appear. 22 | 23 | THIS SOFTWARE IS PROVIDED BY MARTIN LOETZSCH ``AS IS'' AND ANY 24 | EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 25 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 26 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MARTIN LOETZSCH BE LIABLE 27 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 28 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT 29 | OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 30 | BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 31 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 32 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34 | -------------------------------------------------------------------------------- /lib/libxml/bin/iconv.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/lib/libxml/bin/iconv.dll -------------------------------------------------------------------------------- /lib/libxml/bin/iconv.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/lib/libxml/bin/iconv.exe -------------------------------------------------------------------------------- /lib/libxml/bin/libexslt.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/lib/libxml/bin/libexslt.dll -------------------------------------------------------------------------------- /lib/libxml/bin/libxml2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/lib/libxml/bin/libxml2.dll -------------------------------------------------------------------------------- /lib/libxml/bin/libxslt.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/lib/libxml/bin/libxslt.dll -------------------------------------------------------------------------------- /lib/libxml/bin/minigzip.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/lib/libxml/bin/minigzip.exe -------------------------------------------------------------------------------- /lib/libxml/bin/xmlcatalog.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/lib/libxml/bin/xmlcatalog.exe -------------------------------------------------------------------------------- /lib/libxml/bin/xmllint.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/lib/libxml/bin/xmllint.exe -------------------------------------------------------------------------------- /lib/libxml/bin/xsltproc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/lib/libxml/bin/xsltproc.exe -------------------------------------------------------------------------------- /lib/libxml/bin/zlib1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/lib/libxml/bin/zlib1.dll -------------------------------------------------------------------------------- /lib/nxslt/license.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2005, Oleg Tkachenko 2 | All rights reserved. 3 | 4 | Redistribution and use in source and binary forms, with or without 5 | modification, are permitted provided that the following conditions 6 | are met: 7 | 8 | * Redistributions of source code must retain the above copyright 9 | notice, this list of conditions and the following disclaimer. 10 | * Redistributions in binary form must reproduce the above copyright 11 | notice, this list of conditions and the following disclaimer in 12 | the documentation and/or other materials provided with the 13 | distribution. 14 | * Neither the name of the Oleg Tkachenko nor the names of its 15 | contributors may be used to endorse or promote products derived 16 | from this software without specific prior written permission. 17 | 18 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 20 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 21 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 22 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 23 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 24 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 25 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 26 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 27 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 28 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 29 | POSSIBILITY OF SUCH DAMAGE. 30 | -------------------------------------------------------------------------------- /lib/nxslt/nxslt.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/lib/nxslt/nxslt.exe -------------------------------------------------------------------------------- /lib/nxslt/nxslt3.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/lib/nxslt/nxslt3.exe -------------------------------------------------------------------------------- /lib/nxslt/nxslt3.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoePlant/doc-sql-database/bd8bea6ad26223e66a13faf07d1ed80dd7e0c511/lib/nxslt/nxslt3.pdb -------------------------------------------------------------------------------- /src/StyleSheets/.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "cSpell.words": [ 3 | "Tpng", 4 | "Tsvg", 5 | "Verdana", 6 | "arial", 7 | "bgcolor", 8 | "colspan", 9 | "compat", 10 | "dquote", 11 | "fillcolor", 12 | "fontcolor", 13 | "fontname", 14 | "fontsize", 15 | "foreignkey", 16 | "glyphicon", 17 | "graphviz", 18 | "labelloc", 19 | "nchar", 20 | "nvarchar", 21 | "nxslt", 22 | "rankdir", 23 | "tahoma", 24 | "varchar" 25 | ] 26 | } -------------------------------------------------------------------------------- /src/StyleSheets/excel-schema.xslt: -------------------------------------------------------------------------------- 1 |  2 | 9 | 14 | 15 | en 16 | 17 | 18 | 19 | ' 20 | 21 | 22 | 23 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | Name 36 | Schema 37 | Table 38 | Columns 39 | Rows 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 |
71 | 72 |
73 | 74 | 75 | 76 | 77 | Table 78 | Column 79 | DataType 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 |
110 | 111 |
112 | 113 |
114 |
115 | 116 | na 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 |
138 | -------------------------------------------------------------------------------- /src/StyleSheets/generate-graphs-dotml.xslt: -------------------------------------------------------------------------------- 1 |  2 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | is a match 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /src/StyleSheets/include-graphs-colours.xslt: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | #555555 7 | #f0ad4e 8 | #1b809e 9 | 10 | #f7f7f9 11 | #fcf8e3 12 | #d9edf7 13 | 14 | 15 | #EEEEEE 16 | #AAAAAA 17 | #FFFFFF 18 | 19 | #337ab7 20 | #EEEEEE 21 | #FFFFFF 22 | #333333 23 | 24 | #FF0000 25 | 26 | Verdana 27 | 10.0 28 | 9.0 29 | 8.0 30 | 31 | -------------------------------------------------------------------------------- /src/StyleSheets/include-graphs-common.xslt: -------------------------------------------------------------------------------- 1 |  2 | 8 | 9 | 10 | 11 | ..\..\..\lib\nxslt\nxslt.exe 12 | 13 | D:\GitHub\JoePlant\graphviz-2.38\bin\ 14 | -Tpng 15 | -Tsvg 16 | ..\..\..\lib\dotml-1.4\dotml2dot.xsl 17 | .\ 18 | .\ 19 | 20 | 21 | ' 22 | " 23 | 24 | 25 | 26 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | .exe 39 | 40 | 41 | 42 | 43 | 44 | .exe 45 | 46 | 47 | 48 | 49 | @echo Drawing - - 50 | 51 | REM Convert "" to "" 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | -------------------------------------------------------------------------------- /src/StyleSheets/include-graphs-defaults.xslt: -------------------------------------------------------------------------------- 1 |  2 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | dot 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | -------------------------------------------------------------------------------- /src/StyleSheets/render-html.xslt: -------------------------------------------------------------------------------- 1 |  2 | 5 | 6 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | <xsl:value-of select='$db-name'/> 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 37 | 38 | 39 | 40 | 41 |
42 |
43 |
44 | 50 | 51 |
52 |
53 |
    54 |
  • Home
  • 55 |
  • 56 | Tables 57 |
  • 58 |
  • 59 | Views 60 |
  • 61 |
  • 62 | Relationships 63 | 64 | 65 | 66 | 67 |
  • 68 |

    Built using doc-sql-database

    69 |
70 |
71 |
72 |
73 | 74 | 75 |
76 |
77 |
    78 |
  • 79 | Summary 80 |
  • 81 |
  • 82 | Relationships 83 |
  • 84 |
  • 85 | Tables 86 |
  • 87 |
  • 88 | Views 89 |
  • 90 |
  • 91 | Stored Procedures 92 |
  • 93 |
  • 94 | Functions 95 |
  • 96 |
97 |
98 |
99 | 100 | 101 | 102 |

Summary

103 | 104 |
105 |

Tables

106 | 107 | 108 |
109 |

Views

110 | 111 | 112 |
113 | 114 |
115 |
116 |
117 |
118 |
119 | 120 |
121 |
122 |
    123 |
  • 124 | Tables 125 |
  • 126 |
  • 127 | Views 128 |
  • 129 |
  • 130 | Relationships 131 | 132 | 133 | 134 | 135 |
  • 136 |

    Built using doc-sql-database

    137 |
138 |
139 |
140 |
141 | 142 | 143 |