Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
crugerenator
Posting Yak Master
126 Posts |
Posted - 2009-01-27 : 13:12:53
|
| I'm having a problem where I'm getting unique GUIDs in a SQLServerExpress database. A unique GUID is practically impossible, so I'm wondering if there's something in the Express edition of SQLServer that might cause it to recycle GUIDs. Any ideas? |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-01-27 : 13:14:07
|
| how are you generating GUIDS? using NEWID() function? |
 |
|
|
crugerenator
Posting Yak Master
126 Posts |
Posted - 2009-01-27 : 13:46:15
|
| I can't get into the DB, but I would assume so. |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-01-28 : 02:15:46
|
| see thishttp://msdn.microsoft.com/en-us/library/ms190215.aspx |
 |
|
|
|
|
|