Download Document MSSql Schema As XML

Description

Extracts the schema of a Microsoft Sql Server database into XML files. There will be one XML file per table, view, procedure, etc.

Source Files

The download file mssqlschemadoc.zip has the following entries.


trunk/Core/Core.CodeCommentReport.xml//from  w  w  w. j  a  v a2 s. co m
trunk/Core/Core.SNKeyFile.snk
trunk/Core/Core.csproj
trunk/Core/DataStructures/Column.cs
trunk/Core/DataStructures/ColumnDocumentation.cs
trunk/Core/DataStructures/ColumnKeyConstraint.cs
trunk/Core/DataStructures/ComputedColumn.cs
trunk/Core/DataStructures/DataStructureObjectBase.cs
trunk/Core/DataStructures/DataStructureObjectType.cs
trunk/Core/DataStructures/DataType.cs
trunk/Core/DataStructures/DdlTrigger.cs
trunk/Core/DataStructures/DdlTriggerDocumentation.cs
trunk/Core/DataStructures/DmlTrigger.cs
trunk/Core/DataStructures/DmlTriggerDocumentation.cs
trunk/Core/DataStructures/DocumentationObjectBase.cs
trunk/Core/DataStructures/ForeignKey.cs
trunk/Core/DataStructures/ForeignKeyColumnPair.cs
trunk/Core/DataStructures/ForeignKeyDocumentation.cs
trunk/Core/DataStructures/ForeignKeyReference.cs
trunk/Core/DataStructures/FullTextCatalog.cs
trunk/Core/DataStructures/FullTextCatalogDocumentation.cs
trunk/Core/DataStructures/IDataStructureObject.cs
trunk/Core/DataStructures/IDocumentationObject.cs
trunk/Core/DataStructures/IIndexableDataObject.cs
trunk/Core/DataStructures/IdentityColumn.cs
trunk/Core/DataStructures/Index.cs
trunk/Core/DataStructures/IndexColumn.cs
trunk/Core/DataStructures/IndexDocumentation.cs
trunk/Core/DataStructures/IndexMember.cs
trunk/Core/DataStructures/ParameterDocumentation.cs
trunk/Core/DataStructures/ProcedureParameter.cs
trunk/Core/DataStructures/StoredProcedure.cs
trunk/Core/DataStructures/StoredProcedureDocumentation.cs
trunk/Core/DataStructures/Synonym.cs
trunk/Core/DataStructures/SynonymDocumentation.cs
trunk/Core/DataStructures/Table.cs
trunk/Core/DataStructures/TableDocumentation.cs
trunk/Core/DataStructures/TableTrigger.cs
trunk/Core/DataStructures/TableTriggerDocumentation.cs
trunk/Core/DataStructures/TriggerBase.cs
trunk/Core/DataStructures/TriggerEvent.cs
trunk/Core/DataStructures/UserDefinedFunction.cs
trunk/Core/DataStructures/UserDefinedFunctionDocumentation.cs
trunk/Core/DataStructures/View.cs
trunk/Core/DataStructures/ViewDocumentation.cs
trunk/Core/IScriptingManager.cs
trunk/Core/Properties/AssemblyInfo.cs
trunk/Core/PropertyBinder.cs
trunk/Core/Resources/XmlSchema.Designer.cs
trunk/Core/Resources/XmlSchema.resx
trunk/Core/Resources/XmlSchema/ColumnCollectionType.xsd
trunk/Core/Resources/XmlSchema/ColumnDocumentationType.xsd
trunk/Core/Resources/XmlSchema/ColumnType.xsd
trunk/Core/Resources/XmlSchema/DataTypeType.xsd
trunk/Core/Resources/XmlSchema/DdlTriggerDocumentationType.xsd
trunk/Core/Resources/XmlSchema/DdlTriggerType.xsd
trunk/Core/Resources/XmlSchema/DmlTriggerDocumentationType.xsd
trunk/Core/Resources/XmlSchema/DmlTriggerType.xsd
trunk/Core/Resources/XmlSchema/ForeignKeyCollectionType.xsd
trunk/Core/Resources/XmlSchema/FullTextCatalogDocumentationType.xsd
trunk/Core/Resources/XmlSchema/FullTextCatalogType.xsd
trunk/Core/Resources/XmlSchema/IndexCollectionType.xsd
trunk/Core/Resources/XmlSchema/IndexDocumentationType.xsd
trunk/Core/Resources/XmlSchema/ParameterDocumentationType.xsd
trunk/Core/Resources/XmlSchema/ProcedureParameterCollectionType.xsd
trunk/Core/Resources/XmlSchema/StoredProcedureDocumentationType.xsd
trunk/Core/Resources/XmlSchema/StoredProcedureType.xsd
trunk/Core/Resources/XmlSchema/SynonymDocumentationType.xsd
trunk/Core/Resources/XmlSchema/SynonymType.xsd
trunk/Core/Resources/XmlSchema/TableDocumentationType.xsd
trunk/Core/Resources/XmlSchema/TableType.xsd
trunk/Core/Resources/XmlSchema/TriggerDocumentationType.xsd
trunk/Core/Resources/XmlSchema/UserDefinedFunctionDocumentationType.xsd
trunk/Core/Resources/XmlSchema/UserDefinedFunctionType.xsd
trunk/Core/Resources/XmlSchema/ViewDocumentationType.xsd
trunk/Core/Resources/XmlSchema/ViewType.xsd
trunk/Core/Resources/XmlSettings.Designer.cs
trunk/Core/Resources/XmlSettings.resx
trunk/Core/ScriptingManagerBase.cs
trunk/Core/Serializers/XmlSerializer.cs
trunk/Core/SimpleEventArgs.cs
trunk/Core/SourceAnalysisViolations.xml
trunk/Core/UnevenElementCountException.cs
trunk/Core/app.config
trunk/Description.txt
trunk/Licence.txt
trunk/MSSqlSchemaDoc.sln
trunk/Provider.MicrosoftSqlServer/Helpers/DataReaderHelper.cs
trunk/Provider.MicrosoftSqlServer/Properties/AssemblyInfo.cs
trunk/Provider.MicrosoftSqlServer/Provider.MicrosoftSqlServer.CodeCommentReport.xml
trunk/Provider.MicrosoftSqlServer/Provider.MicrosoftSqlServer.SNKeyFile.snk
trunk/Provider.MicrosoftSqlServer/Provider.MicrosoftSqlServer.csproj
trunk/Provider.MicrosoftSqlServer/Resources/Queries/Sql2005/ForeignKeys.sql
trunk/Provider.MicrosoftSqlServer/Resources/Queries/Sql2005/FullTextCatalogs.sql
trunk/Provider.MicrosoftSqlServer/Resources/Queries/Sql2005/StoredProcedures.sql
trunk/Provider.MicrosoftSqlServer/Resources/Queries/Sql2005/Synonyms.sql
trunk/Provider.MicrosoftSqlServer/Resources/Queries/Sql2005/TableIndexes.sql
trunk/Provider.MicrosoftSqlServer/Resources/Queries/Sql2005/Tables.sql
trunk/Provider.MicrosoftSqlServer/Resources/Queries/Sql2005/Triggers.sql
trunk/Provider.MicrosoftSqlServer/Resources/Queries/Sql2005/UserDefinedFunctions.sql
trunk/Provider.MicrosoftSqlServer/Resources/Queries/Sql2005/ViewIndexes.sql
trunk/Provider.MicrosoftSqlServer/Resources/Queries/Sql2005/Views.sql
trunk/Provider.MicrosoftSqlServer/Resources/Queries/Sql2008/TableIndexes.sql
trunk/Provider.MicrosoftSqlServer/Resources/Queries/Sql2008/ViewIndexes.sql
trunk/Provider.MicrosoftSqlServer/Resources/QueriesSql2005.Designer.cs
trunk/Provider.MicrosoftSqlServer/Resources/QueriesSql2005.resx
trunk/Provider.MicrosoftSqlServer/Resources/QueriesSql2008.Designer.cs
trunk/Provider.MicrosoftSqlServer/Resources/QueriesSql2008.resx
trunk/Provider.MicrosoftSqlServer/Resources/QueryManager.cs
trunk/Provider.MicrosoftSqlServer/ScriptingManagerHelpers/Columns.cs
trunk/Provider.MicrosoftSqlServer/ScriptingManagerHelpers/Common.cs
trunk/Provider.MicrosoftSqlServer/ScriptingManagerHelpers/ForeignKeys.cs
trunk/Provider.MicrosoftSqlServer/ScriptingManagerHelpers/FullTextCatalogs.cs
trunk/Provider.MicrosoftSqlServer/ScriptingManagerHelpers/Indexes.cs
trunk/Provider.MicrosoftSqlServer/ScriptingManagerHelpers/StoredProcedures.cs
trunk/Provider.MicrosoftSqlServer/ScriptingManagerHelpers/Synonyms.cs
trunk/Provider.MicrosoftSqlServer/ScriptingManagerHelpers/Tables.cs
trunk/Provider.MicrosoftSqlServer/ScriptingManagerHelpers/Triggers.cs
trunk/Provider.MicrosoftSqlServer/ScriptingManagerHelpers/UserDefinedFunctions.cs
trunk/Provider.MicrosoftSqlServer/ScriptingManagerHelpers/Views.cs
trunk/Provider.MicrosoftSqlServer/SourceAnalysisViolations.xml
trunk/Provider.MicrosoftSqlServer/SqlScriptingManager.cs
trunk/Provider.MicrosoftSqlServer/app.config
trunk/UI.CommandLine/Configuration/ConfigurationConnectionSetting.cs
trunk/UI.CommandLine/Configuration/ConfigurationConnectionSettingCollection.cs
trunk/UI.CommandLine/Program.cs
trunk/UI.CommandLine/Properties/AssemblyInfo.cs
trunk/UI.CommandLine/Properties/Settings.Designer.cs
trunk/UI.CommandLine/Properties/Settings.settings
trunk/UI.CommandLine/SourceAnalysisViolations.xml
trunk/UI.CommandLine/UI.CommandLine.CodeCommentReport.xml
trunk/UI.CommandLine/UI.CommandLine.SNKeyFile.snk
trunk/UI.CommandLine/UI.CommandLine.csproj
trunk/UI.CommandLine/app.config
trunk/Xslt/Properties/AssemblyInfo.cs
trunk/Xslt/ReportGenerator.cs
trunk/Xslt/Resources/HtmlSupportFiles.Designer.cs
trunk/Xslt/Resources/HtmlSupportFiles.resx
trunk/Xslt/Resources/HtmlSupportFiles/main.css
trunk/Xslt/Resources/XsltStylesheets.Designer.cs
trunk/Xslt/Resources/XsltStylesheets.resx
trunk/Xslt/Resources/XsltStylesheets/Column.xsl
trunk/Xslt/Resources/XsltStylesheets/Columns.xsl
trunk/Xslt/Resources/XsltStylesheets/DataType.xsl
trunk/Xslt/Resources/XsltStylesheets/DdlTrigger.xsl
trunk/Xslt/Resources/XsltStylesheets/DmlTrigger.xsl
trunk/Xslt/Resources/XsltStylesheets/ForeignKeys.xsl
trunk/Xslt/Resources/XsltStylesheets/FullTextCatalog.xsl
trunk/Xslt/Resources/XsltStylesheets/Index.xsl
trunk/Xslt/Resources/XsltStylesheets/Indexes.xsl
trunk/Xslt/Resources/XsltStylesheets/ProcedureParameter.xsl
trunk/Xslt/Resources/XsltStylesheets/StoredProcedure.xsl
trunk/Xslt/Resources/XsltStylesheets/Synonym.xsl
trunk/Xslt/Resources/XsltStylesheets/Table.xsl
trunk/Xslt/Resources/XsltStylesheets/Triggers.xsl
trunk/Xslt/Resources/XsltStylesheets/UserDefinedFunction.xsl
trunk/Xslt/Resources/XsltStylesheets/View.xsl
trunk/Xslt/XmlFileInfo.cs
trunk/Xslt/XslCustomResolver.cs
trunk/Xslt/Xslt.SNKeyFile.snk
trunk/Xslt/Xslt.csproj

Download

Click the following link to download mssqlschemadoc.zip.

mssqlschemadoc.zip




















Home »
  C# Free Code »
    Database »




ADODotNet
CSV
Database
EntityFramework
JSON
LINQ
LINQPad
Memcached
MongoDB
MySQL
NHibernate
Oracle
ORM
SQL
SQLite
SQLServer
SSIS