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 |
|
1821
Starting Member
18 Posts |
Posted - 2008-04-14 : 17:24:19
|
| Hi guys,Is there a method in sql server 2005 to format the primary key so it can be alphanumberic?Thanks. |
|
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2008-04-14 : 17:42:05
|
| have a check constraint on a column and set it as a primary key._______________________________________________Causing trouble since 1980blog: http://weblogs.sqlteam.com/mladenpSSMS Add-in that does a few things: www.ssmstoolspack.com |
 |
|
|
RyanRandall
Master Smack Fu Yak Hacker
1074 Posts |
|
|
|
|
|