Activity overview
Latest activity by Michael_Ballard
                    
                      
                        David,  My previous version was 10.10.4.26165.  By the way, I discovered that the problem was on my side.  Someone pasted some lines into the middle of the script and one of those lines was a "GO".  Once I took that out, SQL Prompt went back to behaving as I expected.  There shouldn't be anyone else touching this particular script so it didn't occur to me to check for a 'GO' when I "knew" that there couldn't be one in the script.  I had a chat with the other developer. / comments
                        
                        
                        
                      
                      
                      
                
                  David,My previous version was 10.10.4.26165.By the way, I discovered that the problem was on my side.  Someone pasted some lines into the middle of the script and one of those lines was a "GO".  On...
                      
                    
                  
                    
                      
                        I installed the SQL Prompt 10.11.0.26431 and the the field lists are mostly missing
                        
                        
                        
                        
                      
                      
                      
                
                  I was prompted to install the latest version so I did.  I'm working on a long-ish T-SQL script.  Even after manually refreshing suggestions, I'm mostly not getting the lists of field names for a ta...
                      
                    
                  
                    
                      
                        There are multiple settings options related to parentheses.  I have eliminated spaces around all parentheses except these.  Either I've missed something or the options I've found don't address these specific spaces. / comments
                        
                        
                        
                      
                      
                      
                
                  There are multiple settings options related to parentheses.  I have eliminated spaces around all parentheses except these.  Either I've missed something or the options I've found don't address thes...
                      
                    
                  
                    
                      
                        How do I suppress unneeded spaces around parentheses in an "INTO" clause?
                        
                        
                        
                        
                      
                      
                      
                
              I typed the table variable declaration.  When I started typing the INSERT INTO @List, SQLPrompt gave me the field list without spaces before or after the parentheses.  However, when I got to the "I...