Click here to Skip to main content
15,917,702 members
Home / Discussions / Database
   

Database

 
GeneralRe: SQL Reporting Services - Anyone an expert? Pin
imnotso#11-Mar-08 23:51
imnotso#11-Mar-08 23:51 
GeneralRe: SQL Reporting Services - Anyone an expert? Pin
Mark Churchill12-Mar-08 0:36
Mark Churchill12-Mar-08 0:36 
GeneralRe: SQL Reporting Services - Anyone an expert? Pin
imnotso#12-Mar-08 1:21
imnotso#12-Mar-08 1:21 
GeneralRe: SQL Reporting Services - Anyone an expert? Pin
Mark Churchill12-Mar-08 2:18
Mark Churchill12-Mar-08 2:18 
GeneralRe: SQL Reporting Services - Anyone an expert? Pin
imnotso#12-Mar-08 2:33
imnotso#12-Mar-08 2:33 
GeneralSQL Connection TimeOut Pin
Johan Lombaard11-Mar-08 3:19
Johan Lombaard11-Mar-08 3:19 
GeneralRe: SQL Connection TimeOut Pin
Pete O'Hanlon11-Mar-08 12:21
mvePete O'Hanlon11-Mar-08 12:21 
GeneralRe: SQL Connection TimeOut Pin
#realJSOP14-Mar-08 8:15
professional#realJSOP14-Mar-08 8:15 
First, the database connection should only be opened long enough to perform a query, and then shut down immediately afterwards.

Second, a sql connection should not close itself after a certain amount of inactivity (the calling app should always be in control). If it DOES shut itself down, and as a result causes your app to crash, it's your app's fault.

Second, "I suppose" is not acceptable. Run it through a debugger and find out why it's happening. If you have to, make it write a log file and just let it run until it freezes. At that point, you'll probably be able to at least narrow the problem down.

Not using the tools you have before asking that question is inappropriate.


"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001


QuestionOracle upper Function Pin
Programm3r11-Mar-08 2:19
Programm3r11-Mar-08 2:19 
GeneralRe: Oracle upper Function Pin
witte2345611-Mar-08 2:45
witte2345611-Mar-08 2:45 
GeneralRe: Oracle upper Function Pin
Programm3r11-Mar-08 3:55
Programm3r11-Mar-08 3:55 
QuestionInstall with empty DB or create DB in code? Pin
petrveit11-Mar-08 0:50
petrveit11-Mar-08 0:50 
GeneralRe: Install with empty DB or create DB in code? Pin
Colin Angus Mackay11-Mar-08 1:23
Colin Angus Mackay11-Mar-08 1:23 
QuestionSQL on a shared HDD via network Pin
Badboy22TR10-Mar-08 22:08
Badboy22TR10-Mar-08 22:08 
GeneralRe: SQL on a shared HDD via network Pin
Mike Dimmick11-Mar-08 0:56
Mike Dimmick11-Mar-08 0:56 
QuestionRe: SQL on a shared HDD via network Pin
Badboy22TR11-Mar-08 1:39
Badboy22TR11-Mar-08 1:39 
GeneralSQL Select, row with close values Pin
phimix10-Mar-08 21:40
phimix10-Mar-08 21:40 
GeneralRe: SQL Select, row with close values Pin
Khawar Abbas110-Mar-08 22:33
Khawar Abbas110-Mar-08 22:33 
QuestionASP.NET Membership Stored Procedures Confusion [modified] Pin
Brendan Vogt10-Mar-08 20:35
Brendan Vogt10-Mar-08 20:35 
GeneralRe: ASP.NET Membership Stored Procedures Confusion Pin
Christian Graus10-Mar-08 20:38
protectorChristian Graus10-Mar-08 20:38 
Question[Message Deleted] Pin
ZenyukIV10-Mar-08 20:27
ZenyukIV10-Mar-08 20:27 
GeneralRe: sql iteration Pin
Chetan Patel10-Mar-08 23:21
Chetan Patel10-Mar-08 23:21 
GeneralExtracting Specific data from Rows: Pin
Shahzad.Aslam10-Mar-08 20:15
Shahzad.Aslam10-Mar-08 20:15 
GeneralRe: Extracting Specific data from Rows: Pin
Christian Graus10-Mar-08 20:39
protectorChristian Graus10-Mar-08 20:39 
GeneralRe: Extracting Specific data from Rows: Pin
Shahzad.Aslam10-Mar-08 21:08
Shahzad.Aslam10-Mar-08 21:08 

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.