Viewing 4 posts - 1 through 4 (of 4 total)
katesl (7/15/2010)
So it's OK to depend on a job that runs infrequently, but it's not OK to depend on a table that has to be maintained infrequently? Where's your...
July 15, 2010 at 8:28 am
ziangij (7/15/2010)
Tom Williams-175034 (7/15/2010)
July 15, 2010 at 4:22 am
Here we've always been of the belief that you shouldn't have tables with date ranges, because tables get created and populated, the query in question works, and the table gets...
July 15, 2010 at 2:15 am
Or to take Kenneth's use of char(39), how about:
SELECT Bob FROM Dog WHERE Bob LIKE '%' + CHAR(39) + '%'
Pretty much the same thing really - useful when...
September 21, 2004 at 6:05 am
Viewing 4 posts - 1 through 4 (of 4 total)