Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • Reply To: List of RTA numbers based on the lucky number you

    After running your code I found

    37 is the first number which is not the total of any four digit number

  • Reply To: Exec scripts in a group of databases

    Hi William Talada

    I liked the script and has created a template to my need as

    if db_name() not in ('payfknitfab','payfNova','payfd53_sql','payfa33_cont','payfjkt','payfgrmn_b26','payfgrmn_sql','payfNova_cont'

    ,'payho_sql','payfd53_cmpl','payfHO','payfd53_cont')

    use payfknitfab

    else if db_name() = 'payfknitfab' use payfNova

    else if db_name() = 'payfNova'...

Viewing 2 posts - 1 through 2 (of 2 total)