Activity overview
Latest activity by neilmcse
                    
                      
                        
neilmcse wrote: 
Is there an option to show the percentage completed similar to WITH STATS. didn't see one in the help file so... 
 
further to this I am looking for it in teh command line style (I know the GUI has one) as follows (xp)  
master..sqlbackup N'-SQL "BACKUP DATABASE [dbname]  TO DISK = ''X:\backupname.sqb'' WITH NAME = ''<AUTO>'', DESCRIPTION = ''<AUTO>'', INIT, COMPRESSION = 2"' / comments
                        
                        
                        
                      
                      
                      
                
                  
neilmcse wrote:
Is there an option to show the percentage completed similar to WITH STATS. didn't see one in the help file so...
further to this I am looking for it in teh command line style (...
                      
                    
                  
                    
                      
                        Percentage complete
                        
                        
                        
                        
                      
                      
                      
                
                  Is there an option to show the percentage completed similar to WITH STATS. didn't see one in the help file so...
                      
                    
                  
                    
                      
                        blast. Thanks anyway  
*let the rewrites begin!*  
N / comments
                        
                        
                        
                      
                      
                      
                
                  blast. Thanks anyway
*let the rewrites begin!*
N
                      
                    
                  
                    
                      
                        SQLDMO like objects.
                        
                        
                        
                        
                      
                      
                      
                
                  I have a home made vb app that uses direct calls to the SQLDMO.Backup objects. Is there something similar I can use with SQLBackup? What objects/methods/properties are available as nothing readily ...
                      
                    
                  
                    
                      
                        Bug? Information_Schema views in SQL 2000
                        
                        
                        
                        
                      
                      
                      
                
              sorry if this has been picked up before...
Is there a reason why SQL Pormpt only fills in the column name and not the view when it offers the prompt? When I enter Select * from and hit the space I ...