Click here to Skip to main content
15,908,909 members
Home / Discussions / Database
   

Database

 
AnswerRe: Huge Xml Document(more than 10GB) import to Sql Server 2005 Pin
Ravi Sant18-Apr-11 1:17
Ravi Sant18-Apr-11 1:17 
GeneralRe: Huge Xml Document(more than 10GB) import to Sql Server 2005 Pin
ntiin18-Apr-11 6:03
ntiin18-Apr-11 6:03 
AnswerRe: Huge Xml Document(more than 10GB) import to Sql Server 2005 Pin
jschell18-Apr-11 8:03
jschell18-Apr-11 8:03 
GeneralRe: Huge Xml Document(more than 10GB) import to Sql Server 2005 Pin
ntiin18-Apr-11 20:00
ntiin18-Apr-11 20:00 
GeneralRe: Huge Xml Document(more than 10GB) import to Sql Server 2005 Pin
jschell19-Apr-11 8:29
jschell19-Apr-11 8:29 
GeneralRe: Huge Xml Document(more than 10GB) import to Sql Server 2005 Pin
venomation20-Apr-11 7:29
venomation20-Apr-11 7:29 
GeneralRe: Huge Xml Document(more than 10GB) import to Sql Server 2005 Pin
ntiin20-Apr-11 17:43
ntiin20-Apr-11 17:43 
Questionproblem with join [modified] Pin
Nikhil Bhivgade17-Apr-11 20:42
professionalNikhil Bhivgade17-Apr-11 20:42 
This is the Sql-Query

SELECT "tempBillDetails"."SampleNumber", "tempBillDetails"."Description", "tempBillDetails"."Amount", "tempBilling"."BillNo", "tempBilling"."BillDate", "tempBilling"."PartyName", "NewSampleEntrys"."NameOfSample", "NewSampleEntrys"."BatchNo", "tempBilling"."AgmarkCharges", "tempBilling"."DisplayName", "tempBilling"."OtherCharges", "tempBilling"."Discount", "tempBilling"."OtherChargesFor", "Charges"."FTest", "Charges"."Flag"
FROM ("Quali"."dbo"."NewSampleEntrys" "NewSampleEntrys" INNER JOIN (("Quali"."dbo"."tempBillDetails" "tempBillDetails" left OUTER JOIN "Quali"."dbo"."tempBilling" "tempBilling" ON "tempBillDetails"."BillNo"="tempBilling"."BillNo") INNER JOIN "Quali"."dbo"."SampleRegistration" "SampleRegistration" ON "tempBillDetails"."SampleNumber"="SampleRegistration"."SampleNumber") ON "NewSampleEntrys"."QLID"="SampleRegistration"."QlCode") INNER JOIN "Quali"."dbo"."Charges" "Charges" ON "SampleRegistration"."QlCode"="Charges"."QlCode"
ORDER BY "tempBillDetails"."SampleNumber"

it work fine if all tables having data.
my problem is that it only "tempBilling" contain record and no matching record in other table it show nothing i want that tempBilling data sholud be display.
how can i solve this problem plz help.

modified on Monday, April 18, 2011 2:57 AM

AnswerRe: problem with join Pin
Luc Pattyn17-Apr-11 22:23
sitebuilderLuc Pattyn17-Apr-11 22:23 
GeneralRe: problem with join Pin
Md. Marufuzzaman18-Apr-11 4:14
professionalMd. Marufuzzaman18-Apr-11 4:14 
QuestionSimple Master/Details relationship?? Pin
Muammar©16-Apr-11 20:24
Muammar©16-Apr-11 20:24 
AnswerRe: Simple Master/Details relationship?? Pin
Om Prakash Pant17-Apr-11 19:52
Om Prakash Pant17-Apr-11 19:52 
GeneralRe: Simple Master/Details relationship?? Pin
Muammar©18-Apr-11 0:29
Muammar©18-Apr-11 0:29 
QuestionStoring Binary Tree Data Pin
nitin316-Apr-11 19:41
nitin316-Apr-11 19:41 
AnswerRe: Storing Binary Tree Data Pin
PIEBALDconsult16-Apr-11 19:55
mvePIEBALDconsult16-Apr-11 19:55 
GeneralRe: Storing Binary Tree Data Pin
nitin316-Apr-11 20:10
nitin316-Apr-11 20:10 
AnswerRe: Storing Binary Tree Data Pin
Prasanta_Prince17-Apr-11 6:19
Prasanta_Prince17-Apr-11 6:19 
QuestionSQL Server 2008 / C# - Update layout of database Pin
archibald7116-Apr-11 6:35
archibald7116-Apr-11 6:35 
AnswerRe: SQL Server 2008 / C# - Update layout of database Pin
PIEBALDconsult16-Apr-11 7:05
mvePIEBALDconsult16-Apr-11 7:05 
AnswerRe: SQL Server 2008 / C# - Update layout of database Pin
jschell16-Apr-11 11:38
jschell16-Apr-11 11:38 
GeneralRe: SQL Server 2008 / C# - Update layout of database Pin
archibald7116-Apr-11 21:45
archibald7116-Apr-11 21:45 
QuestionPivot 3 column stored procedure query record set in SQL Server Pin
T210215-Apr-11 10:45
T210215-Apr-11 10:45 
AnswerRe: Pivot 3 column stored procedure query record set in SQL Server Pin
S Douglas28-Apr-11 10:41
professionalS Douglas28-Apr-11 10:41 
GeneralRe: Pivot 3 column stored procedure query record set in SQL Server Pin
T210228-Apr-11 10:53
T210228-Apr-11 10:53 
GeneralRe: Pivot 3 column stored procedure query record set in SQL Server Pin
S Douglas28-Apr-11 10:58
professionalS Douglas28-Apr-11 10:58 

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.