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 |
|
arorarahul.0688
Posting Yak Master
125 Posts |
Posted - 2008-03-04 : 05:45:57
|
| What is unique index in sql server 2k?plz some one help me out, thanxRahul Arora 07 BatchNCCE Israna, ######################IMPOSSIBLE = I+M+POSSIBLE |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-03-04 : 05:59:59
|
| Unique index states that it wont allow duplicate values. Its automatically created for primary key columnshttp://www.odetocode.com/Articles/70.aspx |
 |
|
|
arorarahul.0688
Posting Yak Master
125 Posts |
Posted - 2008-03-04 : 06:29:08
|
quote: Originally posted by visakh16 Unique index states that it wont allow duplicate values. Its automatically created for primary key columnshttp://www.odetocode.com/Articles/70.aspx
thanks it workedRahul Arora 07 BatchNCCE Israna, ######################IMPOSSIBLE = I+M+POSSIBLE |
 |
|
|
|
|
|