Click here to Skip to main content
15,921,660 members
Home / Discussions / Database
   

Database

 
GeneralRe: CUBE, PIVOT and my head Pin
Paul Watson3-Jul-03 23:01
sitebuilderPaul Watson3-Jul-03 23:01 
GeneralTrigger problem Pin
Imtiaz Murtaza26-Jun-03 2:33
Imtiaz Murtaza26-Jun-03 2:33 
GeneralRe: Trigger problem Pin
basementman26-Jun-03 4:06
basementman26-Jun-03 4:06 
GeneralRe: Trigger problem Pin
Imtia26-Jun-03 6:48
sussImtia26-Jun-03 6:48 
GeneralRe: Trigger problem Pin
treiber1-Jul-03 8:08
treiber1-Jul-03 8:08 
Generalwhich data type can i use ? for storing a long string. Pin
Asim N.26-Jun-03 2:15
Asim N.26-Jun-03 2:15 
GeneralRe: which data type can i use ? for storing a long string. Pin
Itanium26-Jun-03 2:35
Itanium26-Jun-03 2:35 
GeneralRe: which data type can i use ? for storing a long string. Pin
basementman26-Jun-03 4:09
basementman26-Jun-03 4:09 
If you can get away with it, use a varchar(7500). If your data is larger that 7500, you will need to use text.

You can also use PatIndex and CharIndex with text fields.

So, if you want to do an equality join, you can use something like:

where
CharIndex('StringToSeek',TextField) = 1

 onwards and upwards... 
GeneralAdding a new record Pin
Itanium26-Jun-03 1:52
Itanium26-Jun-03 1:52 
GeneralWebsite can't access SQL2k DB Pin
-- NA --25-Jun-03 22:21
-- NA --25-Jun-03 22:21 
GeneralRe: Website can't access SQL2k DB Pin
-- NA --26-Jun-03 0:39
-- NA --26-Jun-03 0:39 
GeneralRe: Website can't access SQL2k DB Pin
Rick Crone26-Jun-03 7:51
Rick Crone26-Jun-03 7:51 
GeneralRe: Website can't access SQL2k DB Pin
-- NA --26-Jun-03 7:54
-- NA --26-Jun-03 7:54 
Questionwhich way i should go ? Pin
Asim N.25-Jun-03 18:09
Asim N.25-Jun-03 18:09 
AnswerRe: which way i should go ? Pin
SimonS27-Jun-03 20:40
SimonS27-Jun-03 20:40 
GeneralADO Pin
AticAtac25-Jun-03 5:11
AticAtac25-Jun-03 5:11 
GeneralWHERE CLAUSE problem. Pin
Asim N.25-Jun-03 2:22
Asim N.25-Jun-03 2:22 
GeneralRe: WHERE CLAUSE problem. Pin
basementman25-Jun-03 4:36
basementman25-Jun-03 4:36 
GeneralConnection is busy with results of another command Pin
audio-video24-Jun-03 21:48
audio-video24-Jun-03 21:48 
GeneralCode Database Help; Pin
Bo Hunter23-Jun-03 10:46
Bo Hunter23-Jun-03 10:46 
GeneralRe: Code Database Help; Pin
Ray Cassick23-Jun-03 11:03
Ray Cassick23-Jun-03 11:03 
GeneralRe: Code Database Help; Pin
basementman24-Jun-03 5:04
basementman24-Jun-03 5:04 
GeneralTimeout expired. Pin
meaya22-Jun-03 21:34
meaya22-Jun-03 21:34 
Generalslow ODBC connections with Win 2000 Server Pin
jpeg22-Jun-03 21:25
jpeg22-Jun-03 21:25 
GeneralRe: slow ODBC connections with Win 2000 Server Pin
basementman23-Jun-03 4:09
basementman23-Jun-03 4:09 

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.