Comments
Sort by recent activity
That's great - thanks for your quick response to the problems. I appreciate Redgate's committment to solid products and great customer support. / comments
That's great - thanks for your quick response to the problems. I appreciate Redgate's committment to solid products and great customer support.
I'm hoping this and the other formatting issues will be fixed soon, it's quite frustrating..... / comments
I'm hoping this and the other formatting issues will be fixed soon, it's quite frustrating.....
Hopefully this will be fixed... / comments
Hopefully this will be fixed...
michaelfried wrote:
Tim,
I don't see that happening with SELECT * or INSERT INTO auto completion. Both types of auto-complete list all the columns in their natural table order.
I also don't see a setting to change that behavior either.
Mike
Try it using a temp or table variable - behaviour is different in ver. 4 than 3 - column order is NOT preserved..... This is unfortunate / comments
michaelfried wrote:
Tim,
I don't see that happening with SELECT * or INSERT INTO auto completion. Both types of auto-complete list all the columns in their natural table order.
I also don't see ...
Hi Bart, thanks for the reply.
Here's an example:
DECLARE @test1 INT, @test2 VARCHAR(25)
SET @test1 = 12345
SET @test2 = CAST(@test1 AS VARCHAR(25))
When typing the cast statement, the suggestions when I type var, the suggestions are VAR and VARP...
This is different from how the previous version worked....
Thanks / comments
Hi Bart, thanks for the reply.
Here's an example:
DECLARE@test1 INT,@test2 VARCHAR(25)
SET @test1 = 12345
SET @test2 = CAST(@test1 AS VARCHAR(25))
When typing the cast statement, the suggestions wh...
Thanks Bart, that did the trick.
Out of curiosity, why is this necessary? As I recall previous versions did this without this modification....
Also, is there anyway to speed up completion on remote servers? There's quite a hesitation in completing an entry once it's been chosen from the list of candidates....
Thanks / comments
Thanks Bart, that did the trick.
Out of curiosity, why is this necessary? As I recall previous versions did this without this modification....
Also, is there anyway to speed up completion on remote...
Bart Read wrote:
Hi there,
Thanks for posting. There's a bug that means in the same session it doesn't always refresh its own database list. If you restart your editor you should find it works fine.
Cheers,
Bart
Thanks Bart, I'll give that a try. / comments
Bart Read wrote:
Hi there,
Thanks for posting. There's a bug that means in the same session it doesn't always refresh its own database list. If you restart your editor you should find it works f...
Will anyone be answering me on this? / comments
Will anyone be answering me on this?