Guest User

Untitled

a guest
Jan 30th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. mvn -Dflyway.user=myusername -Dflyway.password=mypassword -Dflyway.url=jdbc:sqlserver://host:port;databaseName=mydbname flyway:info
  2.  
  3. Unable to obtain Jdbc connection from DataSource
  4. Cannot open database "mydbname" requested by the login. The login failed.
  5.  
  6. sqlcmd -S host -Q "select getdate()" -U myusername -P mypassword -d mydbname
Add Comment
Please, Sign In to add comment