Forum Replies Created

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

  • RE: The Worst Code

    Here, here!  To rephrase my pancake argument from several years back, no matter the level of planning, the level of quality assurance or the number of peer reviews that precedes...

  • RE: Script out passwords

    Pretty slick!!!

  • RE: Get the defination of all table type in database

    Mitesh,

    This is the only result I received, and then only against the msdb database:

    IF EXISTS(SELECT TOP 1 NULL FROM sys.systypes where Name = 'syspolicy_target_filters_type')

    DROP TYPE syspolicy_target_filters_type;

    CREATE TYPE syspolicy_target_filters_type AS TABLE

    (target_filter_id...

  • RE: The Worst Code

    Your executive was probably somewhat correct. If the normal response to activities on your inter/intranet are at one general speed then both a slow response activity AND a fast...

  • RE: The Worst Code

    The article is so true. I've been a developer since before the COBAL and Fortran days and long before the interactive programming days came along. But there is...

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