Yes it takes the default database to be "master" But you can edit the jdbc url to specify your database name.
databaseName=XXX;
Also authenticate with MS-SQL Server Using MS Generic Driver and possible create a Splunk user to access those tables . You Can check with your DB guy to do that.
... View more