Possible Duplicate: how are GUIDs generated in SQL Server?
I wonder how SQL Server 2008 GUIDs are generated? Entropy bits
Try this to get the GUID:-
SELECT NEWID()
You can refer How GUI generation works