I am trying to import a table into SQL Server and executing the following statement:
INSERT INTO [schemes]
VALUES('3510C197C4043E419C8F01E0C62FA978', 1, 'AS2', null,
'2009-04-21 12:52:00.000', '2009-04-21 12:52:00.000');
I am getting an exception
Conversion failed when converting from a character string to uniqueidentifier
Can anyone help me solve this issue?