Posts
                          
                            Sort by recent activity
                          
                          
                        
                      
                      
                        Tabs history not working
                        
                        
                        
                        
                      
                      
                      
                  
                    Since the latest update of SQL Prompt the tabs history is not working. When I reopen SSMS none of the tabs from previous sessions are reopened. SQL Prompt version is 10.12.5.30313, SSMS version is ...
                      
                    
                      
                        SQL Prompt > Format SQL - COLLATE problem
                        
                        
                        
                        
                      
                      
                      
                  
                  
                Why is SQL Prompt formatter adding [...] around collation name?For example:	ALTER TABLE [dbo].[SomeTable] 
Formatter would try to do this:
ALTER TABLE [dbo].[SomeTable] 
which results in an erro...