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 |
|
sardinka
Posting Yak Master
142 Posts |
Posted - 2006-02-27 : 16:41:56
|
| What is the best way to do Indentity(1,1) on fields which is varchar(8)? |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2006-02-27 : 16:43:03
|
| Why would you want to use IDENTITY if the column is defined as varchar?Tara Kizeraka tduggan |
 |
|
|
jsmith8858
Dr. Cross Join
7423 Posts |
Posted - 2006-02-27 : 16:51:01
|
Conversely ... Why would you want to use varchar() if the column defined as an IDENTITY? |
 |
|
|
|
|
|