Posts
Sort by recent activity
Error in startup after upgrade to SP3.9
Hello.
After I updgrade my SP to version 3.9, the "SQL Prompt Query Analyzer Integration" shortcut was created in window program group "Startup".
But my windows is in Portuguese, the correct group ...
Improvement for insert statement.
When typing insert dbo.xxx, it'g greath when SP3.5 show me the column list and the values (/* type */ default_value).
Can be more usefull if, with the /* type */ SP brings me also the column name. ...
Problems with alter trigger
Some of my trigger has blank line before the create trigger statement.
For these trigger, SP3.5 doesn't show me the code. They are listed in alter trigger <trigger list), but the code doesn't appea...
Shortcut to Disable
A shortcut to disable SP3.5 can be good.
Thanks
Ésio
Tables don't appear after dbo.
Hi.
Typing select * from dbo. the tables don't appear. I need to press ctrl+space to see the tables. Or type the two first letter of the table name, ex: select * from dbo.or -> orders
But typing se...
Procs/funcitions code in cache
Hello.
Just some ideas:
I'd commented this in some old posts (archieved), but now I want to discuss this again.
When I type a alter procedure statement, SP brings to me the stored procedure code. I...
Problems with large commented texts
Hello.
This occurs often with me.
I run one select, getting some rows, etc, etc. and I copy that rows from result pane to command window. Then SP come extreamly slow. Of course this behavior is ex...
Improvements for Cache Management
Hello.
It will be nice you put the time in column Last Cached, in Cache Management window.
Maybe a hot key or something like this, to cancel a caching process for a wrong big database
Maybe a hot ...
Alter trigger in 3.1 final release
Hi.
The function alter trigger will be available in final 3.1?
Not a critical trouble, just to know about it.
Thanks
Ésio
Improvements for JOIN clause
Hi.
When typing joins in tables with multipe columns in primary-> foreign key, SP shows me the join hint combining the first column with the others. It will be nice if SP shows me join hit as the ...