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

Database

 
AnswerRe: How to search all columns of all tables in a database for a keyword? ( based on indexes) Pin
Wendelius12-Dec-08 3:19
mentorWendelius12-Dec-08 3:19 
GeneralRe: How to search all columns of all tables in a database for a keyword? ( based on indexes) Pin
shaik abdul gani12-Dec-08 15:06
shaik abdul gani12-Dec-08 15:06 
GeneralRe: How to search all columns of all tables in a database for a keyword? ( based on indexes) Pin
Wendelius13-Dec-08 9:44
mentorWendelius13-Dec-08 9:44 
GeneralRe: How to search all columns of all tables in a database for a keyword? ( based on indexes) Pin
shaik abdul gani14-Dec-08 18:54
shaik abdul gani14-Dec-08 18:54 
GeneralRe: How to search all columns of all tables in a database for a keyword? ( based on indexes) Pin
Ashfield14-Dec-08 21:34
Ashfield14-Dec-08 21:34 
GeneralRe: How to search all columns of all tables in a database for a keyword? ( based on indexes) Pin
shaik abdul gani14-Dec-08 22:06
shaik abdul gani14-Dec-08 22:06 
GeneralRe: How to search all columns of all tables in a database for a keyword? ( based on indexes) Pin
Ashfield15-Dec-08 1:37
Ashfield15-Dec-08 1:37 
GeneralRe: How to search all columns of all tables in a database for a keyword? ( based on indexes) Pin
Wendelius15-Dec-08 5:30
mentorWendelius15-Dec-08 5:30 
Ashfield wrote:
You may be able to speed it up by generating sql for each table which excludes columns you know cannot be searched (identity columns for example would be meaningless),


One way could be creating an indexed view on the varchar columns, but if I remember correctly Enterprise Edition is needed for that.

Ashfield wrote:
maybe you should be looking at caching in a data access layer


That may be the only option if performance cannot be accepted and still everything needs to be searched...

The need to optimize rises from a bad design.My articles[^]

GeneralRe: How to search all columns of all tables in a database for a keyword? ( based on indexes) Pin
Wendelius15-Dec-08 5:26
mentorWendelius15-Dec-08 5:26 
GeneralRe: How to search all columns of all tables in a database for a keyword? ( based on indexes) Pin
shaik abdul gani15-Dec-08 23:53
shaik abdul gani15-Dec-08 23:53 
GeneralRe: How to search all columns of all tables in a database for a keyword? ( based on indexes) Pin
emiaj15-Dec-08 5:31
emiaj15-Dec-08 5:31 
QuestionInsertion Pin
kirandilip12-Dec-08 0:36
kirandilip12-Dec-08 0:36 
AnswerRe: Insertion Pin
Vimalsoft(Pty) Ltd12-Dec-08 0:59
professionalVimalsoft(Pty) Ltd12-Dec-08 0:59 
GeneralRe: Insertion Pin
Oakman12-Dec-08 2:14
Oakman12-Dec-08 2:14 
QuestionSQL Question Statement "With" Pin
Vimalsoft(Pty) Ltd11-Dec-08 23:02
professionalVimalsoft(Pty) Ltd11-Dec-08 23:02 
AnswerRe: SQL Question Statement "With" Pin
Ashfield12-Dec-08 1:19
Ashfield12-Dec-08 1:19 
GeneralRe: SQL Question Statement "With" Pin
Vimalsoft(Pty) Ltd12-Dec-08 1:22
professionalVimalsoft(Pty) Ltd12-Dec-08 1:22 
GeneralRe: SQL Question Statement "With" Pin
Ashfield12-Dec-08 3:59
Ashfield12-Dec-08 3:59 
QuestionProblem Regarding Cursor Pin
ais0711-Dec-08 22:56
ais0711-Dec-08 22:56 
AnswerRe: Problem Regarding Cursor Pin
Jay Royall11-Dec-08 23:34
Jay Royall11-Dec-08 23:34 
GeneralRe: Problem Regarding Cursor Pin
ais0711-Dec-08 23:39
ais0711-Dec-08 23:39 
GeneralRe: Problem Regarding Cursor Pin
Jay Royall11-Dec-08 23:46
Jay Royall11-Dec-08 23:46 
GeneralRe: Problem Regarding Cursor Pin
ais0711-Dec-08 23:48
ais0711-Dec-08 23:48 
GeneralRe: Problem Regarding Cursor Pin
Vimalsoft(Pty) Ltd12-Dec-08 1:10
professionalVimalsoft(Pty) Ltd12-Dec-08 1:10 
AnswerRe: Problem Regarding Cursor Pin
Ashfield12-Dec-08 1:21
Ashfield12-Dec-08 1:21 

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.