Skip to content

Commit 02df1eb

Browse files
committed
Update readme.
1 parent 7826369 commit 02df1eb

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
T-SQL Flex
22
==========
33

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.
75

86
*This is alpha-quality software - DO NOT RUN IN PRODUCTION!!!*
97

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+
1012
![tsqlflex-0 0 1-alpha](https://cloud.githubusercontent.com/assets/3755379/3141685/44ecfa22-e992-11e3-8f0b-fe49879dae80.png)
1113

1214

@@ -17,8 +19,8 @@ T-SQL Flex should be able to script out the returned schema of any T-SQL query s
1719

1820
|Architecture|Registry Value Location|
1921
|----|-----|
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|
2224
*Example: name = "TSQLFlex", value = "C:\ExtractedFiles\TSqlFlex.dll"*
2325
* Launch SQL Server Management Studio and click the T-SQL Flex button.
2426
* Fix the window positioning (will be better in next release).

0 commit comments

Comments
 (0)