I'm inclined to believe it can't be done, but I'll ask anyway: I need to create records for an entity from SQL Server, not using JScript or invoquing CRM Web Service. In order to do this, I must generate a UniqueIdentifier value for the ID. I've seen some ways to do it (creating a record for any entity, geting the ID and then deleting the record, for example) but I need to do it all in SQL Server. Any idea?
Thanks in advance.