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

Database

 
Questionhow to do this result output Pin
VinothRao26-Jul-09 17:53
VinothRao26-Jul-09 17:53 
AnswerRe: how to do this result output Pin
Robin_Roy26-Jul-09 18:14
Robin_Roy26-Jul-09 18:14 
GeneralRe: how to do this result output Pin
VinothRao26-Jul-09 18:27
VinothRao26-Jul-09 18:27 
GeneralRe: how to do this result output Pin
dan!sh 26-Jul-09 18:56
professional dan!sh 26-Jul-09 18:56 
AnswerRe: how to do this result output Pin
Mycroft Holmes26-Jul-09 18:57
professionalMycroft Holmes26-Jul-09 18:57 
AnswerRe: how to do this result output Pin
J4amieC27-Jul-09 0:30
J4amieC27-Jul-09 0:30 
Questionsql statement help Pin
VinothRao26-Jul-09 15:56
VinothRao26-Jul-09 15:56 
AnswerRe: sql statement help Pin
Robin_Roy26-Jul-09 18:20
Robin_Roy26-Jul-09 18:20 
You can get a clue from a simple SQL query like
Select distinct ID, ParentID, Name from dbo.tblTest where ID In (Select ParentID from dbo.tblTest)

The output would be like

ID ParentID Name
----------- ----------- -------------
501 10001 Test1
502 10001 Test2
10001 NULL Region1
10002 NULL Region2
10003 NULL Region3
QuestionPassword in SqlServer 2005 Pin
SajjadZare25-Jul-09 18:58
SajjadZare25-Jul-09 18:58 
AnswerRe: Password in SqlServer 2005 Pin
Abhijit Jana25-Jul-09 22:32
professionalAbhijit Jana25-Jul-09 22:32 
AnswerRe: Password in SqlServer 2005 Pin
Mycroft Holmes26-Jul-09 14:11
professionalMycroft Holmes26-Jul-09 14:11 
GeneralRe: Password in SqlServer 2005 Pin
Andy_L_J26-Jul-09 20:00
Andy_L_J26-Jul-09 20:00 
Questionhow to show process in query of sqlserver 2005 Pin
vunhat25-Jul-09 7:25
vunhat25-Jul-09 7:25 
AnswerRe: how to show process in query of sqlserver 2005 Pin
Abhijit Jana25-Jul-09 10:08
professionalAbhijit Jana25-Jul-09 10:08 
GeneralRe: how to show process in query of sqlserver 2005 Pin
vunhat26-Jul-09 5:53
vunhat26-Jul-09 5:53 
AnswerRe: how to show process in query of sqlserver 2005 Pin
Jerry Hammond26-Jul-09 12:59
Jerry Hammond26-Jul-09 12:59 
Questionudf issue Pin
Tauseef A25-Jul-09 4:01
Tauseef A25-Jul-09 4:01 
AnswerRe: udf issue Pin
Blue_Boy25-Jul-09 4:44
Blue_Boy25-Jul-09 4:44 
GeneralRe: udf issue Pin
Tauseef A25-Jul-09 5:10
Tauseef A25-Jul-09 5:10 
GeneralRe: udf issue Pin
Blue_Boy25-Jul-09 6:00
Blue_Boy25-Jul-09 6:00 
GeneralRe: udf issue Pin
Mycroft Holmes25-Jul-09 20:57
professionalMycroft Holmes25-Jul-09 20:57 
QuestionCross Tab Data Pin
Isaac Gordon24-Jul-09 21:02
Isaac Gordon24-Jul-09 21:02 
AnswerRe: Cross Tab Data Pin
Jerry Hammond25-Jul-09 2:48
Jerry Hammond25-Jul-09 2:48 
AnswerRe: Cross Tab Data Pin
Mycroft Holmes25-Jul-09 20:56
professionalMycroft Holmes25-Jul-09 20:56 
QuestionProblem inserting values. Pin
Omar Akhtar Sheikh24-Jul-09 8:40
Omar Akhtar Sheikh24-Jul-09 8:40 

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.