Peter Wijntjes ( Bizzbrain)
Peter Wijntjes ( Bizzbrain)
Hi when using Invoke-SQL to restore a snapshot I encountered a time-out. This left the database in restoring state. Would be nice to have a timeout parameter added to Invoke-SQL,...
When using the extract procedure function, in some cases the exit handling is not handled properly. The follwing situation is a over simplified example (pseudo code) ``` procedure x (y:integer;z:integer):boolean;...
Often the extract procedure function is used to eliminate duplicate code. What about the following ideas: - Extract procedure automatically matches the generated procedure with an existing procedure and suggests...