Click here to Skip to main content
15,892,927 members
Home / Discussions / Database
   

Database

 
AnswerRe: Help me understand this unusual query... Pin
Luc Pattyn28-Dec-09 1:46
sitebuilderLuc Pattyn28-Dec-09 1:46 
QuestionRe: Help me understand this unusual query... Pin
Rafferty Uy28-Dec-09 15:36
Rafferty Uy28-Dec-09 15:36 
AnswerRe: Help me understand this unusual query... Pin
Luc Pattyn28-Dec-09 15:41
sitebuilderLuc Pattyn28-Dec-09 15:41 
QuestionRe: Help me understand this unusual query... Pin
Rafferty Uy28-Dec-09 15:46
Rafferty Uy28-Dec-09 15:46 
AnswerRe: Help me understand this unusual query... Pin
Luc Pattyn28-Dec-09 15:55
sitebuilderLuc Pattyn28-Dec-09 15:55 
GeneralRe: Help me understand this unusual query... Pin
Rafferty Uy28-Dec-09 16:00
Rafferty Uy28-Dec-09 16:00 
GeneralRe: Help me understand this unusual query... Pin
Luc Pattyn28-Dec-09 16:02
sitebuilderLuc Pattyn28-Dec-09 16:02 
AnswerRe: Help me understand this unusual query... Pin
WoutL28-Dec-09 21:24
WoutL28-Dec-09 21:24 
Microsoft SQLServer will use indexes (if available) when you use the like statement without wildcards. Even if you do use wildcards, SQL will use indexes if possible. if you compare to a string witch starts with a wildcard, SQL will NOT use indexes.

Wout Louwers

GeneralRe: Help me understand this unusual query... Pin
Rafferty Uy29-Dec-09 15:34
Rafferty Uy29-Dec-09 15:34 
AnswerRe: Help me understand this unusual query... Pin
Member 450194029-Dec-09 5:47
Member 450194029-Dec-09 5:47 
QuestionNeed help with constructing one query statement [modified] Pin
James Shao27-Dec-09 3:43
James Shao27-Dec-09 3:43 
AnswerRe: Need help with constructing one query statement Pin
Blue_Boy27-Dec-09 10:21
Blue_Boy27-Dec-09 10:21 
GeneralRe: Need help with constructing one query statement Pin
James Shao27-Dec-09 18:38
James Shao27-Dec-09 18:38 
AnswerCan anyone please help? Pin
James Shao28-Dec-09 12:13
James Shao28-Dec-09 12:13 
QuestionProblem installing MS SQL 2008 Express Pin
AndyASPVB26-Dec-09 22:26
AndyASPVB26-Dec-09 22:26 
AnswerRe: Problem installing MS SQL 2008 Express Pin
Roger Wright26-Dec-09 23:18
professionalRoger Wright26-Dec-09 23:18 
GeneralRe: Problem installing MS SQL 2008 Express Pin
AndyASPVB28-Dec-09 13:07
AndyASPVB28-Dec-09 13:07 
GeneralRe: Problem installing MS SQL 2008 Express Pin
Roger Wright28-Dec-09 15:51
professionalRoger Wright28-Dec-09 15:51 
QuestionGIS Data Archive Pin
KORCARI25-Dec-09 22:44
KORCARI25-Dec-09 22:44 
AnswerRe: GIS Data Archive Pin
loyal ginger26-Dec-09 5:52
loyal ginger26-Dec-09 5:52 
GeneralRe: GIS Data Archive Pin
KORCARI26-Dec-09 5:58
KORCARI26-Dec-09 5:58 
GeneralRe: GIS Data Archive Pin
Roger Wright26-Dec-09 23:30
professionalRoger Wright26-Dec-09 23:30 
QuestionHow to create FileName or Folder name with space ? Pin
Golden Jing24-Dec-09 22:27
Golden Jing24-Dec-09 22:27 
AnswerRe: How to create FileName or Folder name with space ? [modified] Pin
Andy_L_J25-Dec-09 8:53
Andy_L_J25-Dec-09 8:53 
GeneralRe: How to create FileName or Folder name with space ? Pin
Golden Jing26-Dec-09 0:06
Golden Jing26-Dec-09 0:06 

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.