This is killing me... I'm fairly familiar with TSQL but I'm by no means a DBA or even close...
My issue is that I have a column with blood pressure values in it, the values are separated by a '/' to the left are 2 or 3 numbers and the same to the right.
I need to basically just strip what's before the '/' and put those #'s in their own column, and what's after the '/' and put those #'s in their own column.
Column 'BP' has values xxx/xxx or xx/xxx or xx/xx or xxx/xx and is nvarchar.
Thanks for your help!
My issue is that I have a column with blood pressure values in it, the values are separated by a '/' to the left are 2 or 3 numbers and the same to the right.
I need to basically just strip what's before the '/' and put those #'s in their own column, and what's after the '/' and put those #'s in their own column.
Column 'BP' has values xxx/xxx or xx/xxx or xx/xx or xxx/xx and is nvarchar.

Thanks for your help!