Comments
Sort by recent activity
richardjm wrote:
I think what visual studio does when you try to run debug with modified code is refuse to let you. I don't think this is ideal either although it proves that there is some ability there to notice modified files.
I think some warning option would be by far the best compromise as Robert suggested.
yes, I agree. / comments
richardjm wrote:
I think what visual studio does when you try to run debug with modified code is refuse to let you. I don't think this is ideal either although it proves that there is some abili...
Hi Robert,
yes, you are right, probably its possible in future to do some "smart" checking. I am sure you can find much methods.
On one side ANTS should not to refuse to display, but on other side this "visual mistake" may be critical for person who is analyzing code ... ;-)
Regards,
Oleg. / comments
Hi Robert,
yes, you are right, probably its possible in future to do some "smart" checking. I am sure you can find much methods.
On one side ANTS should not to refuse to display, but on other side ...
Hi Robert, ok.
But note: VS doesn't ask about codepage and no problem with names.
Regards,
Oleg. / comments
Hi Robert, ok.
But note: VS doesn't ask about codepage and no problem with names.
Regards,
Oleg.
Robert wrote:
Thanks for the suggestions - we'll add them to the list.
From my experience of using the software (before I started working on it as a developer!), I found that filtering the column values was a convenient way to locate specific rows quickly - this might be of use to you.
Many thanks,
Robert
Hi Robert,
yes you are right, filtering is good feature and in many cases its enough.
But when I use filter I see only data subset.
Thanks,
Oleg. / comments
Robert wrote:
Thanks for the suggestions - we'll add them to the list.
From my experience of using the software (before I started working on it as a developer!), I found that filtering the colum...
Dominick Reed wrote:
Hi Oleg,
This was taken out after we found that it confused a lot more people than it seemed to help, and of all the people we spoke to, nobody used it.
Having said that, we may reintroduce this in a later maintneance release, most likely as a right click, as there do appear to be people who would still value this functionality.
:-)
Dom
Hi Dominic,
I'd like to say that I use this way in most cases for databases upgrading.
Because of our company customers have huge production 24/7 databases (TV channels, Broadcasting) and I prefer to do step by step modifications to db.
I need to watch result of every changing.
If I have an error I can do some actions etc.
Its very useful window.
Best regards,
Oleg. / comments
Dominick Reed wrote:
Hi Oleg,
This was taken out after we found that it confused a lot more people than it seemed to help, and of all the people we spoke to, nobody used it.
Having said that, we...
Neil Davidson wrote:
Thanks Oleg. We'll take a look.
Hi Neil,
I've sent screenshot for you.
Regards,
Oleg. / comments
Neil Davidson wrote:
Thanks Oleg. We'll take a look.
Hi Neil,
I've sent screenshot for you.
Regards,
Oleg.
No special actions.
I click 5-10-15 times on different rows in grid and see into script panel.
After few clicks I see difference between selected object and scripted object. / comments
No special actions.
I click 5-10-15 times on different rows in grid and see into script panel.
After few clicks I see difference between selected object and scripted object.
Hi Jonathan,
its the first object (end of proc)
1(2005)
if @trancount>0
begin
if @status=0
commit tran
else
rollback tran
end
end
GO
2 (2000)
if @trancount>0
begin
if @status=0
commit tran
else
rollback tran
end
yok, kyrdyk
end
GO
end of 2
The difference is here
end
<
GO
Regards,
Oleg. / comments
Hi Jonathan,
its the first object (end of proc)
1(2005)
if @trancount>0
begin
if @status=0
commit tran
else
rollback tran
end
end
GO
2 (2000)
if @trancount>0
begin
if @status=0
commit tran
...
Thank you Andras.
Could you see my last message?
Is it true? non correct scripts?
Regards,
Oleg. / comments
Thank you Andras.
Could you see my last message?
Is it true? non correct scripts?
Regards,
Oleg.