3.5 RC Initial Impressions
paschott
Posts: 71 Bronze 4
I like:
Cross-database queries - looks like they are working again!
Speed improvements - quite a few. I can replace a value now without going to make a pot of coffee.
Refresh Cache hot-key - much needed.
(Note using SSMS for all of the above)
Minor issues:
Seem to have lost some of my authentication info during the upgrade from 3.1. I've had to re-type it several times.
Column order - the original versions of PromptSQL and SQLPrompt had options to keep the column order of the DB - maybe I'm missing this, but I couldn't find it and I get alphabetical sorts on my column names.
Really fast auto-complete - in this case a little too fast. I'm going to tweak the settings to try to give myself a little more time to use an alias such as "i" and not have the auto-complete automatically give me a snippet, function, or table starting with the letter "I".
-Pete
Cross-database queries - looks like they are working again!
Speed improvements - quite a few. I can replace a value now without going to make a pot of coffee.
Refresh Cache hot-key - much needed.
(Note using SSMS for all of the above)
Minor issues:
Seem to have lost some of my authentication info during the upgrade from 3.1. I've had to re-type it several times.
Column order - the original versions of PromptSQL and SQLPrompt had options to keep the column order of the DB - maybe I'm missing this, but I couldn't find it and I get alphabetical sorts on my column names.
Really fast auto-complete - in this case a little too fast. I'm going to tweak the settings to try to give myself a little more time to use an alias such as "i" and not have the auto-complete automatically give me a snippet, function, or table starting with the letter "I".
-Pete
Comments
I'll see if I can easily repro outside of my current query window. I know that it's happening quite a bit in this current window.
-Pete
Thanks for downloading and thanks for the feedback. Glad you like the tool overall, and sorry about the teething problems.
In the first case with the ultra-aggressive auto-complete I'd suggest increasing the popup delay time slightly, and you should find that improves things.
On the connection details front I can only apologise. SQL Prompt 3.5 shouldn't trash your settings but it seems like the upgrade process isn't entirely perfect. I'll make sure we take a look at this over the next few days.
With regard to the spurious connection issue this is something we're obviously going to have to look into a little further. It's not always possible for SQL Prompt to accurately determine whether or not a database really does exist, however I spent quite a lot of time tweaking this behaviour to stop these spurious connection requests happening and we've not been able to reproduce them here for a while, however that's not to say the problem's entirely fixed: just that we haven't found a hole in it ourselves yet, which of course is part of the reason for letting people have a play with it.
Anyway, back to the point: is there any chance you could send me a SQL snippet that would reproduce this behaviour please? It doesn't really matter what you're querying against because I should be able to modify the query to work with one of our databases no problem.
Also could you let me know a few things about your server:
- SQL Server version
- Roughly how many databases it has on it
- Authentication mode (Windows/SQL Server)
- Do you log in as sa, or with admin privileges on the server, or are you just dbo on particular databases?
- Do you have any linked servers configured?
- Do you have any databases or linked servers whose names are the same as any aliases you're using?
And really if there's anything else you think might be relevant even if it seems very minor please do let me know.
Thanks,
Bart
Principal Consultant
bartread.com Ltd
The aliases were pretty short - a, ad, ip, ss - none of these overlapped an existing DB or linked server.
I'm logged in as a SQL Login, member of SysAdmin, but not "sa".
We have ~10-15 DB's on the server.
-Pete
Cheers,
Bart
Principal Consultant
bartread.com Ltd
Also, when I used the cross-database join, it worked for the most part, but I didn't get a complete listing of tables. A table called "Pledge" didn't show up in the list for some reason. I'll try to reproduce. I'd already refreshed the cache before trying that so not completely sure what was going on.
-Pete