Viewing 5 posts - 1 through 5 (of 5 total)
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...
December 20, 2017 at 4:51 pm
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...
March 27, 2014 at 9:43 am
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...
March 18, 2014 at 5:36 pm
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...
March 18, 2014 at 10:51 am
Viewing 5 posts - 1 through 5 (of 5 total)