Initial alpha
Pre-release
Pre-release
This is the initial alpha release of T-SQL Flex - a scripting productivity tool for SQL Server Management Studio. It should be able to script out the returned schema of any T-SQL query simply and with high accuracy. Much more is planned.
This is alpha-quality software - DO NOT RUN IN PRODUCTION!!!
To try T-SQL Flex:
- Install the Red-Gate SIP framework from here http://documentation.red-gate.com/display/MA/Redistributing+the+framework
- Create a new registry string value (REG_SZ) in the appropriate location to point to the extracted TSQLFlex.dll:
| Architecture | Registry Value Location |
|---|---|
| 32-bit | HKLM\SOFTWARE\Red Gate\SIPFramework\Plugins |
| 64-bit | HKLM\SOFTWARE\Wow6432Node\Red Gate\SIPFramework\Plugins |
Example: name = "TSQLFlex", value = "C:\ExtractedFiles\TSqlFlex.dll"
- Launch SQL Server Management Studio and click the T-SQL Flex button.
To uninstall T-SQL Flex:
- Simply delete the registry key and the extracted files and restart SSMS.
Please create issues on GitHub or reach out to Steve on Twitter at @nycdotnet.
