declare @var varchar(50)='Application-04-03-2014.txt'
i have the following variable and i want to print 2014-04-03 from the given variable
need help..want to do it using the string functions
declare @var varchar(50)='Application-04-03-2014.txt'
i have the following variable and i want to print 2014-04-03 from the given variable
need help..want to do it using the string functions