vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Is there a limitation of using: set @sessionID = NEWID() would there be a simular NEWID() being generated if used in a database application. Eugene Anthony *** Sent via Developersdex http://www.developersdex.com *** |
| ||||
| Eugene Anthony (solomon_13000@yahoo.com) writes: > Is there a limitation of using: > > set @sessionID = NEWID() > > would there be a simular NEWID() being generated if used in a database > application. It's not exactly clear what you are asking, but if I take wild guess and the question is whether the same GUID can be generated twice, the answer is that the likelyhood for this is negligible, 2^-128 is a very small number. -- Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se Books Online for SQL Server 2005 at http://www.microsoft.com/technet/pro...ads/books.mspx Books Online for SQL Server 2000 at http://www.microsoft.com/sql/prodinf...ons/books.mspx |