Viewing 7 posts - 1 through 7 (of 7 total)
Thanks John, this is the solution that i came up with too, but the speed is slow. Are there any tricks or tips you have that might improve performance? Now...
August 16, 2005 at 9:23 am
SQL INFO
Microsoft SQL Server 2000 - 8.00.760 (Intel X86) Dec 17 2002 14:22:05 Copyright (c) 1988-2003 Microsoft Corporation Standard Edition on Windows NT 5.0 (Build 2195: Service Pack 4)
August 15, 2005 at 12:30 pm
OK, when it runs the Incremental population it is bombing. Full population after rebuild works no problems. Application log has many of these error messages.
The transaction cannot be updated in...
March 14, 2005 at 9:48 am
Nothing in the application log other than that the crawl started. We are running it now and it should be complete by 12 PST. I'll keep an eye on it...
March 9, 2005 at 9:07 am
I checked the noise file and I think I found the culprate. I removed the line with the numbers. 1 2 3 4 5 6 7 8 9 0. Repopulation and...
March 4, 2005 at 11:03 am
Microsoft SQL Server 2000 - 8.00.760 (Intel X86) Dec 17 2002 14:22:05 Copyright (c) 1988-2003 Microsoft Corporation Standard Edition on Windows NT 5.0 (Build 2195: Service Pack 4)
The column...
March 4, 2005 at 9:26 am
You can use a union query here is an example
SELECT * FROM Database1.dbo.TableName
UNION
SELECT * FROM Database2.dbo.TableName
March 3, 2005 at 5:05 pm
Viewing 7 posts - 1 through 7 (of 7 total)