Forum Replies Created

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

  • RE: Not able to print the message in the T-sql code

    To avoid this problem in any complicated stored procedures, initialize the variable to empty before using them in any string manipulation.

    e.g.

    Declare @MobileCode as varchar(50), @MobileCodeNew as varchar(50), @MobileCodeForN as varchar(50),...

  • RE: Too Tired to Work Smart

    Watching your breath also helps you relax quickly.

  • RE: Too Tired to Work Smart

    You are so right! Everyone sometimes or other hits this phase. When mind is tired and can't think of anything new or it cannot see what is the...

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