Click here to Skip to main content
15,902,911 members
Home / Discussions / Database
   

Database

 
AnswerRe: Variable with multiple values? Pin
caliguloo24-Jan-07 1:40
caliguloo24-Jan-07 1:40 
AnswerRe: Variable with multiple values? Pin
Michael Potter24-Jan-07 5:26
Michael Potter24-Jan-07 5:26 
GeneralRe: Variable with multiple values? Pin
caliguloo24-Jan-07 21:11
caliguloo24-Jan-07 21:11 
AnswerRe: Variable with multiple values? Pin
M.H.1.2.325-Jan-07 20:17
M.H.1.2.325-Jan-07 20:17 
QuestionMinimizing returned records from DB Pin
MayyMagdy23-Jan-07 23:11
MayyMagdy23-Jan-07 23:11 
AnswerRe: Minimizing returned records from DB Pin
andyharman24-Jan-07 2:15
professionalandyharman24-Jan-07 2:15 
QuestionTEXT datatype Pin
quiteSmart23-Jan-07 22:29
quiteSmart23-Jan-07 22:29 
AnswerRe: TEXT datatype Pin
Colin Angus Mackay23-Jan-07 22:39
Colin Angus Mackay23-Jan-07 22:39 
quiteSmart wrote:
What is the TEXT datatype?


A data type for storing text - up to 2Gb


quiteSmart wrote:
How should it be used?


When you have large amounts of text to store


quiteSmart wrote:
Is it good or bad?


Like anything it depends. If you pull the TEXT data out on each query whether it is required or not it is bad. If you are careful it is very good.


quiteSmart wrote:
I have to save a long text to the database. I don't know the size that should be saved. Is it better to use the TEXT dataType or the VARCHAR datatype.


If the text data is going to be over 8K a TEXT data type is your only option.


GeneralRe: TEXT datatype Pin
quiteSmart23-Jan-07 22:47
quiteSmart23-Jan-07 22:47 
QuestionRe: TEXT datatype Pin
andyharman23-Jan-07 22:54
professionalandyharman23-Jan-07 22:54 
AnswerRe: TEXT datatype Pin
quiteSmart23-Jan-07 22:59
quiteSmart23-Jan-07 22:59 
GeneralRe: TEXT datatype Pin
Colin Angus Mackay23-Jan-07 23:26
Colin Angus Mackay23-Jan-07 23:26 
GeneralRe: TEXT datatype Pin
quiteSmart23-Jan-07 23:30
quiteSmart23-Jan-07 23:30 
AnswerRe: TEXT datatype Pin
andyharman24-Jan-07 0:28
professionalandyharman24-Jan-07 0:28 
GeneralRe: TEXT datatype Pin
quiteSmart24-Jan-07 0:36
quiteSmart24-Jan-07 0:36 
QuestionRe: TEXT datatype Pin
andyharman24-Jan-07 2:17
professionalandyharman24-Jan-07 2:17 
AnswerRe: TEXT datatype Pin
quiteSmart24-Jan-07 2:24
quiteSmart24-Jan-07 2:24 
GeneralRe: TEXT datatype Pin
Colin Angus Mackay23-Jan-07 23:25
Colin Angus Mackay23-Jan-07 23:25 
AnswerAlso Pin
Ennis Ray Lynch, Jr.24-Jan-07 3:49
Ennis Ray Lynch, Jr.24-Jan-07 3:49 
QuestionI need the quiery for the following please help me out Pin
MD1223-Jan-07 16:27
MD1223-Jan-07 16:27 
AnswerRe: I need the quiery for the following please help me out Pin
Colin Angus Mackay23-Jan-07 22:29
Colin Angus Mackay23-Jan-07 22:29 
QuestionFlattening a property table Pin
mr_lasseter23-Jan-07 8:10
mr_lasseter23-Jan-07 8:10 
QuestionSQL server 2000 OR 2005 Pin
sanaziuse23-Jan-07 6:43
sanaziuse23-Jan-07 6:43 
AnswerRe: SQL server 2000 OR 2005 Pin
Aaron VanWieren23-Jan-07 7:26
Aaron VanWieren23-Jan-07 7:26 
JokeRe: SQL server 2000 OR 2005 Pin
Chris Meech23-Jan-07 7:31
Chris Meech23-Jan-07 7:31 

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.