Search
 
SCRIPT & CODE EXAMPLE
 

SQL

play framework connection via windows sql server

in application.conf
db {
default.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver,
default.url="jdbc:sqlserver://127.0.0.1:1541;databaseName=yourdatabasename",
default.username=username,
default.password="password"
}

port of your mssql server you can find in "Sql Server Configuration Manager", my was mssql server was using port 1541
Comment

PREVIOUS NEXT
Code Example
Sql :: MySQL Quartiles in SQL query 
Sql :: joins vs includes 
Sql :: restart sequence table mysql 
Sql :: Show mysql account privilleges 
Sql :: mysql phpmyadmin mysqli_construct:: error for mac user 
Sql :: john the ripper mysql 
Sql :: *Action: Options are to resolve the compilation/authorization errors, disable the trigger, or drop the trigger. 
Sql :: create query in where clasue 
Sql :: bus source and destination equal to destination and source of another by sql query 
Sql :: plsql to generate all combinations of specified number of characters in string 
Sql :: mysql Digital Ocean connection problems 
Sql :: oracle connection 
Sql :: get who is hired in january in sql 
Sql :: select statement to print shortest name 
Sql :: sql syntax chekcer 
Sql :: generate series sqlserver 2005 
Sql :: how to fix mysql stop unexpectedly 
Sql :: ring MySQL enable or disable the auto commit feature 
Sql :: how to restart postgres server on windows 
Sql :: sql query for getting details by id 
Sql :: create more than 1 tables with references to each other in sqlite3 
Sql :: postgresql 
Sql :: mysql master slave setup with keepalived 
Sql :: how to drop mili second in sql 
Sql :: hive batch drop table 
Sql :: how to query all tables mysql at the same time 
Sql :: Aktor yang pernah terlibat di film bergenre Aksi di sql 
Sql :: sql select upcoming birthdays 
Sql :: what is group function in sql 
Sql :: distance calculator from lat long sql query 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =