Monday, February 4, 2013

To insert guid in table in sql server use
CONVERT(uniqueidentifier, 'AE019609-99E0-4EF5-85BB-AD90DC302E70'),

reference: http://stackoverflow.com/questions/959826/inserting-guid-into-sql-server

No comments:

c# httpclient The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch

 If we get this error while trying to get http reponse using HttpClient object, it could mean that certificate validation fails for the remo...