Activity overview
Latest activity by 5QL53rv3r
                    
                      
                        will data be lost from the tables or is the data copied to temp tables and then inserted into the renamed table.  so it looks like sp_rename isn't used. / comments
                        
                        
                        
                      
                      
                      
                
                  will data be lost from the tables or is the data copied to temp tables and then inserted into the renamed table.  so it looks like sp_rename isn't used.
                      
                    
                  
                    
                      
                        table rename means a drop table and recreate?
                        
                        
                        
                        
                      
                      
                      
                
              Hi,
I am in the process of evaluating SQL source and I have renamed a table & then went to commit the change.  I noticed that SQL source wants to drop the table and the create the table with the ne...