How to pass array of strings to stored proc in azure Sql? If not then do we have any alternative to string split to handle parameter passed like ‘123,34,46,44’ in stored proc in azure Sql? Here 123,34,46 are 3 different strings
I’m looking to get rid of string_split in stored proc for optimization