You cannot save to a SQL Server database with jQuery. You do it with your server.
You can send data to your server using jQuery.
You need to write server code to do something with the data.
The page Jake linked discusses using Ajax to send some data to your server, using jQuery Datatable.