Search
 
SCRIPT & CODE EXAMPLE
 

SQL

ubuntu connect to mssql database

// if u use sql cli   https://github.com/dbcli/mssql-cli
//conect to server
mssql-cli -S <server URL> -d <database name> -U <username> -P <password>

//select the version from the server
Select @@version
Comment

PREVIOUS NEXT
Code Example
Sql :: connectionstring mysql c# 
Sql :: mysql concatenate null 
Sql :: mysql else if 
Sql :: get primary key of table 
Sql :: query less than datetime sql 
Sql :: count mysql 
Sql :: mysql grant access to one database 
Sql :: install mysql on bash 
Sql :: sql count null 
Sql :: oracle convert int to date 
Sql :: pl/sql cursor 
Sql :: postgresql create query 
Sql :: declare variables sql 
Sql :: define a variable in mysql from select 
Sql :: rename column sql 
Sql :: sql alter type of column 
Sql :: postgresql update auto_increment value 
Sql :: mysql show all table from database 
Sql :: mysql get last insert id 
Sql :: mysql show views 
Sql :: sql views 
Sql :: mysql list tables by size 
Sql :: sql select duplicates based on two columns 
Sql :: RowDataPacket 
Sql :: oracle leftmost characters 
Sql :: How can I tell how many Cores SQL Server is actually using? 
Sql :: The local psql command could not be located 
Sql :: mysql update column to be nullable 
Sql :: sqlalchemy update row 
Sql :: how to access to mysql without root 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =