Forum Replies Created

Viewing 15 posts - 4,486 through 4,500 (of 4,814 total)

  • RE: Reporting Services - Bold/Move a category within a db field from left to right using an expression

    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...

  • RE: Using Report Dataset in Custom Code

    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?...

  • RE: Can't install SQL 2008 Management Tools on Vista 64

    Sounds a bit like you may have accidentally double-clicked twice on the executable. Can anyone else think of another reason?

    Steve

    (aka smunson)

    :):):)

  • RE: join 2 tables

    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...

  • RE: custom start day of week

    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...

  • RE: IIS hangs & slow the connections

    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...

  • RE: compressing / collapsing numbers

    Sorry, Seth, but putting it in groups just causes folks to refer to it as piles thereof...

    Steve

    (aka smunson)

    :D:D:D

  • RE: compressing / collapsing numbers

    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

  • RE: Change datatype

    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...

  • RE: Need help on performance and integrity

    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...

  • RE: Need help on performance and integrity

    Unfortunately, your example from several pages back conflicts with a statement by the OP that no range contains a duplicate, and your example starts out with one, unless he meant...

  • RE: Need help on performance and integrity

    I'm still waiting for a complete and unambiguous description of the problem, as well as a good description of exactly what real-world problem the solution to the query problem is...

  • RE: How to return 1 result from many records in a view?

    I'm not sure your data accurately reflects the real tables, but on the assumption that it does, then the following should help:

    --===== Create the test tables

    DECLARE @Company TABLE...

  • RE: Why a simple rename task won't work

    The text you've presented suggests you 1st delete a file and then want to rename it. If a file doesn't exist, how can you expect a rename...

  • RE: custom start day of week

    If the website will serve multiple companies, I would think that there would need to be a table containing company-specific data, and that each company could then have it's own...

Viewing 15 posts - 4,486 through 4,500 (of 4,814 total)