How to change Date Format in sql server 2008 r2
hi All ,In my sql server the date format is like ss-mm-yyyy.
if i insert like
insert into dates values('11/10/2015','12/10/2015') => this query
it gives output like 11-10-2015.
but i want output how am inserting. my inserted format.
it should be 11/10/2015.
So how to i change the default format.
i want the date format will be the dd/mm/yyyy format Always.
so how can i set it in sqlserver.(bankend)
Thanks with
Paul.S