String Split in Sql server If your sql Compatibility level Below 130
Do You Know How To Split The Sting Using Sql Server ,If Your Sql Server Compatibility level is Below 130
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajanikant HawaldarPosted Mar 30, 2021, 11:26 AM
Jaimin ShethiyaPosted Mar 30, 2021, 5:57 AM
try below query and checked the your database Compatibility level
SELECT compatibility_level FROM sys.databases WHERE name = 'Your_Database_Name';
Thanks
Ajay KumarPosted Mar 25, 2021, 5:11 AM