Click here to Skip to main content
15,916,835 members
Home / Discussions / Database
   

Database

 
GeneralRe: How to connect remote sql server(within LAN) using ADO? Pin
kcynic25-Mar-10 15:31
kcynic25-Mar-10 15:31 
AnswerRe: How to connect remote sql server(within LAN) using ADO? Pin
Аslam Iqbal26-Mar-10 10:15
professionalАslam Iqbal26-Mar-10 10:15 
GeneralRe: How to connect remote sql server(within LAN) using ADO? Pin
Elangovan Ayyandurai19-Dec-10 19:34
Elangovan Ayyandurai19-Dec-10 19:34 
Questioni luv forums... Pin
Mike65432121-Mar-10 17:00
Mike65432121-Mar-10 17:00 
AnswerRe: i luv forums... Pin
Mycroft Holmes21-Mar-10 20:41
professionalMycroft Holmes21-Mar-10 20:41 
GeneralRe: i luv forums... Pin
Mike65432121-Mar-10 20:47
Mike65432121-Mar-10 20:47 
AnswerRe: i luv forums... Pin
Jörgen Andersson21-Mar-10 21:48
professionalJörgen Andersson21-Mar-10 21:48 
AnswerRe: i luv forums... Pin
i.j.russell23-Mar-10 0:20
i.j.russell23-Mar-10 0:20 
It is normally good practice to have indexes on fields used in where clauses. However, if IsFiction is a bit field, it will have low selectivity (a measurement of how unique each value is) which will mean that it is highly unlikely that the query optimizer would consider using the index. You are much more likely to find that the optimizer is using a clustered index scan or a table scan.
GeneralRe: i luv forums... Pin
Mike65432123-Mar-10 8:42
Mike65432123-Mar-10 8:42 
AnswerRe: i luv forums... Pin
i.j.russell23-Mar-10 23:29
i.j.russell23-Mar-10 23:29 
QuestionHELP: I can't verify text column is empty Pin
Curious 200921-Mar-10 12:07
Curious 200921-Mar-10 12:07 
AnswerRe: HELP: I can't verify text column is empty Pin
i.j.russell21-Mar-10 12:24
i.j.russell21-Mar-10 12:24 
GeneralRe: HELP: I can't verify text column is empty Pin
Curious 200921-Mar-10 12:45
Curious 200921-Mar-10 12:45 
QuestionSQL update query Pin
Mattzimmerer21-Mar-10 10:42
Mattzimmerer21-Mar-10 10:42 
AnswerRe: SQL update query Pin
Luc Pattyn21-Mar-10 10:53
sitebuilderLuc Pattyn21-Mar-10 10:53 
AnswerRe: SQL update query Pin
Don Burton21-Mar-10 11:17
Don Burton21-Mar-10 11:17 
GeneralRe: SQL update query Pin
Mattzimmerer21-Mar-10 11:21
Mattzimmerer21-Mar-10 11:21 
GeneralRe: SQL update query Pin
Don Burton21-Mar-10 11:26
Don Burton21-Mar-10 11:26 
GeneralRe: SQL update query Pin
Mattzimmerer21-Mar-10 12:21
Mattzimmerer21-Mar-10 12:21 
GeneralRe: SQL update query Pin
i.j.russell21-Mar-10 12:22
i.j.russell21-Mar-10 12:22 
AnswerRe: SQL update query Pin
Mycroft Holmes21-Mar-10 13:12
professionalMycroft Holmes21-Mar-10 13:12 
GeneralRe: SQL update query Pin
Mattzimmerer21-Mar-10 14:37
Mattzimmerer21-Mar-10 14:37 
GeneralRe: SQL update query Pin
Mycroft Holmes21-Mar-10 14:41
professionalMycroft Holmes21-Mar-10 14:41 
Questionhow to write the querry for user belongs to a company all related branches Pin
developerit21-Mar-10 1:24
developerit21-Mar-10 1:24 
AnswerRe: how to write the querry for user belongs to a company all related branches Pin
Mycroft Holmes21-Mar-10 1:45
professionalMycroft Holmes21-Mar-10 1:45 

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.