Click here to Skip to main content
15,791,758 members
Home / Discussions / Database
   

Database

 
GeneralRe: Conversion failed in sql Pin
Richard.Berry10024-Apr-13 12:02
Richard.Berry10024-Apr-13 12:02 
GeneralRe: Conversion failed in sql Pin
Mycroft Holmes24-Apr-13 13:29
professionalMycroft Holmes24-Apr-13 13:29 
QuestionTunig required for the below SQL. Pin
nirkar jena17-Apr-13 0:42
nirkar jena17-Apr-13 0:42 
AnswerRe: Tunig required for the below SQL. Pin
Mycroft Holmes17-Apr-13 1:45
professionalMycroft Holmes17-Apr-13 1:45 
AnswerRe: Tunig required for the below SQL. Pin
Eddy Vluggen17-Apr-13 6:06
professionalEddy Vluggen17-Apr-13 6:06 
AnswerRe: Tunig required for the below SQL. Pin
Niral Soni22-Apr-13 4:13
Niral Soni22-Apr-13 4:13 
QuestionNeed a query to get data from two tables with specific format Pin
sowvin16-Apr-13 21:41
sowvin16-Apr-13 21:41 
AnswerRe: Need a query to get data from two tables with specific format Pin
Mycroft Holmes16-Apr-13 23:01
professionalMycroft Holmes16-Apr-13 23:01 
Because you have stored you MSNUM as a comma separated string (idiot) you are going to have to split the string. For this you need a split function that will return a table with the date and 1 ID per row. You then use this table to join you 2 existing tables.

This is the direct result of crappy design where someone is too bloody lazy to create the additional table to store the Date/MSNUM as discreet records.

There are plenty of examples around[^]
Never underestimate the power of human stupidity
RAH

AnswerRe: Need a query to get data from two tables with specific format Pin
Niral Soni22-Apr-13 5:57
Niral Soni22-Apr-13 5:57 
QuestionSSIS XML Source (2012) Pin
PIEBALDconsult16-Apr-13 19:26
professionalPIEBALDconsult16-Apr-13 19:26 
QuestionHow to insert the same record multiple times in a MS Access 2000 database Pin
sobelhaj12-Apr-13 8:39
sobelhaj12-Apr-13 8:39 
AnswerRe: How to insert the same record multiple times in a MS Access 2000 database Pin
RobCollins12-Apr-13 13:12
RobCollins12-Apr-13 13:12 
AnswerRe: How to insert the same record multiple times in a MS Access 2000 database Pin
PIEBALDconsult13-Apr-13 9:01
professionalPIEBALDconsult13-Apr-13 9:01 
GeneralRe: How to insert the same record multiple times in a MS Access 2000 database Pin
sobelhaj13-Apr-13 10:00
sobelhaj13-Apr-13 10:00 
GeneralRe: How to insert the same record multiple times in a MS Access 2000 database Pin
PIEBALDconsult13-Apr-13 12:18
professionalPIEBALDconsult13-Apr-13 12:18 
AnswerRe: How to insert the same record multiple times in a MS Access 2000 database Pin
Mycroft Holmes13-Apr-13 14:20
professionalMycroft Holmes13-Apr-13 14:20 
AnswerRe: How to insert the same record multiple times in a MS Access 2000 database Pin
jschell14-Apr-13 8:12
jschell14-Apr-13 8:12 
Questionthe output of select command Pin
sara-setare12-Apr-13 8:13
sara-setare12-Apr-13 8:13 
AnswerRe: the output of select command Pin
RobCollins12-Apr-13 8:17
RobCollins12-Apr-13 8:17 
GeneralRe: the output of select command Pin
sara-setare12-Apr-13 8:28
sara-setare12-Apr-13 8:28 
GeneralRe: the output of select command Pin
RobCollins12-Apr-13 8:59
RobCollins12-Apr-13 8:59 
GeneralRe: the output of select command Pin
sara-setare12-Apr-13 20:44
sara-setare12-Apr-13 20:44 
Questionupdate special row Pin
sara-setare12-Apr-13 2:20
sara-setare12-Apr-13 2:20 
AnswerRe: update special row Pin
Tim Carmichael12-Apr-13 2:35
Tim Carmichael12-Apr-13 2:35 
AnswerRe: update special row Pin
Shanalal Kasim12-Apr-13 4:11
Shanalal Kasim12-Apr-13 4:11 

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.