I need help with a SQL query. The below query if run on a 2008 R2 Instance gives the output of 10.50.4276.0
select (SERVERPROPERTY('productversion'))
What do I do if I want the output to be limited to 10.5?
Thanks
I need help with a SQL query. The below query if run on a 2008 R2 Instance gives the output of 10.50.4276.0
select (SERVERPROPERTY('productversion'))
What do I do if I want the output to be limited to 10.5?
Thanks