Click here to Skip to main content
15,887,267 members
Home / Discussions / Database
   

Database

 
AnswerRe: SQL query Date Sort Problem Pin
PIEBALDconsult3-Dec-12 8:50
mvePIEBALDconsult3-Dec-12 8:50 
GeneralRe: SQL query Date Sort Problem Pin
Mycroft Holmes3-Dec-12 13:12
professionalMycroft Holmes3-Dec-12 13:12 
GeneralRe: SQL query Date Sort Problem Pin
PIEBALDconsult3-Dec-12 13:18
mvePIEBALDconsult3-Dec-12 13:18 
GeneralRe: SQL query Date Sort Problem Pin
Mycroft Holmes3-Dec-12 16:18
professionalMycroft Holmes3-Dec-12 16:18 
GeneralRe: SQL query Date Sort Problem Pin
PIEBALDconsult3-Dec-12 17:29
mvePIEBALDconsult3-Dec-12 17:29 
GeneralRe: SQL query Date Sort Problem Pin
AnirbanM 23-Dec-12 18:57
professionalAnirbanM 23-Dec-12 18:57 
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 
There are a bunch of uglies in this table design
1. Storing numerics as character
2. Mixing varchar and nchar for no obvious reason
3. Using nchar instead of char (I would use varchar)
4. Using nchar instead of a bit (holiday)

Personally I think you should have only 3 fields in the table SNo,ToDate and Holiday. All the others should be calculated in a view!
Never underestimate the power of human stupidity
RAH

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 
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 

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.