https://github.com/timabell/database-diagram-scm
Marshall Microsoft SQL Server diagrams between a database and files on disk, for checking in to source control. MIT Licensed.
https://github.com/timabell/database-diagram-scm
sql-server
Last synced: 23 days ago
JSON representation
Marshall Microsoft SQL Server diagrams between a database and files on disk, for checking in to source control. MIT Licensed.
- Host: GitHub
- URL: https://github.com/timabell/database-diagram-scm
- Owner: timabell
- Created: 2014-10-23T07:40:17.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-06T12:59:18.000Z (almost 10 years ago)
- Last Synced: 2024-12-06T19:02:23.992Z (about 1 year ago)
- Topics: sql-server
- Language: SQLPL
- Homepage:
- Size: 12.7 KB
- Stars: 8
- Watchers: 5
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
About
=====
Marshall Microsoft SQL Server diagrams between a database and files on disk, for checking in to source control.
https://github.com/timabell/database-diagram-scm
This is a packaging and modification of pieces of the puzzle provided by others in the community.
Thanks to the lovely folks at [3Chillies](http://www.3chillies.co.uk/) for allowing me to publish the changes I made while contracting for them.
Upstream / references
=====================
History
-------
* http://bytes.com/topic/sql-server/answers/81534-script-save-export-sql-database-diagrams - original Sql 2000 script by Clay [alternate link via google groups](http://groups-beta.google.com/group/comp.databases.ms-sqlserver/browse_frm/thread/ca9a9229d06a56f9?dq=&hl=en&lr=&ie=UTF-8&oe=UTF-8&prev=/groups%3Fdq%3D%26num%3D25%26hl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26group%3Dcomp.databases.ms-sqlserver%26start%3D25)
* http://www.codeproject.com/Articles/15080/Script-SQL-Server-diagrams-to-a-file - Craig's Sql 2005 extension of Clay's script
* http://joelmansford.wordpress.com/2008/04/01/scripting-sql-server-diagrams-to-files-for-source-control/ - Joel's extension of Craig's work - a powershell scripting wrapper
* This version based on the above (thanks 3 Chilles!)
* Pull requests into this repo :-D (hopefully)
References
----------
* http://msdn2.microsoft.com/en-us/library/ms178158.aspx - MSDN: Using Large-Value Data Types
* http://stackoverflow.com/questions/895228/add-database-diagram-to-source-control/895277#895277
* http://stackoverflow.com/a/7976784/10245
Contributors
============
* Clay Beatty
* Craig Dunn - https://github.com/conceptdev
* Joel Mansford
* Tim Abell
* 3Chillies - http://www.3chillies.co.uk/
* Anyone else in the git history ;-)
Licence
=======
MIT Licence - http://opensource.org/licenses/MIT
Permission has been gained from all of the above authors to licence this code under the
MIT Licence.