...and I don't mean SCOPE_IDENTITY() 
How can I get the value of the last UNIQUEIDENTIFIER inserted into a table with a DEFAULT value of NewSequentialID. I was hoping to find a built in function of sorts to give me the value as opposed to SELECTing it of the table itself.
A Program is only Complete when the Programmer Dies