Difference between revisions of "How to create a T-SQL value script"
Line 22: | Line 22: | ||
* Press Generate, Download | * Press Generate, Download | ||
+ | == MediaWiki links == | ||
+ | |||
+ | * [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] | ||
+ | * [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list] | ||
+ | * [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ] | ||
+ | * [http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list] | ||
+ | * [https://sites.google.com/view/dingfoo/ Dingfoo Sex toys] |
Latest revision as of 04:14, 9 November 2023
Steps[edit]
- Create a Project
- Create a Project Version in the Project containing the schema information
- Create a Value Script
- Enter an ID, select script type T-SQL, press Create
- In the Value Script menu, select Tables
- Add the table names to be scripted
- If a table depends on existing values of another table, make sure the Sequence property is set correctly
- For each table, define the Primary Key column
- For each table, select the column names to be scripted
- In the Value Script menu, select Generate Script
- Press Generate, Download