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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Random alphanumeric key

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 advance

Greetings

Stefan

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}
Go to Top of Page
   

- Advertisement -