Skip to content

Connecting Linux HammerDB cli to MS SQL Server. #439

Answered by sm-shaw
garyjlittle asked this question in Q&A
Discussion options

You must be logged in to vote

First step to troubleshoot is does sqlcmd work using your login id and password (note I've changed my password to 'password' in the output shown) (SQL Server is installed on RHEL8), I'm going to login and drop my existing database this way.

For example:

$ sqlcmd -S localhost -U sa -P password
1> SELECT Name from sys.databases;
2> go
Name                                                                                                                            
--------------------------------------------------------------------------------------------------------------------------------
master                                                                                                  …

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by sm-shaw
Comment options

You must be logged in to vote
2 replies
@sm-shaw
Comment options

@sm-shaw
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants