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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need function to return single value

Status
Not open for further replies.

VicRauch

Programmer
Sep 26, 2004
242
US
I'm trying to get a list of column names with their table name for every column in my database that is an Identity column. Where I have hung up is trying to figure out how to write a function that will return True or False (for IsIndentity) when given the TableName and ColumnName. I'm just getting started with T-SQL.

Thanks,
Vic
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top