
![]() |
Show Changes |
![]() |
|
![]() |
Recent Changes |
![]() |
Subscriptions |
![]() |
Lost and Found |
![]() |
Find References |
![]() |
Rename |
![]() |
Administration Page |
| Search |
History
| 3/15/2007 6:00:42 PM |
| -67.124.90.88 |
| 3/15/2007 6:00:16 PM |
| -67.124.90.88 |
| 3/15/2007 5:59:34 PM |
| -67.124.90.88 |
| 11/6/2006 10:12:10 AM |
| -65.243.177.226 |
| 10/31/2006 2:27:18 PM |
| -65.243.177.226 |
![]() |
List all versions |
The purpose of this plugin is to provide extended information about the structure (and content!) of a SQL Server database.
See the fwSqlSchema page to download the source. (Yeah, yeah, it's not very well written, and I never resolved the "@" bug when displaying stored proc contents, but at least it won't crash.
)
Plugin methods that are callable from WikiTalk are:
String AnalyzeStoredProcedure(String dbName, String procName)
String AnalyzeTable(String dbName, String tableName)
String DefinitionOfStoredProcedure(String dbName, String procName)
String ListColumnProperties(String dbName, String tableName, String colName)
String ListDatabases
String ListDistinctColumnValues(String dbName, String tableName, String colName)
String ListStoredProcedures(String dbName)
String ListTables(String dbName)
String TableOfData(String dbName, String tableName)
Sorry, documentation is sparse, but I can warn you that there will be constants that require modification at the beginning of fwSqlSchema.cs.