How can we apply excel ceiling function with significance value in SQL server ?
=Ceiling(10,3)
it should return 12, because 12 is roundup nearest to 3
=Ceiling(36,7)
it should return 42, because 42 is roundup nearest to 7
More examples: https://i.stack.imgur.com/kSDYI.png