Activity overview
Latest activity by Ulrich
Hi Bart
Thank you for your quick reply.
My EngineOptions.xml did not contain the tag you mentioned, so I added it as a new line
<EnableFastSingleMatchInsertion>False</EnableFastSingleMatchInsertion>
(just after the first line <EngineOptions>)
Unfortunately this did not change the behaviour described in my original post.
Looking forward to see a patch :-)
Ulrich / comments
Hi Bart
Thank you for your quick reply.
My EngineOptions.xml did not contain the tag you mentioned, so I added it as a new line
<EnableFastSingleMatchInsertion>False</EnableFastSingleMatchInsertion...
RC 3.5: viewing definition of tabular functions
I just noticed a problem that is new in RC 3.5:
when I code
select * from MyTabularFunction(@param1, @param2)
With SQL Promt 3.1 I was able to view the function defintion anytime using Ctrl-space w...
Wish: columns in column picker in original order
Hi,
I'd like to have an option to switch off the alpha sort for the columns in the column picker window.
For me, it works much better to find a column in the order in which they are defined in the ...
Wishlist and suggestions
Some ideas wich in my opinion would make a good tool better:
Option to disable parsing newly opened queries as a whole, which is awkward on large queries / procedures
or at least
Option to quickly ...
one more suggestion:
Option to only use aliases on table columns when an alias for the table exists.
When doing quick and dirty selects, I dont like to see SQL Prompt to add aliases as
select * from customers where dbo.customers.custname = ... / comments
one more suggestion:
Option to only use aliases on table columns when an alias for the table exists.
When doing quick and dirty selects, I dont like to see SQL Prompt to add aliases as
select * fro...
Copy to clipbord copies from cache!
I just discovered a very dangerous "feature":
If I type part of a name of a stored procedure, a button "Copy to clipboard" appears on the popup window.
If I copy the procedure code to clipbord with...