I am using SQL SERVER for database related operation in my application.
I have created one view that contains following data:
I want one new field with this view and that field should contains the same data as you can see in Size column in the above view.
But I have to remove coming slash from that data.
Is there any query or function to remove slash from the data in SQL SERVER?

replace()