Click here to Skip to main content
15,916,835 members
Home / Discussions / Database
   

Database

 
GeneralRe: SQL query Date Sort Problem Pin
AnirbanM 23-Dec-12 18:52
professionalAnirbanM 23-Dec-12 18:52 
AnswerRe: SQL query Date Sort Problem Pin
Mycroft Holmes3-Dec-12 16:24
professionalMycroft Holmes3-Dec-12 16:24 
GeneralRe: SQL query Date Sort Problem Pin
PIEBALDconsult3-Dec-12 17:28
mvePIEBALDconsult3-Dec-12 17:28 
GeneralRe: SQL query Date Sort Problem Pin
AnirbanM 23-Dec-12 19:07
professionalAnirbanM 23-Dec-12 19:07 
GeneralRe: SQL query Date Sort Problem Pin
AnirbanM 23-Dec-12 19:10
professionalAnirbanM 23-Dec-12 19:10 
GeneralRe: SQL query Date Sort Problem Pin
Mycroft Holmes3-Dec-12 19:48
professionalMycroft Holmes3-Dec-12 19:48 
GeneralRe: SQL query Date Sort Problem Pin
AnirbanM 24-Dec-12 2:12
professionalAnirbanM 24-Dec-12 2:12 
GeneralRe: SQL query Date Sort Problem Pin
AnirbanM 24-Dec-12 2:30
professionalAnirbanM 24-Dec-12 2:30 
Actually, based on the query results, within a loop creating new records and putting into a new SQL table 'Timesheet'. Now, when I see this new table 'Timesheet', it's rows are not created based on that sorting. For example, output of the query I got as 1/1/2012 to 1/31/2012 and now in the new table, inserting records like :
1/1/2012 - 51 - 12
1/2/2012 - 10 - 13
1/3/2012 - 15 - 20
..... till
1/31/2012 - 40 - 30

Now, sometimes (as I said earlier), it's creating rows in 'Timesheet' table that looks like:

1/12/2012 - 10 -20
1/13/2012 - 15-12
.. then
1/31/2012 - 40 - 30
..then
1/1/2012 - 51 - 12
1/2/2012 - 10 - 13
1/3/2012 - 15 - 20

It's not that all errors are starting from 1/12/2012, it can be 10th or 15th. So no possible pattern in these output which are giving error.

May be it will give more light into this matter. thanks.
GeneralRe: SQL query Date Sort Problem Pin
Eddy Vluggen4-Dec-12 3:12
professionalEddy Vluggen4-Dec-12 3:12 
GeneralRe: SQL query Date Sort Problem Pin
AnirbanM 24-Dec-12 3:27
professionalAnirbanM 24-Dec-12 3:27 
GeneralRe: SQL query Date Sort Problem Pin
Eddy Vluggen4-Dec-12 4:44
professionalEddy Vluggen4-Dec-12 4:44 
AnswerRe: SQL query Date Sort Problem Pin
Michael Potter4-Dec-12 8:11
Michael Potter4-Dec-12 8:11 
AnswerRe: SQL query Date Sort Problem Pin
jschell4-Dec-12 8:23
jschell4-Dec-12 8:23 
Questionoltp vs olap Pin
a.fatemeh2-Dec-12 10:51
a.fatemeh2-Dec-12 10:51 
AnswerRe: oltp vs olap Pin
Mycroft Holmes2-Dec-12 11:49
professionalMycroft Holmes2-Dec-12 11:49 
GeneralRe: oltp vs olap Pin
a.fatemeh2-Dec-12 11:57
a.fatemeh2-Dec-12 11:57 
GeneralRe: oltp vs olap Pin
Mycroft Holmes2-Dec-12 13:28
professionalMycroft Holmes2-Dec-12 13:28 
GeneralRe: oltp vs olap Pin
a.fatemeh2-Dec-12 13:41
a.fatemeh2-Dec-12 13:41 
GeneralSQL instance name when using network group Pin
Aamir Saleem2-Dec-12 10:32
Aamir Saleem2-Dec-12 10:32 
GeneralRe: SQL instance name when using network group Pin
Mycroft Holmes2-Dec-12 11:43
professionalMycroft Holmes2-Dec-12 11:43 
QuestionACL vs SQL for fuzzy matching Pin
Ben Dessau29-Nov-12 4:15
Ben Dessau29-Nov-12 4:15 
AnswerRe: ACL vs SQL for fuzzy matching Pin
Pete O'Hanlon29-Nov-12 5:07
mvePete O'Hanlon29-Nov-12 5:07 
GeneralRe: ACL vs SQL for fuzzy matching Pin
Ben Dessau29-Nov-12 6:43
Ben Dessau29-Nov-12 6:43 
GeneralRe: ACL vs SQL for fuzzy matching Pin
Pete O'Hanlon29-Nov-12 6:50
mvePete O'Hanlon29-Nov-12 6:50 
QuestionSQL Query Pin
berba29-Nov-12 2:22
berba29-Nov-12 2:22 

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.