Viewing 15 posts - 61 through 75 (of 104 total)
Hi David
I have 2000 for reporting services and VB.net 2003
Regards
Vandy
September 8, 2006 at 7:22 am
Sorry for not explaning
Actually i have Sales team like Commercial ,Retail and wholesale
Every team has some salesperson and every sales person has customers.
I am running a report which shows ordernumber,...
September 8, 2006 at 4:19 am
Once again thanks
CREATE PROCEDURE Customerspend
@Year As nvarchar,@Customer As nvarchar (8), @Major as nvarchar (3)
AS
SELECT Billing.Customer, Billing.ItemCode,Item.ItemGroupMajor, BillingF.QuantityInvoiced, Billing.InvoicedValueBase, TimeDates.Month
FROM Billing INNER JOIN
TimeDates ON Billing.DateInvoiced = TimeDates.S21Date INNER...
August 25, 2006 at 6:55 am
Sorry for explaining this .........
Actually i am using IIS FTP server
on AS400 routeone and on sql server routeone client routeone from AS400 is connected with FTP server and it...
August 25, 2006 at 2:10 am
I was also doing same thing check this link
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=150&messageid=297690
August 24, 2006 at 5:18 am
Hi
I also have this type of error but when i deploy report it's working fine on report manager.
August 23, 2006 at 4:22 am
Thanks a lot
It's working .............
Kind Regards
August 23, 2006 at 4:19 am
Thanks a Lot Carolyn & Neil
I have made different dataset for all three parameters it's working fine but showing full list and i need same thing which Neil said.
i want that when...
August 22, 2006 at 3:42 am
Hi Colin
You need to check first your server because DTS will create excel file on local host.
So just search your excel file on local server.
I am running a DTS package...
August 16, 2006 at 5:33 am
Many Thanks Vladan & John
After reading your post i made one view which was having data upto friday and again by changing system date to monday i tried it and it's working.
You...
August 11, 2006 at 6:37 am
Thanks Vladan
I changed system date from 11th to 7th and double checked that which date getdate is giving me and it was monday means 7th and after that i posted...
August 11, 2006 at 6:10 am
It look like it's not adding only friday and saturday data because total sum is bigger then original sum what i have for friday to sunday
August 11, 2006 at 3:12 am
Yah done the same thing but out put is not correct
August 11, 2006 at 3:07 am
Viewing 15 posts - 61 through 75 (of 104 total)