I have a SQL table that I am trying to insert my features into from a feature server. I have a shape column in the destination table:

But my features don't have just a plain old shape field like this:

I see that there is a geometry object that has my X, Y values that I am storing in my destination table. Is there some function that I need to call using those x, y values that will create a shape object(?) that I can then insert into my destination table?
Thanks,
Darrin