I' ve got this string:
DealerCode = [MAZ3].AccountID:[4340].StartDate=[2015-06-01]
select parsename('DealerCode = [MAZ3].AccountID:[4340].StartDate=[2015-06-01]', 1)
and so on gives me null. How should i change my query to get values between dots?