I am able to connect to the database using sqlcmd
sqlcmd -S servername.com,1433 -d <database> -U username -P password
The above command works and able to query the database
I am able to connect to the database using sqlcmd
sqlcmd -S servername.com,1433 -d <database> -U username -P password
The above command works and able to query the database