Sometimes when trying to execute an SQL query you can get the following error: Syntax error converting from a character string to uniqueidentifier. This error is because the type of variable you are trying to enter is a character string (such as some words), while the database column is set to expect a GUID type.
Continue reading...
Continue reading...