Click here to Skip to main content
15,889,644 members
Home / Discussions / Database
   

Database

 
GeneralRe: joining two tables Pin
Estys24-Dec-10 0:12
Estys24-Dec-10 0:12 
GeneralRe: joining two tables Pin
Erdinc2724-Dec-10 0:35
Erdinc2724-Dec-10 0:35 
Questionwhere are stored procedures stored. Pin
khurram_shahzad23-Dec-10 20:34
khurram_shahzad23-Dec-10 20:34 
AnswerRe: where are stored procedures stored. Pin
Hiren solanki24-Dec-10 0:38
Hiren solanki24-Dec-10 0:38 
QuestionCreating view in Access Pin
jadughar23-Dec-10 2:12
jadughar23-Dec-10 2:12 
AnswerRe: Creating view in Access Pin
Hiren solanki23-Dec-10 3:04
Hiren solanki23-Dec-10 3:04 
GeneralRe: Creating view in Access Pin
jadughar23-Dec-10 4:58
jadughar23-Dec-10 4:58 
QuestionRecursive query "SQL Server 2000" Pin
peropata22-Dec-10 23:37
peropata22-Dec-10 23:37 
I am working with "SQL Server 2000 SP3 2000.80.760.0".

How to write recursive query for next example ? (I use .net c# to query database, and my knowledge of SQL is limited ...)

All queries are done from the same table (lets call it "parts_table").

Let say I start with "part_ID" = 1001 --> query returns 120 "subpart_id" (1002, 1004, 2030 ...)
then I execute same query 120 times and get n subparts for each of 120 subpart_ID from first query and so on
until there are no subparts left. As you can see the number of queries can increase very fast ...

Table: "parts_table"

id part_id subpart_id
1 1001 1002
2 1001 1004
3 1002 2150
4 1002 3250
5 1004 1250
.

Part description for "part_id" is in separate table "part_info". I use join to get info for "part_id" ...
AnswerRe: Recursive query "SQL Server 2000" Pin
Hiren solanki23-Dec-10 0:47
Hiren solanki23-Dec-10 0:47 
GeneralRe: Recursive query "SQL Server 2000" Pin
jschell23-Dec-10 7:26
jschell23-Dec-10 7:26 
AnswerRe: Recursive query "SQL Server 2000" Pin
PIEBALDconsult23-Dec-10 4:49
mvePIEBALDconsult23-Dec-10 4:49 
AnswerRe: Recursive query "SQL Server 2000" Pin
jschell23-Dec-10 7:38
jschell23-Dec-10 7:38 
QuestionSOLVED - How to concatenate column values of type text during SELECT...FROM...GROUP BY? [modified] Pin
liquid_22-Dec-10 2:34
liquid_22-Dec-10 2:34 
AnswerRe: How to concatenate column values of type text during SELECT...FROM...GROUP BY? Pin
Hiren solanki22-Dec-10 3:23
Hiren solanki22-Dec-10 3:23 
GeneralRe: How to concatenate column values of type text during SELECT...FROM...GROUP BY? Pin
liquid_22-Dec-10 20:35
liquid_22-Dec-10 20:35 
GeneralRe: How to concatenate column values of type text during SELECT...FROM...GROUP BY? [modified] Pin
Hiren solanki22-Dec-10 20:37
Hiren solanki22-Dec-10 20:37 
GeneralRe: How to concatenate column values of type text during SELECT...FROM...GROUP BY? Pin
liquid_22-Dec-10 23:58
liquid_22-Dec-10 23:58 
QuestionSQL Wildcard (%) query Pin
Joe Stansfield21-Dec-10 17:08
Joe Stansfield21-Dec-10 17:08 
AnswerRe: SQL Wildcard (%) query Pin
Luc Pattyn21-Dec-10 17:41
sitebuilderLuc Pattyn21-Dec-10 17:41 
GeneralRe: SQL Wildcard (%) query Pin
Joe Stansfield21-Dec-10 18:12
Joe Stansfield21-Dec-10 18:12 
GeneralRe: SQL Wildcard (%) query Pin
Luc Pattyn21-Dec-10 18:16
sitebuilderLuc Pattyn21-Dec-10 18:16 
GeneralRe: SQL Wildcard (%) query Pin
Joe Stansfield21-Dec-10 18:23
Joe Stansfield21-Dec-10 18:23 
AnswerRe: SQL Wildcard (%) query [modified] Pin
Luc Pattyn21-Dec-10 18:29
sitebuilderLuc Pattyn21-Dec-10 18:29 
GeneralRe: SQL Wildcard (%) query Pin
Joe Stansfield21-Dec-10 18:38
Joe Stansfield21-Dec-10 18:38 
GeneralRe: SQL Wildcard (%) query Pin
Luc Pattyn22-Dec-10 1:30
sitebuilderLuc Pattyn22-Dec-10 1:30 

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.