TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
kishor choure
NA
87
46.1k
How to generate automatic values inside column?
Aug 10 2012 5:15 AM
I know that using Identity we can generate automatic values . but Identity is not a better option for auto generate values becoz when I delete one record inside my table then this table Identity column does not take deleted identity value when next record inserted inside table.
example : When I delete values from customer cust_id is Identity column
suppose customer table has 5 records. when I delete 5th record from the table then Identity value is not set with 5 (If you have solution please help me) and when I insert record inside customer table then Identity column takes directly 6th value.I required it identity must take 5 value instead of 6th when next record insert inside table.Please help me regarding this.Thanks in advance.
Reply
Answers (
1
)
How to rename sql server 2005 server name?
Data Pooling