Click here to Skip to main content
15,886,919 members
Home / Discussions / Database
   

Database

 
AnswerRe: Database unable to return data to all clients for 10 clients or more making same call at same time. Pin
Shameel1-Dec-11 3:56
professionalShameel1-Dec-11 3:56 
GeneralRe: Database unable to return data to all clients for 10 clients or more making same call at same time. Pin
Steve Holdorf1-Dec-11 4:05
Steve Holdorf1-Dec-11 4:05 
AnswerRe: Database unable to return data to all clients for 10 clients or more making same call at same time. Pin
Steve Holdorf1-Dec-11 7:22
Steve Holdorf1-Dec-11 7:22 
QuestionDisplaying Objects within a Date Range Pin
Aptiva Dave30-Nov-11 5:12
Aptiva Dave30-Nov-11 5:12 
AnswerRe: Displaying Objects within a Date Range Pin
Chris Meech30-Nov-11 6:27
Chris Meech30-Nov-11 6:27 
AnswerRe: Displaying Objects within a Date Range Pin
jschell30-Nov-11 10:30
jschell30-Nov-11 10:30 
AnswerRe: Displaying Objects within a Date Range Pin
PIEBALDconsult30-Nov-11 14:59
mvePIEBALDconsult30-Nov-11 14:59 
AnswerRe: Displaying Objects within a Date Range Pin
Mycroft Holmes30-Nov-11 16:57
professionalMycroft Holmes30-Nov-11 16:57 
Convert GetDate() to a date to get rid of the time component (assumes SQL Server 2008).

SELECT CONVERT(DATE,GETDATE())

Never underestimate the power of human stupidity
RAH

Questioncompare two SQL database Pin
jojoba201130-Nov-11 0:28
jojoba201130-Nov-11 0:28 
AnswerRe: compare two SQL database Pin
R. Giskard Reventlov30-Nov-11 0:57
R. Giskard Reventlov30-Nov-11 0:57 
AnswerRe: compare two SQL database Pin
Mycroft Holmes30-Nov-11 12:06
professionalMycroft Holmes30-Nov-11 12:06 
QuestionRe: compare two SQL database Pin
jojoba201130-Nov-11 17:55
jojoba201130-Nov-11 17:55 
QuestionLEFT OUTER JOIN not working Pin
mjackson1129-Nov-11 7:21
mjackson1129-Nov-11 7:21 
AnswerRe: LEFT OUTER JOIN not working Pin
berba29-Nov-11 7:44
berba29-Nov-11 7:44 
GeneralRe: LEFT OUTER JOIN not working Pin
Chris Meech29-Nov-11 7:50
Chris Meech29-Nov-11 7:50 
AnswerRe: LEFT OUTER JOIN not working Pin
Chris Meech29-Nov-11 7:52
Chris Meech29-Nov-11 7:52 
AnswerRe: LEFT OUTER JOIN not working - SOLVED Pin
mjackson1129-Nov-11 8:04
mjackson1129-Nov-11 8:04 
GeneralRe: LEFT OUTER JOIN not working - SOLVED Pin
i.j.russell29-Nov-11 10:32
i.j.russell29-Nov-11 10:32 
QuestionWeb Service Identity configuration error Pin
berba29-Nov-11 7:21
berba29-Nov-11 7:21 
AnswerRe: Web Service Identity configuration error Pin
coded00730-Nov-11 22:50
professionalcoded00730-Nov-11 22:50 
QuestionCertifications of SQL Pin
touseef4pk29-Nov-11 1:33
touseef4pk29-Nov-11 1:33 
AnswerRe: Certifications of SQL Pin
Blue_Boy29-Nov-11 3:07
Blue_Boy29-Nov-11 3:07 
AnswerRe: Certifications of SQL Pin
coded0071-Dec-11 19:49
professionalcoded0071-Dec-11 19:49 
Questionupdate with random value Pin
Jassim Rahma27-Nov-11 20:23
Jassim Rahma27-Nov-11 20:23 
AnswerRe: update with random value Pin
Jörgen Andersson27-Nov-11 21:37
professionalJörgen Andersson27-Nov-11 21:37 

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.