This code works.
sqoop list-databases --connect jdbc:sqlserver://myserver:1433 --username test --password test
How do I add the named instance to it? I tried the following code but failed.
sqoop list-databases --connect jdbc:sqlserver://myserver:1433\testsql --username test --password test