Click here to Skip to main content
15,914,221 members
Home / Discussions / Database
   

Database

 
GeneralRe: Please Help Pin
Colin Angus Mackay30-Dec-06 12:36
Colin Angus Mackay30-Dec-06 12:36 
GeneralRe: Please Help Pin
Paul Conrad30-Dec-06 12:41
professionalPaul Conrad30-Dec-06 12:41 
AnswerRe: Please Help Pin
gnadeem30-Dec-06 8:32
gnadeem30-Dec-06 8:32 
GeneralRe: Please Help Pin
Paul Conrad30-Dec-06 15:00
professionalPaul Conrad30-Dec-06 15:00 
GeneralRant: Default CommandTimeout Pin
PIEBALDconsult29-Dec-06 10:29
mvePIEBALDconsult29-Dec-06 10:29 
GeneralRe: Rant: Default CommandTimeout Pin
Colin Angus Mackay30-Dec-06 0:55
Colin Angus Mackay30-Dec-06 0:55 
GeneralRe: Rant: Default CommandTimeout Pin
Paul Conrad30-Dec-06 14:57
professionalPaul Conrad30-Dec-06 14:57 
GeneralRe: Rant: Default CommandTimeout Pin
PIEBALDconsult3-Jan-07 11:09
mvePIEBALDconsult3-Jan-07 11:09 
I usually write backend, batch, service kinds of things, so I usually set CommandTimeout to 0 (unlimited).

In this case, it is interactive so I left it set at the default. But... it's a simple messaging system; I'm using a RichTextBox, and putting the "message" into an NVARCHAR(MAX) (Sql Server 2005). It turns out I can drag and drop more than just text in the RichTextBox (graphics, sound, video, etc.) which is very cool (glad I don't have to impliment it myself). It works fine on my desktop which also holds the database, but my cow-worker across town kept getting timeouts when trying to retrieve "messages" of 5MB or more (in one case an msi file of 400MB).

I should clarify that the message pull is performed by a worker thread in the client, so the interface is not hindered by the long-duration query.

Ah, well,
QuestionIndex information Pin
VK-Cadec29-Dec-06 7:06
VK-Cadec29-Dec-06 7:06 
AnswerRe: Index information Pin
VK-Cadec29-Dec-06 7:25
VK-Cadec29-Dec-06 7:25 
QuestionLArge amounts of Text in SQL Express Pin
sroberts8229-Dec-06 4:54
sroberts8229-Dec-06 4:54 
AnswerRe: LArge amounts of Text in SQL Express Pin
Colin Angus Mackay29-Dec-06 9:10
Colin Angus Mackay29-Dec-06 9:10 
QuestionSQLServer expiration date Pin
lehya29-Dec-06 3:08
lehya29-Dec-06 3:08 
AnswerRe: SQLServer expiration date Pin
Colin Angus Mackay29-Dec-06 4:25
Colin Angus Mackay29-Dec-06 4:25 
QuestionDebugging in Sql Server 2005 Pin
coolestCoder29-Dec-06 2:58
coolestCoder29-Dec-06 2:58 
AnswerRe: Debugging in Sql Server 2005 Pin
VK-Cadec29-Dec-06 3:21
VK-Cadec29-Dec-06 3:21 
GeneralRe: Debugging in Sql Server 2005 Pin
coolestCoder29-Dec-06 3:32
coolestCoder29-Dec-06 3:32 
GeneralRe: Debugging in Sql Server 2005 Pin
VK-Cadec29-Dec-06 3:39
VK-Cadec29-Dec-06 3:39 
GeneralRe: Debugging in Sql Server 2005 Pin
coolestCoder29-Dec-06 3:44
coolestCoder29-Dec-06 3:44 
GeneralRe: Debugging in Sql Server 2005 Pin
VK-Cadec29-Dec-06 3:55
VK-Cadec29-Dec-06 3:55 
QuestionLock Unlock Table Pin
VK-Cadec29-Dec-06 2:57
VK-Cadec29-Dec-06 2:57 
AnswerRe: Lock Unlock Table Pin
Colin Angus Mackay29-Dec-06 4:24
Colin Angus Mackay29-Dec-06 4:24 
Questionoracle ODBC Driver Connect window appears frequently Pin
bprashant29-Dec-06 0:02
bprashant29-Dec-06 0:02 
QuestionQuery SqlServer2003 stored procedure Pin
vivek_r28-Dec-06 19:29
vivek_r28-Dec-06 19:29 
AnswerRe: Query SqlServer2003 stored procedure Pin
_AK_28-Dec-06 20:40
_AK_28-Dec-06 20:40 

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.