Activity overview
Latest activity by Raghu
New Feature suggestion - Warn on bad usage of NULL
Often times NULLable columns cause havoc, if not handled in where clauses and in join conditions.
It would be very good if SQL Prompt can warn (like syntax error checking) if NULL is not handled fo...
I think, I figured it out.
This is nothing to do with interaction of SQL Prompt and VS.NET IDE and SSMS at same time. And it is not specific to SSMS. It is happening in VS.NET IDE as well.
It is split the editing area into separate sections to edit two different portions of the same file is causing this.
What is bad is even when I turn off SQL Prompt (going to Options->Use SQL Prompt check that off) it happens. :evil:
I think it is totally unacceptable behavior and deal breaker to have even BETA testing going on for me. I am forced to rollback to earlier version of SQL Prompt. I can not live with "not be able to" edit multiple sections of the same file in single code window. [image] / comments
I think, I figured it out.
This is nothing to do with interaction of SQL Prompt and VS.NET IDE and SSMS at same time. And it is not specific to SSMS. It is happening in VS.NET IDE as well.
It is s...
SQL Prompt manages to bring down SSMS/.NET IDE
I have both VS.NET IDE (database project) and SSMS open (could be editing same file from either side)
First of all in VS.NET IDE (I have default connection using SQL Server Authentication) it faile...