Forum Replies Created

Viewing 15 posts - 4,711 through 4,725 (of 9,643 total)

  • RE: Retrieving Data from XML from table

    Can you please put your xml inside code tags with the ="xml" attribute? You can click the IFCode in the IFCode Shortcuts box to the left, the xml one...

  • RE: Transaction job failer

    Well, the error message is pretty self-explanatory. You have to have a Full database backup before you can run log backups. So either your backup chain has been...

  • RE: Autogrow Notification by email

    JUst remember there is a reason it grew. You need to determine why. Are there regular log backups being done on this database? If not, you need...

  • RE: Help us tune a query

    Was Jeff referring to the Order By in the ROW_NUMBER() function?

    A side note, I think a summary of the steps and results of this thread would make a great article...

  • RE: Hi..How to create report using Parameters

    This is a duplicate post. I have also placed a reply here

    edit: fixed typo and changed answer to reply

  • RE: How to create the report using parameters in SSRS

    Are you talking about a product hierarchy where you select a product from a list and the product type drop down is filtered on this value and the product name...

  • RE: Treeview in SSRS

    I believe you could mimic a tree view using a table with groups and have the data be collapsed (hidden) below the top group with a toggle on each group.

  • RE: Normalising data in semicolon-delimited format

    This returns the same results as your loop code:

    /*

    If tally table doesn't exist, create it with minimum rows needed

    for this test

    */

    SELECT TOP 260 IDENTITY(INT,...

  • RE: Commas within multi select text

    My preference would be to remove the commas from the query that populates the list. This will be much easier than trying to parse out the commas.

    This parses the...

  • RE: Autogrow Notification by email

    Elliot is right normally you watch database size and available space and manually grow your files with autogrow as a backup. Since you are on 2005 you can query...

  • RE: Are the posted questions getting worse?

    Grant Fritchey (7/13/2009)


    jcrawf02 (7/13/2009)


    Paul White (7/13/2009)


    GilaMonster (7/13/2009)


    Done, apparently, because 'null' is faster than NULL

    But only if you use little letters (less aerodynamic drag = faster!)

    ...then he should use cursive...

    You mean...

  • RE: Replay a trace on different server

    ahenderson (7/13/2009)


    I need to capture counters in PerfMon or set up Profiler to capture statistics which will help me analyze performance issues when I change indexing on the database and...

  • RE: Replay a trace on different server

    I did just did a quick test and I did not see the behavior BOL states should happen. I think it will only do the DatabaseName matching if the...

  • RE: Replay a trace on different server

    According to BOL, what you heard about matching on database name is correct, but I have not experienced this personally. From BOL:

    The database IDs on the target ideally should...

  • RE: Hardware failure - rebuilding server

    There are a couple of things listed in BOL that you should watch out for as well. Here's the article for master.

Viewing 15 posts - 4,711 through 4,725 (of 9,643 total)