Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6594861
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T17:51:54+00:00 2026-05-25T17:51:54+00:00

I have written functions to get LastName , Credentials, Suffix and Middle Name. I

  • 0

I have written functions to get LastName , Credentials, Suffix and Middle Name. I replacing the out put of all these in a name to get First Name. I am getting FirstName as null insted of FirstName. Could any one help me resolve it.

alter function FirstName(@Name varchar(100))
returns varchar(25)
as
begin
declare @FirstName varchar(70)
declare @LastName varchar(100)
declare @Suffix varchar(100)
declare @Cred1 varchar(100)
declare @Cred2 varchar(100)
declare @MiddleName varchar(100)
set @LastName = dbo.LastName(@Name)
set @Suffix = dbo.Suffix(@Name)
set @Cred1 = dbo.Cred(@Name)
set @Cred2 = dbo.Cred2(@Name)
set @MiddleName = dbo.MiddleName(@Name)
set @FirstName = @Name
set @FirstName =case when len(@Cred1) >0
           then stuff(@FirstName,charindex('%'+@Cred1+'%',@Name),len(@Cred1),' ')
          else @FirstName
           end
set @FirstName =case when len(@Cred2) >0
           then stuff(@Name,charindex('%'+@Cred2+'%',@Name),len(@Cred2),' ')
            else @FirstName 
             end
set @FirstName =case when len(@Suffix) >0
           then stuff(@Name,charindex('%'+@Suffix+'%',@Name),len(@Suffix),' ')
            else @FirstName 
             end
set @FirstName =case when len(@LastName) >0
            then stuff(@FirstName,charindex('%'+@LastName+'%',@Name),len(@LastName),' ')
            else @FirstName 
            end
set @FirstName =case when len(@MiddleName) >0
            then stuff(@Name,charindex('%'+@MiddleName+'%',@Name),len(@MiddleName),' ')
            else @FirstName 
             end

return @FirstName

end
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T17:51:55+00:00Added an answer on May 25, 2026 at 5:51 pm

    If charindex('%'+@MiddleName+'%',@Name) returns a negative value or a value longer than the length of the field it is trying to operate on, e.g. @FirstName or @Name, then a null string is returned.

    I would check the values that you are using to see if this is the case.

    Check out http://msdn.microsoft.com/en-us/library/ms188043.aspx to see the details of this function.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a few functions written in C for a game project. These functions
I have written a BSP level renderer and have ironed out all of the
I have written some general functions to convert between decimal and any other base-n
I have written a few nearly identical functions, except for their names. For example:
I have written a webservice using the PHP SOAP classes. It has functions to
For our online game, we have written tons of PHP classes and functions grouped
I am trying to understand functions returning a reference. For that I have written
I have written a class (AbcdBase) which holds several static objects, these include maps
I am practicing with functions on the vector class. i have written a function
I have written two functions setSes() and getSes() and here I have written session_start()

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.