Click here to Skip to main content
15,888,351 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: First query to a local sql server run very slow , others almost instantly Pin
dilkonika21-Mar-14 5:38
dilkonika21-Mar-14 5:38 
GeneralRe: First query to a local sql server run very slow , others almost instantly Pin
Simon_Whale21-Mar-14 5:43
Simon_Whale21-Mar-14 5:43 
GeneralRe: First query to a local sql server run very slow , others almost instantly Pin
dilkonika21-Mar-14 8:34
dilkonika21-Mar-14 8:34 
AnswerRe: First query to a local sql server run very slow , others almost instantly Pin
Eddy Vluggen21-Mar-14 7:33
professionalEddy Vluggen21-Mar-14 7:33 
GeneralRe: First query to a local sql server run very slow , others almost instantly Pin
dilkonika21-Mar-14 8:41
dilkonika21-Mar-14 8:41 
GeneralRe: First query to a local sql server run very slow , others almost instantly Pin
Dave Kreskowiak21-Mar-14 9:13
mveDave Kreskowiak21-Mar-14 9:13 
GeneralRe: First query to a local sql server run very slow , others almost instantly Pin
dilkonika21-Mar-14 9:37
dilkonika21-Mar-14 9:37 
GeneralRe: First query to a local sql server run very slow , others almost instantly Pin
Dave Kreskowiak21-Mar-14 9:51
mveDave Kreskowiak21-Mar-14 9:51 
You've never run a command like this against a database?:
SELECT IDfieldName FROM someTable WHERE someCondition


You've never written an application that has used a database before, have you? That's the most ubiquitous query, used by every single application ever written that hits a database engine.

Hey, you wanted to find out if your database was up and running, right?? Possibly get the client "warmed up" so subsequent queries execute faster, right?? What better way than to run a small SELECT against it?

But, hey, after 35+ years of writing code, what do I know...

GeneralRe: First query to a local sql server run very slow , others almost instantly Pin
dilkonika21-Mar-14 10:04
dilkonika21-Mar-14 10:04 
GeneralRe: First query to a local sql server run very slow , others almost instantly Pin
Dave Kreskowiak21-Mar-14 10:17
mveDave Kreskowiak21-Mar-14 10:17 
GeneralRe: First query to a local sql server run very slow , others almost instantly Pin
Eddy Vluggen21-Mar-14 11:16
professionalEddy Vluggen21-Mar-14 11:16 
QuestionUpdate cells in a DataGridView Pin
Felix Fosu17-Mar-14 9:10
Felix Fosu17-Mar-14 9:10 
SuggestionRe: Update cells in a DataGridView Pin
Eddy Vluggen18-Mar-14 9:38
professionalEddy Vluggen18-Mar-14 9:38 
QuestionSetting Priorities for Pre-Requisites Pin
SPSandy17-Mar-14 1:06
SPSandy17-Mar-14 1:06 
AnswerRe: Setting Priorities for Pre-Requisites Pin
Dave Kreskowiak17-Mar-14 3:24
mveDave Kreskowiak17-Mar-14 3:24 
QuestionRe: Setting Priorities for Pre-Requisites Pin
Eddy Vluggen18-Mar-14 9:31
professionalEddy Vluggen18-Mar-14 9:31 
AnswerRe: Setting Priorities for Pre-Requisites Pin
SPSandy19-Mar-14 7:19
SPSandy19-Mar-14 7:19 
GeneralRe: Setting Priorities for Pre-Requisites Pin
Eddy Vluggen20-Mar-14 21:43
professionalEddy Vluggen20-Mar-14 21:43 
GeneralRe: Setting Priorities for Pre-Requisites Pin
SPSandy21-Mar-14 7:03
SPSandy21-Mar-14 7:03 
GeneralRe: Setting Priorities for Pre-Requisites Pin
Eddy Vluggen21-Mar-14 7:37
professionalEddy Vluggen21-Mar-14 7:37 
GeneralRe: Setting Priorities for Pre-Requisites Pin
SPSandy21-Mar-14 7:47
SPSandy21-Mar-14 7:47 
AnswerRe: Setting Priorities for Pre-Requisites Pin
SPSandy20-Mar-14 4:27
SPSandy20-Mar-14 4:27 
QuestionVB6 Cennect with SQL Server Pin
Ardi Durres15-Mar-14 23:38
Ardi Durres15-Mar-14 23:38 
AnswerRe: VB6 Cennect with SQL Server Pin
Eddy Vluggen16-Mar-14 1:08
professionalEddy Vluggen16-Mar-14 1:08 
Questionchange connection with database on runtime Pin
alejx15-Mar-14 4:25
alejx15-Mar-14 4:25 

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.