Activity overview
Latest activity by Totu
                    
                      
                        Hi,  
I didn't have the need so far to use that feature but I saw Table Mapping and Owner Mapping for SQL Compare. 
When you edit your project there are several tabs for different functionalities.  
Have fun experimenting!  
Cheers, 
Totu / comments
                        
                        
                        
                      
                      
                      
                
                  Hi,
I didn't have the need so far to use that feature but I saw Table Mapping and Owner Mapping for SQL Compare.
When you edit your project there are several tabs for different functionalities.
Hav...
                      
                    
                  
                    
                      
                        Hi,  
Last Friday I bumped into the same error message in one for our CD pipelines, here is my fix:  
As Andy described, the error is thrown because the product thinks you have an old version of SQL Server as a source or target. Why does it think like that when my SQL Server is 2008 R2?  
When I was looking at the logs I found this line that gave me a hint:
Warning: The SQL Server version specified for the scripts folder
 
I went into the RedGateDatabaseInfo.xml and looked for something about the version and removed the DatabaseVersion tag. After running the pipeline again, it successfully finished.  
I hope this helps.  
Cheers, 
Balint / comments
                        
                        
                        
                      
                      
                      
                
                  Hi,
Last Friday I bumped into the same error message in one for our CD pipelines, here is my fix:
As Andy described, the error is thrown because the product thinks you have an old version of SQL Se...
                      
                    
                  
                    
                      
                        Bug: filtered Users still appear in Roles (SC v10.7.0.18)
                        
                        
                        
                        
                      
                      
                      
                
              Hi Guys,
I have been working on a solution to only deploy certain users and their permissions as part of a Continuous Delivery effort.
In my experiment I follow these steps:
1. Set up comparision o...