Viewing 15 posts - 4,486 through 4,500 (of 4,820 total)
I don't see any genuine need here to translate from rows to columns. There's no reason a LoginID can't appear farthest to the left on a report, so...
November 6, 2008 at 7:28 am
Umm... why are you using Reporting Services to do the filtering? Why not pass the parameters to a stored procedure instead? That way, you'll have...
November 6, 2008 at 6:40 am
So where are the chart values coming from? Couldn't they be derived from a dataset that has the values directly in it? I see no reason...
November 5, 2008 at 1:45 pm
That sure is odd... I suppose you could try replacing the mouse to see if the odd behavior continues. Also, you might try a PS/2...
November 5, 2008 at 1:37 pm
Then perhaps it's not quite the right SETUP.EXE ? Or perhaps the AUTORUN on your optical (CD or DVD) drive is launching it as well ? In...
November 5, 2008 at 1:21 pm
You could have two of the same subtotal, and control the visibility of each one by setting the "Hidden" property to use a formula similar to what you have for...
November 5, 2008 at 9:19 am
Custom aggregates can be done with CLR in SQL Server 2005 or later, but it's not usually necessary. What kind of custom aggregate are you looking to create?...
November 5, 2008 at 9:13 am
Sounds a bit like you may have accidentally double-clicked twice on the executable. Can anyone else think of another reason?
Steve
(aka smunson)
:):):)
November 5, 2008 at 9:03 am
What you're seeking can be rather complex, but there are some things that might simplify it, depending on the overall objective. How is this data to be presented...
November 5, 2008 at 8:57 am
My Bad !!! I have the DATEFIRST thing messed up. Take a look at the BOL (Books Online) topic here:
ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/tsqlref9/html/6b0d0e52-8ac1-4f88-b091-f98d6fb8574a.htm
(just copy and paste the above text...
November 5, 2008 at 8:03 am
A couple of things to look at:
1.) RAM utilization on the Web server.
2.) Is IIS 5.0 at the latest service pack level and have all fixes been applied?
3.) Same for...
November 5, 2008 at 7:09 am
Sorry, Seth, but putting it in groups just causes folks to refer to it as piles thereof...
Steve
(aka smunson)
:D:D:D
November 4, 2008 at 1:26 pm
I loved the Dilbert humor, but the moment it degenerated into a group discusson of number 1 and number 2 :D:D:D, it just wasn't all that funny any more...
Steve
(aka smunson)
:D:D:D
November 4, 2008 at 1:05 pm
Along the same lines as Jeff Moden's post, perhaps the most important issue here is WHY the column needs to be changed to varchar(10). If the problem is...
November 4, 2008 at 8:08 am
Seth,
I'm glad you came to that conclusion. I gave up my attempt long ago because it was becoming abundantly clear that the OP was just not going to...
November 3, 2008 at 1:03 pm
Viewing 15 posts - 4,486 through 4,500 (of 4,820 total)