Click here to Skip to main content
15,924,039 members
Home / Discussions / Database
   

Database

 
QuestionFiles in SQL Server? Pin
HenrikO28-May-02 8:27
HenrikO28-May-02 8:27 
AnswerRe: Files in SQL Server? Pin
Matt Gullett28-May-02 8:34
Matt Gullett28-May-02 8:34 
GeneralRe: Files in SQL Server? Pin
HenrikO28-May-02 10:12
HenrikO28-May-02 10:12 
GeneralRe: Files in SQL Server? Pin
Matt Gullett28-May-02 10:15
Matt Gullett28-May-02 10:15 
GeneralRe: Files in SQL Server? Pin
HenrikO28-May-02 10:32
HenrikO28-May-02 10:32 
GeneralOLE DB/Dialog based program Pin
22-May-02 4:09
suss22-May-02 4:09 
QuestionHow does SQL Server verify the conditions Pin
Alexandru Savescu22-May-02 2:19
Alexandru Savescu22-May-02 2:19 
AnswerRe: How does SQL Server verify the conditions Pin
Carlos Antollini22-May-02 4:20
Carlos Antollini22-May-02 4:20 
All depend of your indexs.
For example if you have a index in the table2 that starts with field and other index in the table1 that has field1 and field2 in this order, you will not have scans in your tables, but is very important how is the index, you need to do a good index.
Is not the same that the order in the index will be Field2, Field1 and use Where field2 = 1 and Field1 = 4 you need to evaluate if the index must be field1, field2 or field2, field1 and use that order in the query...
I hope to be clever...;)
Best Regards

Carlos Antollini.
www.wanakostudios.com
Sonork ID 100.10529 cantollini
AnswerRe: How does SQL Server verify the conditions Pin
Ed Gadziemski1-Jun-02 12:37
professionalEd Gadziemski1-Jun-02 12:37 
GeneralHelp! - Really wierd error... Pin
soup20-May-02 13:24
soup20-May-02 13:24 
GeneralRe: Help! - Really wierd error... Pin
soup20-May-02 23:08
soup20-May-02 23:08 
QuestionHELP:how to change ado data control para? Pin
sages20-May-02 1:57
sages20-May-02 1:57 
GeneralMS Jet and Installshield Pin
Blade[DMS]20-May-02 0:46
Blade[DMS]20-May-02 0:46 
GeneralRe: MS Jet and Installshield Pin
Carlos Antollini22-May-02 4:23
Carlos Antollini22-May-02 4:23 
GeneralRe: MS Jet and Installshield Pin
Blade[DMS]22-May-02 4:37
Blade[DMS]22-May-02 4:37 
GeneralLogin snd Update Pin
laphijia19-May-02 6:05
laphijia19-May-02 6:05 
GeneralSQL Datatypes Pin
Steve Severance17-May-02 12:05
Steve Severance17-May-02 12:05 
GeneralRe: SQL Datatypes Pin
Matt Gullett17-May-02 12:16
Matt Gullett17-May-02 12:16 
GeneralRe: SQL Datatypes Pin
Steve Severance17-May-02 14:30
Steve Severance17-May-02 14:30 
GeneralRe: SQL Datatypes Pin
Matt Gullett17-May-02 14:35
Matt Gullett17-May-02 14:35 
GeneralRe: SQL Datatypes Pin
Matt Gullett17-May-02 14:42
Matt Gullett17-May-02 14:42 
GeneralRe: SQL Datatypes Pin
Carlos Antollini17-May-02 14:59
Carlos Antollini17-May-02 14:59 
QuestionSQL Connection - Process or Thread ??? Pin
Dels15-May-02 14:04
Dels15-May-02 14:04 
AnswerRe: SQL Connection - Process or Thread ??? Pin
Dels15-May-02 16:32
Dels15-May-02 16:32 
Generalusing SqlConnection class Pin
14-May-02 22:29
suss14-May-02 22:29 

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.