Viewing 4 posts - 1 through 4 (of 4 total)
Well our problem is that iFilter can't be changed for TEXT column types.
As Hilary Cotter's web page states:
For columns of the CHAR, NCHAR, VARCHAR, NVARCHAR, TEXT, and NTEXT data types...
September 24, 2007 at 7:46 pm
Detach is not a problem as copied data base is just a template.
Backup - Restore does not work (at least not with SQL Server Manager) because I'm trying to create...
March 13, 2007 at 6:10 pm
Problem solved.
SUM(CONVERT(int,(ISNULL(A.RANK, 0) + ISNULL(A.RANK, 0))) AS TOTALRANK
did the trick
November 19, 2006 at 7:16 pm
Thank you all for your ideas. I think that Paul Rubel is on right track when succesting that SP is being recompiled.
dbo.GetChilds function is actually a bit hazardous and it's...
October 9, 2006 at 2:28 pm
Viewing 4 posts - 1 through 4 (of 4 total)