Viewing 4 posts - 16 through 19 (of 19 total)
This was a great series of posts and I am going to risk controversy by saying that the post Steve wrote was the easiest to relate to - probably because...
October 8, 2010 at 7:53 am
I’m not 100% sure what you mean by a “front end application that will accommodate the above”, but I think SSIS (SQL Server Integration Services) will accomplish what you are...
June 4, 2010 at 10:42 am
If you're trying to create a result set from a single select then my suggestion won't work, but you could use a variable to achieve this:
declare @countOfAll decimal(5, 2)
select @countOfAll...
May 28, 2010 at 8:35 am
I thoroughly enjoyed reading this. I do use cursors when I get stuck and I'm anxious to see if I am able to pick up any new ticks.
April 14, 2009 at 9:10 am
Viewing 4 posts - 16 through 19 (of 19 total)