Click here to Skip to main content
15,891,372 members
Home / Discussions / Database
   

Database

 
GeneralRe: vertical to Horzontal data display Pin
Learner52019-Jan-09 3:12
Learner52019-Jan-09 3:12 
GeneralRe: vertical to Horzontal data display Pin
Wendelius19-Jan-09 6:52
mentorWendelius19-Jan-09 6:52 
QuestionSave Query Result as XML File in SQL Server 2005 Pin
Abhijit Jana18-Jan-09 23:22
professionalAbhijit Jana18-Jan-09 23:22 
AnswerDone !!! Pin
Abhijit Jana19-Jan-09 2:04
professionalAbhijit Jana19-Jan-09 2:04 
GeneralRe: Done !!! Pin
Wendelius19-Jan-09 8:50
mentorWendelius19-Jan-09 8:50 
QuestionHow to get leaf nodes of a particular Parent using sql Query Pin
vidhyap18-Jan-09 23:10
vidhyap18-Jan-09 23:10 
AnswerRe: How to get leaf nodes of a particular Parent using sql Query Pin
kingindra18-Jan-09 23:16
kingindra18-Jan-09 23:16 
AnswerRe: How to get leaf nodes of a particular Parent using sql Query Pin
Wendelius19-Jan-09 2:09
mentorWendelius19-Jan-09 2:09 
You could use CTE (Common Table Expression) recursively possibly in an inline view and then restrict based on level (meaning there are no children under current node). Have a look at: http://msdn.microsoft.com/en-us/library/ms186243.aspx[^]

The need to optimize rises from a bad design.My articles[^]

QuestionInsert Stmt returns -1 Pin
AB777118-Jan-09 19:43
AB777118-Jan-09 19:43 
AnswerRe: Insert Stmt returns -1 Pin
Reza Raad18-Jan-09 20:30
Reza Raad18-Jan-09 20:30 
GeneralRe: Insert Stmt returns -1 Pin
AB777118-Jan-09 20:39
AB777118-Jan-09 20:39 
GeneralRe: Insert Stmt returns -1 Pin
Reza Raad18-Jan-09 21:21
Reza Raad18-Jan-09 21:21 
AnswerRe: Insert Stmt returns -1 Pin
Aman Bhullar18-Jan-09 20:45
Aman Bhullar18-Jan-09 20:45 
GeneralRe: Insert Stmt returns -1 Pin
AB777118-Jan-09 20:52
AB777118-Jan-09 20:52 
GeneralRe: Insert Stmt returns -1 Pin
N a v a n e e t h18-Jan-09 21:33
N a v a n e e t h18-Jan-09 21:33 
GeneralRe: Insert Stmt returns -1 Pin
AB777118-Jan-09 22:35
AB777118-Jan-09 22:35 
GeneralRe: Insert Stmt returns -1 Pin
Wendelius19-Jan-09 2:13
mentorWendelius19-Jan-09 2:13 
GeneralRe: Insert Stmt returns -1 Pin
N a v a n e e t h19-Jan-09 14:53
N a v a n e e t h19-Jan-09 14:53 
GeneralRe: Insert Stmt returns -1 Pin
AB777119-Jan-09 22:58
AB777119-Jan-09 22:58 
QuestionCreating relation between two tables in VS2008 & SQL Express ? Pin
Mohammad Dayyan18-Jan-09 2:18
Mohammad Dayyan18-Jan-09 2:18 
AnswerRe: Creating relation between two tables in VS2008 & SQL Express ? Pin
Wendelius18-Jan-09 7:25
mentorWendelius18-Jan-09 7:25 
GeneralRe: Creating relation between two tables in VS2008 & SQL Express ? Pin
Mohammad Dayyan18-Jan-09 8:45
Mohammad Dayyan18-Jan-09 8:45 
GeneralRe: Creating relation between two tables in VS2008 & SQL Express ? Pin
Wendelius18-Jan-09 8:57
mentorWendelius18-Jan-09 8:57 
Questiontrigger problem Pin
monuSaini16-Jan-09 20:05
monuSaini16-Jan-09 20:05 
AnswerRe: trigger problem Pin
Wendelius16-Jan-09 21:52
mentorWendelius16-Jan-09 21:52 

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.