When I run sp4 on my sql7 win 2k server, the patch gets
as far as writing scripts 1 of 8. It says that it can't
has problems executing the script and ask to retry or
cancel. I can hit the retry button but after 4 tries, it
cancels out of the patch. I've updated the win 2k server
patches...
more >>
Hello,
I have an SQL Server (7 SP2) running several databases with full text
indexed tables. One of the full text catalogs seems to have been lost
and I can't rebuild it.
I tried using QA and entering ...
EXEC sp_fulltext_database 'enable'
exec sp_fulltext_catalog N'Products_FullTextInde...
more >>
I have an existing application using SQL 2000 that works
with scanned images of documents. I want to add the
ability to OCR the images and store the recognized words
in SQL to utilize FTS against them.
How do I calculate the storage requirements for the
additional table to hold the recogn...
more >>
Hey everyone!
Im working with VB.net in correlation with MS SQL server and im trying
to write a function that matches strings with their counterpart in the
database. I do this by using a stored procedure that i call from my VB
code. The stored procedure looks like this:
CREATE PROCEDURE SpecY...
more >>