Viewing 9 posts - 1 through 9 (of 9 total)
Hai Hari..
I want to get the Max("Runningvalue(sales) by product")
1st step: get Running Total of Sale for each product..
the result of this will be
Prod.Name ...
January 28, 2009 at 10:51 am
I looked into how long it would take to test it out and it was easier than I thought. If anyone cares, here is my test data code and query...
February 8, 2008 at 6:55 pm
Forget my original question...
Make believe that this has nothing to do with cursors, stored procs or anything else. I just want to know if anyone has ever seen "Primary Key"...
May 3, 2007 at 3:45 pm
I didn't post the actual code because its long gone. What I needed to do was a multi step process with a derived set of data. Something you would use...
May 1, 2007 at 10:54 pm
The code is as simple as that.
declare @cnt Int,
@max-2 Int
declare @t TABLE (somekey Int identity(1,1) primary key, someval varchar...
April 30, 2007 at 10:12 pm
OK, maybe this isn't suitable for this forum. But when I was 13 years old, I had access to a Apple II+ with dual 5 1/4" floppies. Hacking in 1983...
April 28, 2006 at 12:22 pm
Great, I got the attachments! Thanks.
This is a great solution to the problem. Many solutions include offloading the XML creation to SQL server, which just adds more stress to a...
October 28, 2005 at 1:48 am
Perfect timing on this article too. I am about to implement some AJAX code and was looking for the right solution for generating the XML output from SQL.
The article...
October 27, 2005 at 1:30 am
Has anyone here seen the film "Shattered Glass?" Its about the reporter at the New York Times Stephen Glass who was caught fabricating news stories. It's not the same as...
July 27, 2005 at 12:32 am
Viewing 9 posts - 1 through 9 (of 9 total)