Activity overview
Latest activity by benseaman
Suggestion: generate command-line string from GUI options
Hi,
This suggestion applies to any of the RG tools really. What would be great is if you had a separate window in the GUI which always displayed the full command-line for the tool to process whatev...
Specification of argfile parameter
Hi,
I see from the command-line help for SQLDoc there is an argfile parameter as with the other tools however I cannot find any help topics on the Red Gate website for this. Could someone please po...
kevine323 wrote:
Are their any plans for SharePoint integration for SQL Doc? It would be great to be able to point the output from SQL Doc to a SharePoint site.
Hi,
I've done this by creating a Page Viewer Web Part in sharepoint, and pointing it at the index.html that SQLDoc creates.
Here is some info on how to do this in Sharepoint: http://office.microsoft.com/en-us/windo ... 24045.aspx
Ben / comments
kevine323 wrote:
Are their any plans for SharePoint integration for SQL Doc? It would be great to be able to point the output from SQL Doc to a SharePoint site.
Hi,
I've done this by creating ...
Convert .sdc file to argfile
Hi,
Can anyone tell me if is possible to export / migrate a .sdc project file to an argfile xml file? I have a complex .sdc file which I need to analyse programmatically to pick out all the compari...
SET STATISTICS with multiple options marked invalid
SQL Prompt 5.0.0.651 marks the following valid SQL commands as syntax errors:
SET STATISTICS IO, TIME ON
SET STATISTICS IO, TIME, PROFILE ON