Activity overview
Latest activity by Dayton_
                    
                      
                        The process they were going to use was check all changes in (commit) from the QA/Dev server and then use get latest to push the changes to the production sql server.  I did a little digging though and it appears you don't recommend that method.  Instead we should use SQL change automation to create migration scripts.  Is that correct? / comments
                        
                        
                        
                      
                      
                      
                
                  The process they were going to use was check all changes in (commit) from the QA/Dev server and then use get latest to push the changes to the production sql server.  I did a little digging though ...
                      
                    
                  
                    
                      
                        View t sql script prior to apply changes in get latest
                        
                        
                        
                        
                      
                      
                      
                
                  SLQ Source control is connected to git.  I am doing get latest.  I select an object that is in source control that I want to apply to the database.  How do I view the script that SQL source control...
                      
                    
                  
                    
                      
                        Add line before variable declaration on stored procs
                        
                        
                        
                        
                      
                      
                      
                
              Something like thiscreate proc xxxyyyzzz @invar dateasbeginendNotcreate proc xxxyyyzzz @invar dateas beginend