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

Database

 
GeneralRe: Fetching of data w.r.t the time limits in Sql Server2000 Pin
praveengb24-Sep-11 1:01
praveengb24-Sep-11 1:01 
AnswerRe: Fetching of data w.r.t the time limits in Sql Server2000 Pin
David Skelly21-Sep-11 4:25
David Skelly21-Sep-11 4:25 
As PBC has already pointed out your database is not designed to support the query you want to run. There is no easy fix, either you will need to change the table design, or in your query you will need to concatenate the date and time values together and then convert to DATETIME datatype so that you can do the DATEADD function. That will work, but it will be quite slow if you have a large table to query so the best solution is to change the table design if you can.
QuestionHow to convert from (Sybase Or Access) database to Mysql Pin
zigzagooo20-Sep-11 22:40
zigzagooo20-Sep-11 22:40 
AnswerRe: How to convert from (Sybase Or Access) database to Mysql Pin
Wayne Gaylard20-Sep-11 23:10
professionalWayne Gaylard20-Sep-11 23:10 
GeneralRe: How to convert from (Sybase Or Access) database to Mysql Pin
zigzagooo21-Sep-11 0:22
zigzagooo21-Sep-11 0:22 
Questiongetting the role to which a user belongs Pin
Danzy8319-Sep-11 22:39
Danzy8319-Sep-11 22:39 
AnswerRe: getting the role to which a user belongs Pin
Mycroft Holmes19-Sep-11 22:58
professionalMycroft Holmes19-Sep-11 22:58 
GeneralRe: getting the role to which a user belongs Pin
Danzy8319-Sep-11 23:12
Danzy8319-Sep-11 23:12 
AnswerRe: getting the role to which a user belongs Pin
Blue_Boy19-Sep-11 22:58
Blue_Boy19-Sep-11 22:58 
GeneralRe: getting the role to which a user belongs Pin
Danzy8319-Sep-11 23:16
Danzy8319-Sep-11 23:16 
AnswerRe: getting the role to which a user belongs Pin
Simon_Whale19-Sep-11 23:00
Simon_Whale19-Sep-11 23:00 
Questionchanging password for sql server login Pin
Danzy8319-Sep-11 0:56
Danzy8319-Sep-11 0:56 
AnswerRe: changing password for sql server login Pin
Richard MacCutchan19-Sep-11 1:35
mveRichard MacCutchan19-Sep-11 1:35 
GeneralRe: changing password for sql server login Pin
Danzy8319-Sep-11 1:43
Danzy8319-Sep-11 1:43 
GeneralRe: changing password for sql server login Pin
Richard MacCutchan19-Sep-11 1:46
mveRichard MacCutchan19-Sep-11 1:46 
GeneralRe: changing password for sql server login Pin
Danzy8319-Sep-11 1:50
Danzy8319-Sep-11 1:50 
GeneralRe: changing password for sql server login Pin
Reiss19-Sep-11 2:32
professionalReiss19-Sep-11 2:32 
GeneralRe: changing password for sql server login Pin
Richard MacCutchan19-Sep-11 2:59
mveRichard MacCutchan19-Sep-11 2:59 
GeneralRe: changing password for sql server login Pin
Corporal Agarn19-Sep-11 6:17
professionalCorporal Agarn19-Sep-11 6:17 
GeneralRe: changing password for sql server login Pin
Richard MacCutchan19-Sep-11 7:33
mveRichard MacCutchan19-Sep-11 7:33 
QuestionConnection Timeout Pin
megasoft house16-Sep-11 0:22
megasoft house16-Sep-11 0:22 
AnswerRe: Connection Timeout Pin
Wayne Gaylard16-Sep-11 2:02
professionalWayne Gaylard16-Sep-11 2:02 
AnswerRe: Connection Timeout Pin
jschell17-Sep-11 14:55
jschell17-Sep-11 14:55 
GeneralRe: Connection Timeout Pin
Mycroft Holmes17-Sep-11 19:40
professionalMycroft Holmes17-Sep-11 19:40 
GeneralRe: Connection Timeout Pin
DaveAuld17-Sep-11 21:04
professionalDaveAuld17-Sep-11 21:04 

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.