Forum Replies Created

Viewing 15 posts - 19,531 through 19,545 (of 26,490 total)

  • RE: Performance difference between sql query and stored procedure

    Sounds like parameter sniffing. Please post the code for your stored procedure.

  • RE: Error with Syntax in Case statement

    Mitch2007 (7/24/2009)


    Good day all,

    trying to track down why this simple CASE...

  • RE: paging data and maximum number of rows

    Should have also noted that the table in my query has 1,000,000 records as well.

  • RE: Why SSRS?

    Lowell (7/24/2009)


    isn't Crystal still client-server based, so you have to install Crystal on every machine that will run a report, vs SSRS which is a web server HTML based reporting...

  • RE: Are the posted questions getting worse?

    All my kids love to read. My middle daughter wants to be an author. She prefers fiction (sci/fi, fantasy) over non-fiction.

  • RE: Why SSRS?

    I can't really answer that question. We do use SSRS, but I'm not currently involved with it myself beyond using a few reports which we get to using the...

  • RE: Where clause question not like vs not in

    For edification:

    where

    [column_name] not like '%10BUC%' and

    [column_name] not like '%UNCLGAD%'

    is equivalent to

    where

    not ([column_name] like '%10BUC%' or [column_name] like '%UNCLGAD%')

  • RE: Hyperbac

    Drop HyperBac another email and see if they'll send you an older version of the program to check out.

  • RE: Why SSRS?

    You do not need SharePoint to take advantage of SSRS. SSRS integrates with SharePoint allowing you to manage security from one place, SharePoint, if you so desire.

  • RE: Hyperbac

    What version are you running? If you posted it, I can't seem to find it.

  • RE: Where clause question not like vs not in

    William Plourde (7/24/2009)


    I have coded two sql select stmts that I though would be equivalent but have learned through observation that they are not, the issue now is that I...

  • RE: Laptop life span

    Say good night Gracie.

  • RE: Hyperbac

    george sibbald (7/24/2009)


    I've tried on 3 different servers, can't all be bad. common denominator is hyperbac. what version you guys on?

    I'm still running 3.0.11.0.

  • RE: Problem with Query

    .,.,., why not let Jeff post the url? Others, like myself, may just benefit ... oh, you want to keep us in the dark, like mushrooms! 😛

  • RE: Hyperbac

    george sibbald (7/24/2009)


    matt stockham (7/24/2009)


    Is CPU pegged while the backups are running?

    total processor % jumps up about 25% to 50% average, speread evenely across the cpus (4)

    Do the...

Viewing 15 posts - 19,531 through 19,545 (of 26,490 total)