login
|
about
|
faq
Questions
Tags
Users
Badges
Unanswered
Ask Question
Search Results
relevance
newest
votes
active
1
vote
SqlServer create table with MySql like auto_increment primary key
As advised above, use an IDENTITY field. CREATE TABLE foo ( user_id int IDENTITY(1,1) NOT NULL, name varchar(50) ) …
answered
Sep 17 '08 at 17:55
nsr81
456
●
1
●
10
posts containing
user:16522
within these tags
sql-server
Want better search results?
See our search tips!
Stack Overflow works best with JavaScript enabled