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 |
|
wbb1975
Starting Member
23 Posts |
Posted - 2002-09-19 : 08:53:34
|
| Hi,how can I create a random alphanumeric key (not using special characters) with a fixed length in MSSQL7 (by using a stored procedue)???Thanks in advanceGreetingsStefan |
|
|
Page47
Master Smack Fu Yak Hacker
2878 Posts |
Posted - 2002-09-19 : 08:59:36
|
| The sample data in this article is randomly generated fixed length character data. Making it unique would be a matter of a NOT EXISTS correlated subquery construct, I suppose....Jay White{0} |
 |
|
|
|
|
|