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:

SSL Error - The connection for this site is not secure

 After cloning a git repo of dot net framework website and trying to run it all I could see was this error Turns out the fix was to simply e...