Click here to Skip to main content
15,896,453 members
Home / Discussions / Database
   

Database

 
GeneralRe: How to improve SQL Database Select query's performance ? Pin
Paul Conrad4-Aug-12 11:55
professionalPaul Conrad4-Aug-12 11:55 
GeneralRe: How to improve SQL Database Select query's performance ? Pin
David Mujica6-Aug-12 3:35
David Mujica6-Aug-12 3:35 
AnswerRe: How to improve SQL Database Select query's performance ? Pin
Michael Potter3-Aug-12 5:38
Michael Potter3-Aug-12 5:38 
AnswerRe: How to improve SQL Database Select query's performance ? Pin
Mycroft Holmes3-Aug-12 13:55
professionalMycroft Holmes3-Aug-12 13:55 
GeneralSQL Server - full text search sentences that match keyword Pin
asimptota7773-Aug-12 1:31
asimptota7773-Aug-12 1:31 
GeneralRe: SQL Server - full text search sentences that match keyword Pin
Eddy Vluggen3-Aug-12 2:19
professionalEddy Vluggen3-Aug-12 2:19 
GeneralRe: SQL Server - full text search sentences that match keyword Pin
asimptota7773-Aug-12 3:35
asimptota7773-Aug-12 3:35 
AnswerRe: SQL Server - full text search sentences that match keyword Pin
Eddy Vluggen3-Aug-12 5:14
professionalEddy Vluggen3-Aug-12 5:14 
asimptota777 wrote:
But, I need to retrieve a sentence or sentences from that or any other document that contain that keyword.

Then you will need IFilters for each type of document that's in your database. There's no way of reading "every" document, since each fileformat (and their versions) have different encodings and layouts.

You can download those for Office here[^] (2007/2010).

If you have a document in there in your own file-format (binary serialized data?) you'd probably have to provide your own IFilter implementation (guidelines on MSDN).

All existing and wide-used formats should have an implementation, since the same IFilter is in use for Desktop Search, SharePoint and the likes. And of course, CodeProject[^] has a lot of articles on the subject.
Bastard Programmer from Hell Suspicious | :suss:
if you can't read my code, try converting it here[^]

GeneralRe: SQL Server - full text search sentences that match keyword Pin
asimptota7775-Aug-12 21:52
asimptota7775-Aug-12 21:52 
GeneralRe: SQL Server - full text search sentences that match keyword Pin
Eddy Vluggen5-Aug-12 23:17
professionalEddy Vluggen5-Aug-12 23:17 
AnswerRe: SQL Server - full text search sentences that match keyword Pin
asimptota7776-Aug-12 0:28
asimptota7776-Aug-12 0:28 
GeneralRe: SQL Server - full text search sentences that match keyword Pin
Eddy Vluggen6-Aug-12 0:42
professionalEddy Vluggen6-Aug-12 0:42 
GeneralRe: SQL Server - full text search sentences that match keyword Pin
asimptota7776-Aug-12 0:55
asimptota7776-Aug-12 0:55 
GeneralRe: SQL Server - full text search sentences that match keyword Pin
Eddy Vluggen6-Aug-12 1:18
professionalEddy Vluggen6-Aug-12 1:18 
GeneralCauses of Urecognized Database Format Pin
ASPnoob2-Aug-12 23:25
ASPnoob2-Aug-12 23:25 
GeneralRe: Causes of Urecognized Database Format Pin
Mycroft Holmes2-Aug-12 23:34
professionalMycroft Holmes2-Aug-12 23:34 
GeneralRe: Causes of Urecognized Database Format Pin
Eddy Vluggen2-Aug-12 23:40
professionalEddy Vluggen2-Aug-12 23:40 
GeneralRe: Causes of Urecognized Database Format Pin
ASPnoob3-Aug-12 0:13
ASPnoob3-Aug-12 0:13 
GeneralRe: Causes of Urecognized Database Format Pin
Eddy Vluggen3-Aug-12 0:21
professionalEddy Vluggen3-Aug-12 0:21 
GeneralOn error resume next Pin
vanikanc2-Aug-12 4:44
vanikanc2-Aug-12 4:44 
GeneralRe: On error resume next Pin
Eddy Vluggen2-Aug-12 9:46
professionalEddy Vluggen2-Aug-12 9:46 
GeneralRe: On error resume next Pin
vanikanc2-Aug-12 9:50
vanikanc2-Aug-12 9:50 
GeneralRe: On error resume next Pin
Eddy Vluggen2-Aug-12 10:02
professionalEddy Vluggen2-Aug-12 10:02 
GeneralRe: On error resume next Pin
vanikanc2-Aug-12 10:14
vanikanc2-Aug-12 10:14 
QuestionRe: On error resume next Pin
Eddy Vluggen2-Aug-12 12:33
professionalEddy Vluggen2-Aug-12 12:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.