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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T19:21:01+00:00 2026-05-11T19:21:01+00:00

I have been passed a piece of work that I can either do in

  • 0

I have been passed a piece of work that I can either do in my application or perhaps in SQL:

I have to get a date out of a string that may look like this:

1234567-DSP-01/01-VER-01/01

or like this:

1234567-VER-01/01-DSP-01/01

but may look like this:

00 12345 DISCH 01/01-VER-01/01 XXX X XXXXX

Yay. if it is a "DSP" then I want that date, if a "DISCH" then that date.

I am pulling the data out in a SQL Server view and would be happy to have the view transform the data for me. My application could do it but would add processor time. I could also see if the data could be manipulated before it is entered into the DB, I suppose.

Thank you for your time.

  • 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-11T19:21:01+00:00Added an answer on May 11, 2026 at 7:21 pm

    An option would be to check for the presence of DSP or DISCH then substring out the date as necessary.

    For example (I don’t have sqlserver today so I can verify syntax, sorry)

    select
      date = case date_attribute
                when charindex('DSP',date_attribute) > 0 then substring(date_attribute,beg,end)
                when charindex('DISCH',date_attribute) > 0 then substring(date_attribute,beg,end)
                else 'unknown'
            end 
     from myTable
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been passed a date string that looks like this: Thu%20Mar%2011%202010%2015%3A09%3A11%20GMT%2B0000%20(BST) I want
In my Java application I have been passed in a string that looks like
I'm attempting to build a method call from strings that have been passed into
Have been trying to encrypt an xml file to a string so that I
Only one argument is passed. Still I'm getting error that 2 arguments have been
Hi I'm very new to sql but have been passed a job in which
Have been searching how to convert a dictionary to a string. But the results
I have been working with SQL Server as a Developer a while. One thing
I have been writing a piece of code for my coursework in electromagnetic simulation
I have been trying to make my website performs well. One way that may

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.