Click here to Skip to main content
15,922,533 members
Home / Discussions / Database
   

Database

 
Questionstring parameter treate as colunm name in execute procedure Pin
Unknown Ajanabi11-Nov-08 0:07
Unknown Ajanabi11-Nov-08 0:07 
AnswerRe: string parameter treate as colunm name in execute procedure Pin
Ashfield11-Nov-08 0:17
Ashfield11-Nov-08 0:17 
GeneralRe: string parameter treate as colunm name in execute procedure Pin
Unknown Ajanabi11-Nov-08 0:50
Unknown Ajanabi11-Nov-08 0:50 
GeneralRe: string parameter treate as colunm name in execute procedure Pin
Mycroft Holmes11-Nov-08 1:07
professionalMycroft Holmes11-Nov-08 1:07 
GeneralRe: string parameter treate as colunm name in execute procedure Pin
Ashfield11-Nov-08 1:36
Ashfield11-Nov-08 1:36 
GeneralRe: string parameter treate as colunm name in execute procedure Pin
Jon_Boy11-Nov-08 4:54
Jon_Boy11-Nov-08 4:54 
QuestionOpening/Closing Connections - Efficiency Pin
stormydaniels10-Nov-08 23:53
stormydaniels10-Nov-08 23:53 
AnswerRe: Opening/Closing Connections - Efficiency Pin
Mycroft Holmes11-Nov-08 1:10
professionalMycroft Holmes11-Nov-08 1:10 
You should use connection pooling when you create the connection (creating is the slow bit) and close the connection after each write. This will put the connection into the pool and the next write operation will retrieve and use the same connection.

You could also put all the filenames into a table and bulkcopy them into the database.


Never underestimate the power of human stupidity
RAH

GeneralRe: Opening/Closing Connections - Efficiency Pin
Jon_Boy11-Nov-08 4:56
Jon_Boy11-Nov-08 4:56 
AnswerRe: Opening/Closing Connections - Efficiency Pin
Wendelius11-Nov-08 8:51
mentorWendelius11-Nov-08 8:51 
AnswerRe: Opening/Closing Connections - Efficiency Pin
PIEBALDconsult11-Nov-08 12:34
mvePIEBALDconsult11-Nov-08 12:34 
QuestionInfix to Postfix Conversion and Evaluation with SQL Query Pin
shine_paravur10-Nov-08 23:18
shine_paravur10-Nov-08 23:18 
AnswerRe: Infix to Postfix Conversion and Evaluation with SQL Query Pin
Ashfield11-Nov-08 0:19
Ashfield11-Nov-08 0:19 
Questionformula column Pin
ptvce10-Nov-08 22:48
ptvce10-Nov-08 22:48 
AnswerRe: formula column Pin
Mycroft Holmes11-Nov-08 1:22
professionalMycroft Holmes11-Nov-08 1:22 
AnswerRe: formula column Pin
Wendelius11-Nov-08 4:18
mentorWendelius11-Nov-08 4:18 
QuestionHOW TO REMOVE THE DUPLICATE ROWS IN THE TABLE Pin
harsha_mec34510-Nov-08 20:54
harsha_mec34510-Nov-08 20:54 
AnswerRe: HOW TO REMOVE THE DUPLICATE ROWS IN THE TABLE Pin
Ashfield10-Nov-08 21:10
Ashfield10-Nov-08 21:10 
GeneralRe: HOW TO REMOVE THE DUPLICATE ROWS IN THE TABLE Pin
harsha_mec34510-Nov-08 21:26
harsha_mec34510-Nov-08 21:26 
GeneralRe: HOW TO REMOVE THE DUPLICATE ROWS IN THE TABLE Pin
Ashfield10-Nov-08 21:55
Ashfield10-Nov-08 21:55 
AnswerRe: HOW TO REMOVE THE DUPLICATE ROWS IN THE TABLE [modified] Pin
Wendelius11-Nov-08 4:34
mentorWendelius11-Nov-08 4:34 
GeneralRe: HOW TO REMOVE THE DUPLICATE ROWS IN THE TABLE Pin
Ashfield11-Nov-08 5:22
Ashfield11-Nov-08 5:22 
GeneralRe: HOW TO REMOVE THE DUPLICATE ROWS IN THE TABLE Pin
Jon_Boy11-Nov-08 5:29
Jon_Boy11-Nov-08 5:29 
GeneralRe: HOW TO REMOVE THE DUPLICATE ROWS IN THE TABLE Pin
Wendelius11-Nov-08 5:42
mentorWendelius11-Nov-08 5:42 
GeneralRe: HOW TO REMOVE THE DUPLICATE ROWS IN THE TABLE Pin
Ashfield11-Nov-08 9:06
Ashfield11-Nov-08 9: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.