Activity overview
Latest activity by jdnep
                    
                      
                        Unusual User comparison
                        
                        
                        
                        
                      
                      
                      
                
                  I am comparing 2 DBs and get the following
LEFT
-- User
if not exists (select * from master.dbo.syslogins where loginname = N'HRUserTest')
exec sp_addlogin N'HRUserTest', 'test'
GO
sp_grantdbacce...
                      
                    
                  
                    
                      
                        That is correct.  I am running version 3.1.8.276 / comments
                        
                        
                        
                      
                      
                      
                
                  That is correct.  I am running version 3.1.8.276
                      
                    
                  
                    
                      
                        Stored procedure and GRANT EXECUTE permissions
                        
                        
                        
                        
                      
                      
                      
                
              I am having problems with synchronizing stored procedures.  I keep getting a discrepancy on permissions to execute the stored procedure.  When I select the item and "synchronize", I then refresh th...