Viewing 15 posts - 1 through 15 (of 47 total)
Damn...This is magic. It worked John.
Thanks a lot...
April 4, 2013 at 11:24 am
Following query worked for me:
with prod as
(
select distinct ShipmentID From Shipment
where Producttypeid <> 2
)
select DISTINCT ShipmentID From Shipment h
LEFT OUTER join prod p on h.ShipmentID = p.ShipmentID
where...
April 4, 2013 at 11:16 am
Thanks for your quick reply Sean.
It is still giving me wrong results. it should give me the shipments which only and only has product type = 2. that means if...
April 4, 2013 at 10:11 am
I think the problem has to do with duplicate groups or users. What happened in my case is we had a gradual migration from one domain to the other....
April 27, 2011 at 1:33 pm
Hey seshu.vnkt
Thanks for the reply.
I think u didn't get my requirement....
July 21, 2010 at 7:05 am
Hey Greg,
Thanks for the reply.
I had already tried that query but it didn't worked.
Jeff's solution worked for me.
I appreciate your help in this.
July 8, 2010 at 2:34 pm
Cool It worked.
Thanks Jeff.
July 8, 2010 at 10:40 am
Found the solution:
Installing SSRS 2005 SP3 worked.
Thanks
November 14, 2009 at 4:31 pm
🙂
thanks for the reply.
The reason I am looking for this conversion because the content in PDF document is kind of...
November 12, 2009 at 3:20 pm
Yes Matt. you are right. that was the second error. now it worked.
Thanks a lot.
July 20, 2009 at 10:01 am
Thanks for the reply Matt.
I chekced my table design and I forgot to set the identity specification for my ImageID column. but now it's throwing an sql server connection error.
July 20, 2009 at 9:59 am
Thanks for the reply.
To your point if it executes all the dataset then it should give me the results but to get the result I need to click on ViewReport....
May 15, 2009 at 6:32 am
You need to assign the Text qualifier as " (double quote) while creating the flat file source connection for CSV file.
April 22, 2009 at 4:47 pm
It comes into my requirement.
I am calling my WCF service (As a web reference) to generate and return the SSRS report into byte array and doing the further processing.
February 9, 2009 at 1:33 pm
Viewing 15 posts - 1 through 15 (of 47 total)