Viewing 4 posts - 1 through 4 (of 4 total)
Another thought is not backing up to the same box your db server is on 🙂
Email I got yesterday from a frazzled IT lead ...
We recently had a sbs2003...
January 5, 2010 at 9:45 am
Well at least you know what to do now to prevent this in the future. Work on a backup plan. If you have questions there are plenty of articles, help...
February 14, 2008 at 12:38 am
John Bell helped out on this. Thanks much for the lesson here.
SELECT sfProducts.prodName, grades.GRADE, grades.MATERIAL, grades.ANSI, grades.ISO_RANGE, grades.COATING, grades.GRADE_DESCRIPTION FROM grades, sfProducts WHERE sfProducts.prodId = 'PL 01220' AND grades.mfgID =...
February 1, 2003 at 3:40 pm
Thanks Andy,
Changing to
(CHARINDEX(sfProducts.prodName & ' ', ' ' & grades.GRADE & ' ') > 0)
I get
Invalid operator for datatype. Operator equals boolean and datatype equals nvarchar.
Kim
February 1, 2003 at 3:17 pm
Viewing 4 posts - 1 through 4 (of 4 total)