Unless the SessionId and Originator are changing in the SDP among other items it may not work.
The other stack might see the SDP and accept it but be unable to communicate with the remote client.
The SDP will most likely have to be re-written to some degree. If you want an alternative you can convert the SDP to XML and store the XML in the database and then use a function to query the xml and write it out as a SDP dynamicaly....
If XML is out of the question and you really only care about store see about using the filestream
option in SQLServer http://www.databasejournal.com/features/mssql/filestream-and-filetable-in-sql-server-2012.html
Furthermore after reading this Draft Spec which is relevant only to WebRTC...
https://datatracker.ietf.org/doc/html/draft-nandakumar-rtcweb-sdp-00#page-3
I believe you will definitely have to rewrite portions of the SDP because of the Key Exchange used in the SDP.