Click here to Skip to main content
15,896,063 members
Home / Discussions / Database
   

Database

 
GeneralRe: converting char to datatime Pin
Ali Rashid1-Apr-08 22:24
Ali Rashid1-Apr-08 22:24 
QuestionHow to get max value from each row of the table Pin
Sallu17491-Apr-08 21:09
Sallu17491-Apr-08 21:09 
AnswerRe: How to get max value from each row of the table Pin
Rob Philpott1-Apr-08 22:58
Rob Philpott1-Apr-08 22:58 
GeneralSQL Script generator Pin
AlexeiXX31-Apr-08 20:24
AlexeiXX31-Apr-08 20:24 
GeneralRe: SQL Script generator Pin
Mark J. Miller2-Apr-08 9:37
Mark J. Miller2-Apr-08 9:37 
GeneralReporting Services Pin
Payal_e_m1-Apr-08 17:36
Payal_e_m1-Apr-08 17:36 
GeneralConnection LifeTime Pin
hashok1-Apr-08 8:24
hashok1-Apr-08 8:24 
GeneralRe: Connection LifeTime Pin
Ali Rashid1-Apr-08 23:05
Ali Rashid1-Apr-08 23:05 
Simply, connection timeouts refer to the time it takes the Server to run a query and generate a result. If you reach connection timeout, your conenction to the database will be terminated and you will need to re-initialise the connection to the database.
When we talk about Pooling, what that refers to is that when you try and make a connection to the database, the server tries to make contact with the database engine. If you set the timeout value to 5, it will try for 5 seconds and if no connection has been established, it will return you an error (Connection Timeout). Which means that you didnt have a connection to begin with. If you do establish a connection and then leave the connection (Close()), you will again lose the connection and you will need to go through the same process of establishing the connection.

Hope that this helps.

Regards,
Ali
GeneralsqlBase --> sql server Pin
teddddddddddd1-Apr-08 7:04
teddddddddddd1-Apr-08 7:04 
GeneralRe: sqlBase --> sql server Pin
Mark J. Miller2-Apr-08 9:47
Mark J. Miller2-Apr-08 9:47 
GeneralSend table name to a stored procedure Pin
Yevgeny Efter1-Apr-08 6:51
Yevgeny Efter1-Apr-08 6:51 
GeneralRe: Send table name to a stored procedure Pin
Yevgeny Efter1-Apr-08 8:09
Yevgeny Efter1-Apr-08 8:09 
GeneralSQL or XML Pin
Sutheesh chandran1-Apr-08 1:16
Sutheesh chandran1-Apr-08 1:16 
GeneralRe: SQL or XML Pin
Rob Philpott1-Apr-08 1:42
Rob Philpott1-Apr-08 1:42 
Questionhow can i copy a column data to a same column Pin
koolprasad200331-Mar-08 23:58
professionalkoolprasad200331-Mar-08 23:58 
AnswerRe: how can i copy a column data to a same column Pin
Rob Philpott1-Apr-08 1:43
Rob Philpott1-Apr-08 1:43 
AnswerRe: how can i copy a column data to a same column Pin
Ashfield1-Apr-08 2:07
Ashfield1-Apr-08 2:07 
GeneralSQL Query Pin
Ali Rashid31-Mar-08 23:45
Ali Rashid31-Mar-08 23:45 
GeneralRe: SQL Query Pin
Blue_Boy1-Apr-08 3:28
Blue_Boy1-Apr-08 3:28 
GeneralRe: SQL Query Pin
Ali Rashid1-Apr-08 6:01
Ali Rashid1-Apr-08 6:01 
GeneralRe: SQL Query Pin
Ali Rashid1-Apr-08 6:07
Ali Rashid1-Apr-08 6:07 
GeneralRe: SQL Query Pin
Blue_Boy1-Apr-08 9:17
Blue_Boy1-Apr-08 9:17 
GeneralRe: SQL Query Pin
Ali Rashid1-Apr-08 22:05
Ali Rashid1-Apr-08 22:05 
GeneralRe: SQL Query Pin
Blue_Boy2-Apr-08 7:43
Blue_Boy2-Apr-08 7:43 
GeneralRe: SQL Query [modified] Pin
Syed Mehroz Alam2-Apr-08 9:30
Syed Mehroz Alam2-Apr-08 9:30 

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.