Viewing 9 posts - 16 through 24 (of 24 total)
select* from
(SELECT dbo.Fatura.DtFatures, SUM(dbo.Fatura.Shuma) AS Total, SUM(dbo.Fatura.ShumaDif) AS zbritje, dbo.ForcaShitese.EmerMbiemer,
...
January 30, 2008 at 7:09 am
Thanks for the Reply. there is still a problem with displaying the Dates and doesnt total them up.
if the SAlesman have two or more invoices on the same day than...
January 30, 2008 at 2:51 am
the Table Invoice :
InvoiveId codiSM TotalInvoice TotalDiscount InvoiceDAte ClientCode
1 005 ...
January 29, 2008 at 10:29 am
If you are using the Visual Studio 2005 you can add a watch and check the Rows. On the Quick watch you can check everything that you want.
January 7, 2008 at 3:40 am
I actually use the mygeneration tool to create insert,update,delete, loadbyprimarykey stored procedures which works fine But I thought to give a shot to this one
any how : good work
December 6, 2007 at 7:54 am
Never mind it was some spaces that were created when I copy paste the code. I fixed and it works.
now another question when I run the stored procedure ( exec...
December 6, 2007 at 7:04 am
I try to execute the Script but I get a lot of errors
December 6, 2007 at 3:08 am
Viewing 9 posts - 16 through 24 (of 24 total)