Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IDENT_CURRENT Problem

Status
Not open for further replies.

kanikag

Programmer
Oct 29, 2002
3
US
Is there a way of distinguishing a now empty table that
has had exactly one row inserted and subsequently deleted
from a table that has never had a row inserted? We have a table with identity seed set to 101.In both the above cases IDENT_CURRENT('tablename') returns 101. How do I isolate a table that has never had a row inserted?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top