I have a big problem, since today. Before I could insert Guids into this table.
When I call
INSERT INTO table(ID)
VALUES (NEWID());
I get a conversion error, what’s impossible is.
ID is uniqueidentifier.
I get this error in only one table. Can’t see any differences between table settings.
Can anybody help?
try this: