Detach a Library from the SQL server from the command line.
|  
				   Command  | 
 
				   Details  | 
|---|---|
|  
				   -Odetachlibrary  | 
 
				   The operation being performed (required).  | 
|  
				   -NLibraryName  | 
 
				   The database name of the library to detach.  | 
|  
				   -VUusername  | 
 
				   Vault administrator account user name (required).  | 
|  
				   -VPpassword  | 
 
				   Vault administrator account password (required).  | 
|  
				   -DBUsaUser  | 
 
				   The SQL sa account user name (required unless default sa account is used).  | 
|  
				   -DBPsapassword  | 
 
				   The SQL sa account password (required unless default sa account is used).  | 
Example
Connectivity.ADMSConsole.exe -Odetachlibrary -N"Inventor Standard Content" -VUadministrator -VPadmin -DBUsername -DBPassword