What do we mean by ParseName in-built function?

 Posted by vishalneeraj-24503 on 11/3/2014 | Category: Sql Server Interview questions | Views: 1861 | Points: 40
Answer:

ParseName function works as Dot Net Split function ,As Split method is used to separate deliminated values and using index we can get value.ParseName function works exactly same.
The ParseName string function returns the specified part of an object name.
Syntax:-
ParseName('object_name',object_part);

Where object_name is a name of the string object.
object_part is always an integer type.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response