Click here to Skip to main content
15,921,905 members
Home / Discussions / Database
   

Database

 
GeneralRe: About Swapping in Sql Pin
prameelapydi15-Nov-06 17:55
prameelapydi15-Nov-06 17:55 
Questionhow can i make data visualisation? [modified] Pin
MAYKY13-Nov-06 8:03
MAYKY13-Nov-06 8:03 
AnswerRe: how can i make data visualisation? Pin
Frank Kerrigan13-Nov-06 23:51
Frank Kerrigan13-Nov-06 23:51 
Questionupdating a database using dataAdapter update Pin
steve_rm13-Nov-06 6:43
steve_rm13-Nov-06 6:43 
AnswerRe: updating a database using dataAdapter update Pin
Frank Kerrigan13-Nov-06 23:56
Frank Kerrigan13-Nov-06 23:56 
QuestionHow to Add(sum) from two Different tables Pin
Iridania13-Nov-06 4:40
Iridania13-Nov-06 4:40 
AnswerRe: How to Add(sum) from two Different tables Pin
Parwej Ahamad13-Nov-06 5:59
professionalParwej Ahamad13-Nov-06 5:59 
QuestionStored Procedure Issue Pin
Deepasubramanian13-Nov-06 4:12
Deepasubramanian13-Nov-06 4:12 
I need to write a stored procedure that meets the following specification
Tables Involved:

TblCustomer - CustNo,CustName
TblInvoice - InvoiceNo,IssuedDate,CustNo
TblProduct - ProductCode,ProdDesc,ProductFamily,GroupKeyID,FRB,SourceID,MarketSegmtID,ConvFactor
TblInvoiceDetailProduct - InvoiceNo,ProductCode,Quantity,UnitPrice
TblInvoiceDetailGL - InvoiceNo,GLCode,Quantity,UnitPrice
TblInvoiceDetailNonProduct - InvoiceNo,
TblInvoiceDetailProductNonInventory - InvoiceNo,ProductCode,Quantity,UnitPrice

Fields to be selected - CustName,ProductDescription,ProductCode,SourceID,FRB,MktSegmtID,Quantity( Sum up for the Invoices' of the particular period),Value - Summation of all the Invoices' quantity * convfactor in ProductTable

Using the CustNo from TblInvoice and TblCustomer,CustName should be selected

If the ProductCode of ProductTable matches with the following tables
InVoiceDetailProduct
InVoiceDetailProductNonInventory
InVoiceDetailGL
InVoiceDetailNonProduct,
We have to retrieve the corresponding fields : ProductDesc,SourceId,FRB, MktSegmentID From ProductTable
Quantity - For the particular period,summing up of all the Invoices' Quantity
Can anyone let me know how I can write a stored procedure that meets the specification?That would be a great help!
Thank you!
Sincerely,
Deepa

AnswerRe: Stored Procedure Issue Pin
coolestCoder13-Nov-06 21:20
coolestCoder13-Nov-06 21:20 
AnswerRe: Stored Procedure Issue Pin
Deepasubramanian16-Nov-06 19:17
Deepasubramanian16-Nov-06 19:17 
Questionparameter in footer - sql reports Pin
playout12-Nov-06 20:51
playout12-Nov-06 20:51 
AnswerRe: parameter in footer - sql reports Pin
Frank Kerrigan13-Nov-06 23:44
Frank Kerrigan13-Nov-06 23:44 
QuestionUPDATE & INSERT speed improvement question Pin
Lior S11-Nov-06 23:11
Lior S11-Nov-06 23:11 
AnswerRe: UPDATE & INSERT speed improvement question Pin
Software_Guy_12311-Nov-06 23:26
Software_Guy_12311-Nov-06 23:26 
AnswerRe: UPDATE & INSERT speed improvement question Pin
Colin Angus Mackay12-Nov-06 8:37
Colin Angus Mackay12-Nov-06 8:37 
QuestionRe: UPDATE & INSERT speed improvement question Pin
Lior S12-Nov-06 22:45
Lior S12-Nov-06 22:45 
AnswerRe: UPDATE & INSERT speed improvement question Pin
Colin Angus Mackay13-Nov-06 1:00
Colin Angus Mackay13-Nov-06 1:00 
QuestionCreating Database for a holding an its subsidiaries Pin
Maira K11-Nov-06 22:33
Maira K11-Nov-06 22:33 
AnswerRe: Creating Database for a holding an its subsidiaries Pin
Frank Kerrigan13-Nov-06 23:59
Frank Kerrigan13-Nov-06 23:59 
GeneralRe: Creating Database for a holding an its subsidiaries Pin
Maira K14-Nov-06 0:48
Maira K14-Nov-06 0:48 
GeneralExpress Connection Problems Pin
Ed.Poore10-Nov-06 13:49
Ed.Poore10-Nov-06 13:49 
GeneralRe: Express Connection Problems Pin
Rob Graham10-Nov-06 14:22
Rob Graham10-Nov-06 14:22 
GeneralRe: Express Connection Problems Pin
Ed.Poore11-Nov-06 3:19
Ed.Poore11-Nov-06 3:19 
GeneralRe: Express Connection Problems Pin
Ed.Poore12-Nov-06 8:59
Ed.Poore12-Nov-06 8:59 
Questionautoincrement a column using C# Pin
kani9810-Nov-06 12:43
kani9810-Nov-06 12:43 

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.