Click here to Skip to main content
15,891,698 members
Home / Discussions / Database
   

Database

 
GeneralRe: How to work with folder and File ? Pin
Mycroft Holmes18-Dec-09 0:04
professionalMycroft Holmes18-Dec-09 0:04 
GeneralRe: How to work with folder and File ? Pin
Golden Jing18-Dec-09 0:07
Golden Jing18-Dec-09 0:07 
GeneralRe: How to work with folder and File ? Pin
Niladri_Biswas18-Dec-09 2:54
Niladri_Biswas18-Dec-09 2:54 
QuestionFormat function in SQL Server Pin
Tufail Ahmad17-Dec-09 18:29
Tufail Ahmad17-Dec-09 18:29 
AnswerRe: Format function in SQL Server Pin
Niladri_Biswas17-Dec-09 20:19
Niladri_Biswas17-Dec-09 20:19 
AnswerRe: Format function in SQL Server Pin
Blue_Boy17-Dec-09 22:31
Blue_Boy17-Dec-09 22:31 
QuestionTable rows vs. comma separated Pin
Genbox17-Dec-09 5:46
Genbox17-Dec-09 5:46 
AnswerRe: Table rows vs. comma separated Pin
Member 450194017-Dec-09 8:09
Member 450194017-Dec-09 8:09 
assuming that the recipient list are also users

User Table Columns
UserID+User
Message Table Columns
MessageID+Message
Sent Table Columns
UserID+MessageID (using the senders user id)
Receive Table Columns
UserID+MessageID (using the recipients user ids)

use csv if recipients are not users or you don't need to track
don't use csv if you intend to parse later - not effective
GeneralRe: Table rows vs. comma separated Pin
Genbox17-Dec-09 8:19
Genbox17-Dec-09 8:19 
GeneralRe: Table rows vs. comma separated Pin
Member 450194017-Dec-09 10:54
Member 450194017-Dec-09 10:54 
GeneralRe: Table rows vs. comma separated Pin
Genbox17-Dec-09 12:03
Genbox17-Dec-09 12:03 
GeneralRe: Table rows vs. comma separated Pin
David Skelly17-Dec-09 22:27
David Skelly17-Dec-09 22:27 
GeneralRe: Table rows vs. comma separated Pin
Genbox18-Dec-09 11:02
Genbox18-Dec-09 11:02 
QuestionDatabase Field to contain data from a screen table Pin
RyanSmith16-Dec-09 22:52
professionalRyanSmith16-Dec-09 22:52 
AnswerRe: Database Field to contain data from a screen table Pin
Mycroft Holmes17-Dec-09 3:58
professionalMycroft Holmes17-Dec-09 3:58 
AnswerConsider XML storage Pin
David Mujica17-Dec-09 5:28
David Mujica17-Dec-09 5:28 
QuestionSelect Query with column name containing [] [Figured out] Pin
dan!sh 16-Dec-09 18:52
professional dan!sh 16-Dec-09 18:52 
AnswerRe: Select Query with column name containing [] Pin
Mycroft Holmes16-Dec-09 18:59
professionalMycroft Holmes16-Dec-09 18:59 
GeneralRe: Select Query with column name containing [] Pin
dan!sh 16-Dec-09 19:01
professional dan!sh 16-Dec-09 19:01 
GeneralRe: Select Query with column name containing [] Pin
Mycroft Holmes16-Dec-09 19:50
professionalMycroft Holmes16-Dec-09 19:50 
GeneralRe: Select Query with column name containing [] Pin
dan!sh 16-Dec-09 21:16
professional dan!sh 16-Dec-09 21:16 
QuestionHow to group data which not the same ? Pin
Golden Jing15-Dec-09 23:06
Golden Jing15-Dec-09 23:06 
AnswerRe: How to group data which not the same ? Pin
Niladri_Biswas16-Dec-09 2:00
Niladri_Biswas16-Dec-09 2:00 
GeneralRe: How to group data which not the same ? Pin
Golden Jing16-Dec-09 2:29
Golden Jing16-Dec-09 2:29 
General[Message Deleted] Pin
Niladri_Biswas16-Dec-09 3:23
Niladri_Biswas16-Dec-09 3:23 

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.