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 8429229
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T05:16:38+00:00 2026-06-10T05:16:38+00:00

I have table that has the following schema: ID,firstName,MiddleName,LastName,FML,[some other columns] FML column is

  • 0

I have table that has the following schema:

ID,firstName,MiddleName,LastName,FML,[some other columns]

FML column is created by concatenation firstName,space character,MiddleName,space character and last name. I want to search persong when you know FML. Therefore my query is

SELECT * from tbl where FML LIKE @Param

But I want to optimize this query, I’m thinking of separating input string into firstName,MiddleName,LastName strings and make query like that

SELECT * FROM tbl where firstName like @FN and MiddleName like @MN and LastName like @ln. 

Also will query

SELECT smth from tbl where Val='test'

Be better in terms of performance then

Select smth from tbl where Val like 'test'

Thank you.

  • 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-06-10T05:16:40+00:00Added an answer on June 10, 2026 at 5:16 am

    If you mean =, then use =. If you mean like, then use like. But once you add wildcards to like, the performance will decrease.

    By separating and filtering on separate fields, you lose flexibility, but increase the ability to be more specific in your search. So it’s not optimising, per se, as the functionality is different.

    Imagine you have two records, Jack Roberts, and Robert Jack

    Your first query allows you to find them both if your query is ‘%Robert%’, whereas the second allows you to find them with separate queries.

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

Sidebar

Related Questions

i have a table that has following column Type -------- type 1 type 2
I have a MSSQL table stores that has the following columns in a table:
I have a table name Discount that has the following schema: PK DiscountID int
I have an azure table that has the following schema: public class Village :
I have a table that has multiple rows with the following fields: PersonName SongName
I have a SQL database that has the following table: Table: PhoneRecords -------------- ID(identity
I have a table that has two datetime columns (one for start time and
I have a table that has no primary key, and one cannot be created
I have a DB table that uses the following schema: CREATE TABLE users (id
I have a table created with the following schema: CREATE TABLE [dbo].[Visualizations] ( VisualizationID

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.