Activity overview
Latest activity by jawg62
Sorry for not replying sooner, I could not reproduce this problem.
And I was mostly kidding about losing code (except for the brilliant part of course ;-)), it's a BETA after all.
I wanted to repost with some comments on your feedback:
- In general the tool is definately heading in the right direction, especially if you will be including much of the functionality that I requested.
- However, I found the scrolling problem so detrimental to my work that I have disabled the tool. I'm not sure if you have any plans for a second bite at the apple before your general release. If so I'd love to reinstall it and give it a whirl again.
Again, thanks and I look forward to the release (already pre-purchased licenses for all of the developers in my org).
Jake / comments
Sorry for not replying sooner, I could not reproduce this problem.
And I was mostly kidding about losing code (except for the brilliant part of course ;-)), it's a BETA after all.
I wanted to repos...
There is definately something funky going on with scrolling in Query Analyzer now that Prompt 3 is on my machine.
I was reviewing some code in query analyzer with an ctrl+up arrow and the application crashed. If I can reproduce it, I will try to get the exception for you.
Specifically:
- I am working on constructing SQL for a report, since much of this SQL will run in context of a report call (with several already-populated tables) I have done a bunch of setup work in this file (3 drop + create table statements + data insertion all to simulate report run time)
- There is table value variable created and populated
- There is a pretty large query returning results
- In total, file is currently 300+ lines of code
Error:
- I was at the bottom of the file.
- I am in the habit of using ctrl+up arrow to scroll as it does some scrolling without changing the cursor's position. However, once the cursor is about to go off the bottom of the view it starts to scroll up as well.
- It was at after the cursor was moving with the scroll that the application crashed and I lost about 20 lines of brilliant <cough> SQL.
- I am not sure where exactly in the file/scroll I was when the crash occurred.
Jake / comments
There is definately something funky going on with scrolling in Query Analyzer now that Prompt 3 is on my machine.
I was reviewing some code in query analyzer with an ctrl+up arrow and the applicati...
SQL Prompt 3 Feedback
Overall it's great.
I do have some general feedback, hope it helps:
1) I tend to use table valued variables frequently. It would be nice if the tool picked up these variables and gave prompt help o...