Click here to Skip to main content
16,004,678 members
Home / Discussions / Database
   

Database

 
AnswerRe: How to check a condition using sql Pin
Sallu17497-Feb-08 17:42
Sallu17497-Feb-08 17:42 
GeneralDatabase replication Pin
briogene6-Feb-08 3:40
briogene6-Feb-08 3:40 
GeneralAbbreviatting large text fields with an ellipsis Pin
Neophyte306-Feb-08 2:25
Neophyte306-Feb-08 2:25 
GeneralRe: Abbreviatting large text fields with an ellipsis Pin
Colin Angus Mackay6-Feb-08 2:57
Colin Angus Mackay6-Feb-08 2:57 
GeneralRe: Abbreviatting large text fields with an ellipsis Pin
Neophyte306-Feb-08 3:08
Neophyte306-Feb-08 3:08 
GeneralRe: Abbreviatting large text fields with an ellipsis Pin
Neophyte306-Feb-08 3:18
Neophyte306-Feb-08 3:18 
GeneralRe: Abbreviatting large text fields with an ellipsis Pin
Neophyte306-Feb-08 3:22
Neophyte306-Feb-08 3:22 
GeneralRe: Abbreviatting large text fields with an ellipsis Pin
Mark Churchill6-Feb-08 16:36
Mark Churchill6-Feb-08 16:36 
You can also do this in a stylesheet if you don't care too much about the bandwidth. The benefits to this approach are that the text is trimmed at the appropriate position as the client lays it out.

To be honest I sincerely doubt there is any real gain to be made trimming the string on the database vs in the code behind... (unless we are talking massive amounts of text) Wink | ;)


GeneralNested Insert Into Statement Pin
Sallu17496-Feb-08 2:08
Sallu17496-Feb-08 2:08 
GeneralRe: Nested Insert Into Statement Pin
Colin Angus Mackay6-Feb-08 2:23
Colin Angus Mackay6-Feb-08 2:23 
GeneralRe: Nested Insert Into Statement Pin
Sallu17496-Feb-08 17:03
Sallu17496-Feb-08 17:03 
GeneralRe: Nested Insert Into Statement Pin
Colin Angus Mackay6-Feb-08 21:53
Colin Angus Mackay6-Feb-08 21:53 
QuestionConcatenate two column from different table Pin
kimo code6-Feb-08 0:51
kimo code6-Feb-08 0:51 
GeneralRe: Concatenate two column from different table Pin
pmarfleet6-Feb-08 1:46
pmarfleet6-Feb-08 1:46 
GeneralRe: Concatenate two column from different table Pin
Neophyte306-Feb-08 2:16
Neophyte306-Feb-08 2:16 
GeneralRe: Concatenate two column from different table Pin
pmarfleet6-Feb-08 2:31
pmarfleet6-Feb-08 2:31 
GeneralRe: Concatenate two column from different table Pin
Neophyte306-Feb-08 2:56
Neophyte306-Feb-08 2:56 
GeneralRe: Concatenate two column from different table Pin
pmarfleet6-Feb-08 3:36
pmarfleet6-Feb-08 3:36 
GeneralRe: Concatenate two column from different table Pin
Neophyte306-Feb-08 3:43
Neophyte306-Feb-08 3:43 
GeneralRe: Concatenate two column from different table Pin
kimo code6-Feb-08 2:57
kimo code6-Feb-08 2:57 
Generalconcat command in stored procedure Pin
jithbiz00336-Feb-08 0:21
jithbiz00336-Feb-08 0:21 
GeneralRe: concat command in stored procedure Pin
pmarfleet6-Feb-08 0:47
pmarfleet6-Feb-08 0:47 
GeneralRe: concat command in stored procedure Pin
jithbiz00336-Feb-08 17:39
jithbiz00336-Feb-08 17:39 
GeneralRe: concat command in stored procedure Pin
jithbiz00336-Feb-08 23:23
jithbiz00336-Feb-08 23:23 
AnswerRe: concat command in stored procedure Pin
pmarfleet7-Feb-08 2:24
pmarfleet7-Feb-08 2:24 

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.