File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
T-SQL Flex
2
2
==========
3
3
4
- This is the initial alpha release of T-SQL Flex - a scripting productivity tool for SQL Server Management Studio that uses the Red Gate SIP Framework.
5
-
6
- T-SQL Flex should be able to script out the returned schema of any T-SQL query simply and with high accuracy. Much more is planned.
4
+ T-SQL Flex is a scripting productivity tool for SQL Server Management Studio that uses the Red Gate SIP Framework.
7
5
8
6
* This is alpha-quality software - DO NOT RUN IN PRODUCTION!!!*
9
7
8
+ T-SQL Flex should be able to script out the returned schema and data of any T-SQL query simply and with high accuracy. Much more is planned.
9
+
10
+
11
+
10
12
![ tsqlflex-0 0 1-alpha] ( https://cloud.githubusercontent.com/assets/3755379/3141685/44ecfa22-e992-11e3-8f0b-fe49879dae80.png )
11
13
12
14
@@ -17,8 +19,8 @@ T-SQL Flex should be able to script out the returned schema of any T-SQL query s
17
19
18
20
| Architecture| Registry Value Location|
19
21
| ----| -----|
20
- | 32-bit| HKLM\SOFTWARE\Red Gate\SIPFramework\Plugins|
21
- | 64-bit| HKLM\SOFTWARE\Wow6432Node\Red Gate\SIPFramework\Plugins|
22
+ | 32-bit Windows | HKLM\SOFTWARE\Red Gate\SIPFramework\Plugins|
23
+ | 64-bit Windows | HKLM\SOFTWARE\Wow6432Node\Red Gate\SIPFramework\Plugins|
22
24
* Example: name = "TSQLFlex", value = "C:\ExtractedFiles\TSqlFlex.dll"*
23
25
* Launch SQL Server Management Studio and click the T-SQL Flex button.
24
26
* Fix the window positioning (will be better in next release).
You can’t perform that action at this time.
0 commit comments