Click here to Skip to main content
15,904,652 members
Home / Discussions / Database
   

Database

 
GeneralRe: Linked Server performance Pin
Bassam Saoud23-Oct-08 8:29
Bassam Saoud23-Oct-08 8:29 
GeneralRe: Linked Server performance Pin
Wendelius23-Oct-08 8:51
mentorWendelius23-Oct-08 8:51 
GeneralRe: Linked Server performance Pin
Bassam Saoud23-Oct-08 8:52
Bassam Saoud23-Oct-08 8:52 
GeneralRe: Linked Server performance Pin
Wendelius23-Oct-08 8:56
mentorWendelius23-Oct-08 8:56 
GeneralRe: Linked Server performance Pin
PIEBALDconsult29-Oct-08 5:52
mvePIEBALDconsult29-Oct-08 5:52 
QuestionSQLServer and Lotus Notes Pin
Tim Carmichael23-Oct-08 6:28
Tim Carmichael23-Oct-08 6:28 
AnswerRe: SQLServer and Lotus Notes Pin
Mycroft Holmes23-Oct-08 11:59
professionalMycroft Holmes23-Oct-08 11:59 
QuestionSSIS package when executed as Job not printing even the job executes successfully! Pin
SIJUTHOMASP23-Oct-08 5:56
professionalSIJUTHOMASP23-Oct-08 5:56 
AnswerRe: SSIS package when executed as Job not printing even the job executes successfully! Pin
Wendelius23-Oct-08 8:28
mentorWendelius23-Oct-08 8:28 
QuestionRe: SSIS package when executed as Job not printing even the job executes successfully! Pin
SIJUTHOMASP23-Oct-08 8:50
professionalSIJUTHOMASP23-Oct-08 8:50 
AnswerRe: SSIS package when executed as Job not printing even the job executes successfully! Pin
Wendelius23-Oct-08 8:59
mentorWendelius23-Oct-08 8:59 
QuestionRe: SSIS package when executed as Job not printing even the job executes successfully! Pin
SIJUTHOMASP23-Oct-08 10:29
professionalSIJUTHOMASP23-Oct-08 10:29 
AnswerRe: SSIS package when executed as Job not printing even the job executes successfully! Pin
SIJUTHOMASP24-Oct-08 7:01
professionalSIJUTHOMASP24-Oct-08 7:01 
GeneralRe: SSIS package when executed as Job not printing even the job executes successfully! Pin
Wendelius24-Oct-08 7:32
mentorWendelius24-Oct-08 7:32 
GeneralRe: SSIS package when executed as Job not printing even the job executes successfully! Pin
SIJUTHOMASP24-Oct-08 7:57
professionalSIJUTHOMASP24-Oct-08 7:57 
GeneralRe: SSIS package when executed as Job not printing even the job executes successfully! Pin
Wendelius24-Oct-08 8:01
mentorWendelius24-Oct-08 8:01 
QuestionIndex vs Param Pin
E_Gold23-Oct-08 5:55
E_Gold23-Oct-08 5:55 
AnswerRe: Index vs Param Pin
David Mujica23-Oct-08 6:31
David Mujica23-Oct-08 6:31 
GeneralRe: Index vs Param Pin
E_Gold23-Oct-08 10:03
E_Gold23-Oct-08 10:03 
GeneralBarcode sounds like primary key Pin
David Mujica23-Oct-08 11:07
David Mujica23-Oct-08 11:07 
GeneralRe: Barcode sounds like primary key Pin
E_Gold23-Oct-08 12:19
E_Gold23-Oct-08 12:19 
GeneralRe: Barcode sounds like primary key Pin
David Mujica24-Oct-08 7:29
David Mujica24-Oct-08 7:29 
An index and the use of parameter queries are NOT mutually exclusive, you can (and should) use both techniques for your solution. Yes, an index will give you the performance results you want.

Remember, if your table has the Primary Key defined as the Barcode, then no additional index is required. By defining a primary key the DBEngine will automatically create a unique index for you behind the scenes.

Try it out, you can always create and drop an index to test for any differences in response time.
AnswerRe: Index vs Param Pin
Wendelius23-Oct-08 8:05
mentorWendelius23-Oct-08 8:05 
Question2 Databases 2 locations one website??? Pin
GDMFSOB23-Oct-08 3:59
GDMFSOB23-Oct-08 3:59 
AnswerSQL 2005 is the way to go Pin
David Mujica23-Oct-08 4:47
David Mujica23-Oct-08 4:47 

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.