Forum Replies Created

Viewing 15 posts - 886 through 900 (of 1,391 total)

  • Reply To: How to compare strings by letters in certain places

    Ok here's contender #1.  This one doesn't split the six and five letter input strings into separate words.  It splits it straight into letters and finds the commas and bases...

  • Reply To: How to compare strings by letters in certain places

    BOR15K wrote:

    Thank you All!

    Steve, apologies - I had no intention to offend you. I have looked into fnTally / the link you have kindly provided.

    Much obliged.

    Thank you for the kind...

  • Reply To: How to compare strings by letters in certain places

    Jeff Moden wrote:

    BOR15K wrote:

    Thank you, Steve

    Sadly none of your examples works for me from the Studio - getting various error messages.

    The code probably worked just fine for Steve.  When you get...

  • Reply To: How to compare strings by letters in certain places

    Maybe you do not have an fnTally function?  If so that's easily remedied.  Have a look at this thread.  What are the specific messages?

  • Reply To: How to compare strings by letters in certain places

    Here's for six letters.  It returns Bertha.  To do for five letters would follow a similar pattern.

    DECLARE @six_letters NVARCHAR(MAX) = 'hurrah, buzzed, Bertha, patter, mettle, holler, collie,...
  • Reply To: How to compare strings by letters in certain places

    DECLARE @six_letters NVARCHAR(MAX) = 'hurrah, buzzed, Bertha, patter, mettle, holler, collie, yuppie, rabble, tallow, brooks, tassel, meddle, callus, peddle, sobbed, kneels, getter, brooms, dulled, maggot, webbed' ...
  • Reply To: Use a while loop or cursor for querying row by row and insert results into temp

    Maybe have a look at this other thread where something similar was discussed.

    https://www.sqlservercentral.com/forums/topic/ignoring-error-and-continue/page/2/#post-3765149

    Not the connecting using openrowset but the loop and the error and continue

  • Reply To: Desktop or Laptop for Remote Work

    Jonathan Gennick wrote:

    For the road I have a small-form-factor laptop that fits nicely on an airline tray table.

    That's what I should've done.  My Asus laptop with a 17" screen weighs like...

  • Reply To: EF Code-First

    Jeff Moden wrote:

    You should write an article on it and submit it. 

    Steve Collins wrote:

    ...I'll submit something.

    Since this was written I've been on this trying to make it happen.  Wow, 3 months ago...

    Attachments:
    You must be logged in to view attached files.
  • Viewing 15 posts - 886 through 900 (of 1,391 total)