Click here to Skip to main content
15,901,373 members
Home / Discussions / Database
   

Database

 
Questionpossible database fields Pin
dream_liner_7e730-Jul-08 4:03
dream_liner_7e730-Jul-08 4:03 
AnswerRe: possible database fields Pin
SimulationofSai30-Jul-08 5:28
SimulationofSai30-Jul-08 5:28 
GeneralRe: possible database fields Pin
Paul Conrad30-Jul-08 7:13
professionalPaul Conrad30-Jul-08 7:13 
AnswerRe: possible database fields Pin
Vimalsoft(Pty) Ltd30-Jul-08 21:02
professionalVimalsoft(Pty) Ltd30-Jul-08 21:02 
Questionretrieve more than one row in one row Pin
obarahmeh29-Jul-08 23:16
obarahmeh29-Jul-08 23:16 
AnswerRe: retrieve more than one row in one row Pin
Declan Bright30-Jul-08 3:56
Declan Bright30-Jul-08 3:56 
AnswerRe: retrieve more than one row in one row Pin
leoinfo30-Jul-08 4:26
leoinfo30-Jul-08 4:26 
GeneralRe: retrieve more than one row in one row [modified] Pin
PIEBALDconsult31-Jul-08 4:36
mvePIEBALDconsult31-Jul-08 4:36 
I'm always amazed at the lack of functions in SQL Server.
There should be a JOIN CONCAT aggregate function.
There should also be TRIM (not just LTRIM and RTRIM), and PADding functions.

Ah, well, an opportunity to write my first CLR aggregate function! Big Grin | :-D


Ha! The example for creating a CLR aggregate is Concatenate! Laugh | :laugh:

Whoo hoo! Copied the example and tweaked it a little.

SELECT   ID
,Symbol=STUFF(dbo.Concatenate(' and '+Symbol),1,5,'')
FROM Symbol 
GROUP BY ID
ORDER BY ID
,Symbol


modified on Thursday, July 31, 2008 11:33 AM

JokeRe: retrieve more than one row in one row Pin
leoinfo31-Jul-08 8:56
leoinfo31-Jul-08 8:56 
GeneralRe: retrieve more than one row in one row Pin
PIEBALDconsult31-Jul-08 10:16
mvePIEBALDconsult31-Jul-08 10:16 
AnswerRe: retrieve more than one row in one row Pin
PIEBALDconsult30-Jul-08 20:25
mvePIEBALDconsult30-Jul-08 20:25 
JokeRe: retrieve more than one row in one row Pin
leoinfo31-Jul-08 2:35
leoinfo31-Jul-08 2:35 
GeneralRe: retrieve more than one row in one row Pin
PIEBALDconsult31-Jul-08 3:38
mvePIEBALDconsult31-Jul-08 3:38 
QuestionReporting Services - Subreport cannot be viewed. Pin
Rashmi Deshpande29-Jul-08 20:10
Rashmi Deshpande29-Jul-08 20:10 
QuestionCommon Stored procedure for insert update and delete. Pin
santosh04229-Jul-08 19:58
santosh04229-Jul-08 19:58 
AnswerRe: Common Stored procedure for insert update and delete. Pin
Vimalsoft(Pty) Ltd29-Jul-08 23:19
professionalVimalsoft(Pty) Ltd29-Jul-08 23:19 
AnswerRe: Common Stored procedure for insert update and delete. Pin
Ashfield30-Jul-08 1:21
Ashfield30-Jul-08 1:21 
QuestionClickonce encrypting connection strings question Pin
netizenk29-Jul-08 14:22
professionalnetizenk29-Jul-08 14:22 
AnswerRe: Clickonce encrypting connection strings question Pin
SimulationofSai30-Jul-08 5:18
SimulationofSai30-Jul-08 5:18 
GeneralRe: Clickonce encrypting connection strings question Pin
netizenk30-Jul-08 12:12
professionalnetizenk30-Jul-08 12:12 
GeneralRe: Clickonce encrypting connection strings question Pin
SimulationofSai30-Jul-08 19:21
SimulationofSai30-Jul-08 19:21 
GeneralRe: Clickonce encrypting connection strings question Pin
netizenk31-Jul-08 15:59
professionalnetizenk31-Jul-08 15:59 
Questionsql revoke permission Pin
nelsonpaixao29-Jul-08 12:28
nelsonpaixao29-Jul-08 12:28 
QuestionHow to count values in XML structure using XQuery statement Pin
David Mujica29-Jul-08 10:00
David Mujica29-Jul-08 10:00 
AnswerRe: How to count values in XML structure using XQuery statement Pin
leoinfo29-Jul-08 15:14
leoinfo29-Jul-08 15:14 

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.