What is the return type of Ident_Seed function?

 Posted by vishalneeraj-24503 on 1/20/2015 | Category: Sql Server Interview questions | Views: 1939 | Points: 40
Answer:

Ident_Seed function always returns numeric values.

For Example:-
Select Ident_Seed('Table_Name');

Then it will always return the numeric values.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response