Comments
Sort by recent activity
I've tried this out and, correct me if I've got anything wrong, here's what I did using the Adventureworks database:
SELECT * INTO #table1
FROM Person.Address
JOIN Sales.CustomerAddress ON Person.Address.AddressID = Sales.CustomerAddress.AddressID
SELECT * INTO #table2
FROM #table1
SELECT * FROM #table2 t2
WHERE t2.<prompt>
This then showed me the column options from merging table1 and table2 (Person.Address and Sales.CustomerAddress). Which is what I'd expect. It didn't just prompt with the columns from table2 (Sales.CustomerAddress). As I say, let me know if I've misunderstood you. / comments
I've tried this out and, correct me if I've got anything wrong, here's what I did using the Adventureworks database:
SELECT * INTO #table1
FROM Person.Address
JOIN Sales.CustomerAddress ON Person.A...
Thanks for your feedback, I'll pass your comments on to the developers. There is currently no way to collapse the parenthesis sections, but I'll also pass this suggestion on as well. / comments
Thanks for your feedback, I'll pass your comments on to the developers. There is currently no way to collapse the parenthesis sections, but I'll also pass this suggestion on as well.
Could you upgrade to the latest version of the SQL Backup GUI? Version 5.3.0.178 is the latest version and can be upgraded for free by going to Help > Check for Updates..
Once you've upgraded and if you're still experiencing this issue could you try connecting to the same server using SQL Server Management Studio or Enterprise Manager on the same machine as the SQL Backup GUI? Are they able to connect without an issue? / comments
Could you upgrade to the latest version of the SQL Backup GUI? Version 5.3.0.178 is the latest version and can be upgraded for free by going to Help > Check for Updates..
Once you've upgraded and i...
Unfortunately, currently, there isn't another way to move down through the candidate list other than arrow keys. I can see how using the space bar would increase your productivity and so I will raise it as a feature request. However, I also could see how this may confuse things as the space bar is used as a completion key and is also a way to escape out of the completion list if it is not used as a completion key. But maybe we can offer more configurable options for moving through the candidate list. / comments
Unfortunately, currently, there isn't another way to move down through the candidate list other than arrow keys. I can see how using the space bar would increase your productivity and so I will rai...
All of our tools have been released with SQL 2008 support over the last two weeks. They were fully tested with the RC0 release and the developers are fairly confident that Microsoft won't have changed anything which would cause any issues. However, they are running a series of tests on the RTM as we speak to confirm this. If there are any issues found we'll release a small fix as soon as possible but we're hoping that this won't need to happen, and so far it all looks good.
Regarding the Toolbelt updating issue, I've sent you a pm. / comments
All of our tools have been released with SQL 2008 support over the last two weeks. They were fully tested with the RC0 release and the developers are fairly confident that Microsoft won't have chan...
We've very recently updated all of our products to, now, support SQL Server 2008.
You can either download the Toolbelt from the website and upgrade all of the products at once, or you can use the 'Check for Updates' functionality to upgrade them individually. / comments
We've very recently updated all of our products to, now, support SQL Server 2008.
You can either download the Toolbelt from the website and upgrade all of the products at once, or you can use the '...
Thanks for the extra feedback. I've added this to the same feature request as before as it's a closely related issue. It sounds like a logical way for the candidate list to function and so when work starts on SQL Prompt 4 hopefully this will be something that the developers seriously consider implementing. / comments
Thanks for the extra feedback. I've added this to the same feature request as before as it's a closely related issue. It sounds like a logical way for the candidate list to function and so when wor...
Unfortunately, there isn't an option to improve this at the moment. You will have to hit your completion key twice in situations like this.
However, this is something that we're aware of and hopefully the developers will be able to improve this in a future version. There is already an issue regarding this raised in our tracking software. I've added your comments to the issue. / comments
Unfortunately, there isn't an option to improve this at the moment. You will have to hit your completion key twice in situations like this.
However, this is something that we're aware of and hopefu...
I'm afraid that this is a bug in the software. For some reason Views are always shown self-referencing. This bug is recorded in our bug tracking software and so hopefully the developers will create a fix for this which will be included in a future version of the software. / comments
I'm afraid that this is a bug in the software. For some reason Views are always shown self-referencing. This bug is recorded in our bug tracking software and so hopefully the developers will create...
I've added your suggestion to our feature tracking software. / comments
I've added your suggestion to our feature tracking software.