Forum Replies Created

Viewing 15 posts - 1 through 15 (of 102 total)

  • Reply To: tags not visible in briefcase

    thanks for creating a bug, today i have noticed one more issue. Some of the forum questions and articles that are in my briefcase(under profile) doesn't display them. if i...

  • RE: PIVOT

    create table...

  • RE: help with substring

    thanks, i do have a scenario where there will be combination 'or', 'and'. 
    if it is only and clause i can split data easily.

    
                        
  • RE: help with substring

    Jason A. Long - Thursday, February 8, 2018 4:13 PM

    mxy - Thursday, February 8, 2018 3:54 PM

  • RE: XML ordering column in pivot

    i have a filter to remove any values that are blank in my original post. i have added code that i was able to achieve results by adding sort...

  • RE: XML ordering column in pivot

    thanks thom, i dont want to store null values in the table,  may be if i introduce a sort order field it might help, but i was not able to...

  • RE: SQL mail

    thanks for your help , i dont want to display setting and value i have removed that from final string . it looks good.

    set @table_results = REPLACE (@table_results...

  • RE: time - missing colon :

    Luis Cazares - Monday, July 24, 2017 9:45 AM

    mxy - Monday, July 24, 2017 9:40 AM

    July 24, 2017 at 10:11 am

    #1952417

  • RE: SQL mail

    hey thanks for your reply, my issue i need to display as pivot . Header should be on column 1 and column2 will have corresponding values.

  • RE: Dynamic sql

    Thom A - Sunday, January 15, 2017 3:36 AM

    mxy - Sunday, January 15, 2017 3:29 AM

    I...

  • RE: Dynamic sql

    I have wrote a function which checks sql injection this is sample code to demonstrate issue i

    have

  • RE: Dynamic sql

    Yes I am trying to replace it for all the underscore occurrences in the filter statement.

    Challenge is I should replace underscore for like operator not for equal to...

  • RE: Need Hep With SQL Login

    As jeff said make sure you have post DDL in consumable format next time. below is the code let me know.

    IF OBJECT_ID('tempdb..#temp') IS NOT NULL

    DROP TABLE #temp

    GO

    CREATE TABLE #temp...

  • RE: Is there a way to extract only credit card numbers from text

    this is a legacy system not in use currently, we are trying to find true credit card numbers so that we can mask with xxxx characters.

    other thing application used...

  • RE: Is there a way to extract only credit card numbers from text

    thanks alan for your time and providing a solution i will test it on my data and make necessary changes if needed based on my real data

Viewing 15 posts - 1 through 15 (of 102 total)