Click here to Skip to main content
15,886,519 members
Home / Discussions / Database
   

Database

 
QuestionOracle Equalent for Systypes and Syscolumns... Pin
sandhya1423-Aug-09 22:48
sandhya1423-Aug-09 22:48 
Questionget all parent tables name with child from sql 2005 Pin
Abdul Rahman Hamidy23-Aug-09 18:26
Abdul Rahman Hamidy23-Aug-09 18:26 
AnswerRe: get all parent tables name with child from sql 2005 Pin
Mycroft Holmes23-Aug-09 19:34
professionalMycroft Holmes23-Aug-09 19:34 
GeneralRe: get all parent tables name with child from sql 2005 Pin
Abdul Rahman Hamidy23-Aug-09 20:23
Abdul Rahman Hamidy23-Aug-09 20:23 
GeneralRe: get all parent tables name with child from sql 2005 Pin
Mycroft Holmes23-Aug-09 21:19
professionalMycroft Holmes23-Aug-09 21:19 
GeneralRe: get all parent tables name with child from sql 2005 Pin
Abdul Rahman Hamidy24-Aug-09 1:57
Abdul Rahman Hamidy24-Aug-09 1:57 
QuestionStoring data which in the form of a list to database. Pin
udaykatakam21-Aug-09 8:04
udaykatakam21-Aug-09 8:04 
AnswerRe: Storing data which in the form of a list to database. Pin
Mycroft Holmes21-Aug-09 17:18
professionalMycroft Holmes21-Aug-09 17:18 
Wow, this question is so wrong in so many ways.

Databases store structured data (generally)
A list (complete) is unstructured data
Text wrap is not a concept a database has.

The way to go
Create a table with 3 fields
ID int identity(1,1)
Sequence int
ListText varchar(a number > the possible text length)

Into this you store the bullet number in Sequence and the text in ListText
When you retrieve the data you order it by Sequence and it is up to you to display the text in the control you want.

Never underestimate the power of human stupidity
RAH

GeneralRe: Storing data which in the form of a list to database. Pin
udaykatakam23-Aug-09 21:32
udaykatakam23-Aug-09 21:32 
GeneralRe: Storing data which in the form of a list to database. Pin
Mycroft Holmes23-Aug-09 21:48
professionalMycroft Holmes23-Aug-09 21:48 
GeneralRe: Storing data which in the form of a list to database. Pin
udaykatakam24-Aug-09 11:29
udaykatakam24-Aug-09 11:29 
QuestionAbout the SQL Execution Plan Pin
mctramp16820-Aug-09 22:09
mctramp16820-Aug-09 22:09 
AnswerRe: About the SQL Execution Plan Pin
Ashfield20-Aug-09 23:19
Ashfield20-Aug-09 23:19 
AnswerRe: About the SQL Execution Plan Pin
Mycroft Holmes21-Aug-09 0:38
professionalMycroft Holmes21-Aug-09 0:38 
GeneralRe: About the SQL Execution Plan Pin
David Mujica21-Aug-09 2:54
David Mujica21-Aug-09 2:54 
QuestionSQL:Find one primary key of each duplicate records Pin
xodeblack20-Aug-09 19:42
xodeblack20-Aug-09 19:42 
AnswerRe: SQL:Find one primary key of each duplicate records Pin
Ashfield20-Aug-09 21:01
Ashfield20-Aug-09 21:01 
GeneralRe: SQL:Find one primary key of each duplicate records Pin
xodeblack20-Aug-09 21:25
xodeblack20-Aug-09 21:25 
GeneralRe: SQL:Find one primary key of each duplicate records Pin
Ashfield21-Aug-09 1:21
Ashfield21-Aug-09 1:21 
GeneralRe: SQL:Find one primary key of each duplicate records Pin
xodeblack21-Aug-09 1:28
xodeblack21-Aug-09 1:28 
GeneralRe: SQL:Find one primary key of each duplicate records Pin
Ashfield21-Aug-09 4:20
Ashfield21-Aug-09 4:20 
GeneralRe: SQL:Find one primary key of each duplicate records Pin
Coding C#20-Aug-09 22:25
Coding C#20-Aug-09 22:25 
GeneralRe: SQL:Find one primary key of each duplicate records Pin
David Skelly20-Aug-09 22:32
David Skelly20-Aug-09 22:32 
GeneralRe: SQL:Find one primary key of each duplicate records Pin
Ashfield21-Aug-09 1:19
Ashfield21-Aug-09 1:19 
QuestionLIKE Predicate Pin
TheIdleProgrammer20-Aug-09 3:50
TheIdleProgrammer20-Aug-09 3:50 

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.