irrelevant
Check the connectivity of the database.
Solution:
Check the connectivity of the database. If the database uses sqlserver, perform the following operations:
(1)Methods a: Use studio to connect to sqlserver


(2)method b: Use cli to connect to sqlserver

Command: osql –S <server ip> -U <user name> -P <psw>