Search
 
SCRIPT & CODE EXAMPLE
 

SQL

sql server arabic collation

ALTER DATABASE [database] SET SINGLE_USER WITH ROLLBACK IMMEDIATE;

GO

ALTER DATABASE [database] COLLATE ARABIC_CI_AS;

GO

ALTER DATABASE [database] SET MULTI_USER;

GO
Comment

PREVIOUS NEXT
Code Example
Sql :: enable service broker in sql server 
Sql :: postgresql get last 10 records 
Sql :: get ip from phpmyadmin 
Sql :: oracle add auto_increment column to existing table 
Sql :: sql server week number 
Sql :: incorrect string value: mysql 
Sql :: sql select sum group by id laravel join 
Sql :: postgresql today - 1 year 
Sql :: mysql current date 
Sql :: where date in datetime mysql 
Sql :: delete record mysql query 
Sql :: select index table oracle 
Sql :: update single sql column 
Sql :: install beautifulsoup from terminal 
Sql :: sql order by where condition 
Sql :: postgresql to_char time 
Sql :: truncate table postgres 
Sql :: CX_Oracle - import data from Oracle to Pandas dataframe 
Sql :: CONCAT_WS() concat function in mysql 
Sql :: mac install mysql 
Sql :: how to get the date diff on once field in sql server 
Sql :: mysql subdate 
Sql :: SQL CREATE UNIQUE INDEX for Unique Values 
Sql :: apex set debug level 
Sql :: sql alter type of column 
Sql :: restart sql server command line linux 
Sql :: mysqldump ignore table 
Sql :: postgres list databases 
Sql :: set open file limit mac catalina mysql 
Sql :: mysql copy table to another table 
ADD CONTENT
Topic
Content
Source link
Name
4+5 =