Posts

Find procedure and function in SQL Server

ROUTINE_TYPE =   'PROCEDURE' OR     'Function' Select   ROUTINE_TYPE , SPECIFIC_NAME , ROU TINE_DEFINITION FROM      INFORMATION_SCHEMA.ROUTINES WHERE     OBJECTPROPERTY ( OBJECT_ID ( SPECI FIC_NAME ), 'IsMSShipped' )   = 0          AND   ROUTINE_DEFINITION    like   '%prcleave%'          AND   ROUTINE_TYPE = 'PROCEDURE'

“Secrets of Life”

Winners believe!! Winners believe in themselves….in what they do. Belief drives passion… passion for a definite purpose. If we believe in ourselves, believe in our personal vision with unyielding determination, we succeed.  “Whatever the mind can conceive and believe… it can achieve.”                   – Napoleon Hill One of the important lessons I have learned from decades of experiencing the cycles of life is that how we view the world is all in our minds. If we think we “can’t”….then we “can’t”. If we only “try”, then we are not fully committed and leave the door open for failure. Our lives become what we truly believe, and what we believe creates our lives.  I believe….. first in my marriage, and have the best marriage of anyone I know. I believe…. in myself (sometimes less than perfect,) and have developed strong self confidence. Self confidence attracts others… it’s contagious. We all need ...