Forum Replies Created

Viewing 15 posts - 166 through 180 (of 242 total)

  • RE: Transaction log backup size

    Alan Spillert (4/20/2009)


    Is there something in SQL Server that could cause this ? or am I missing something in my application?

    Thank you,

    Alan

    It's most likely that you are missing something...

  • RE: Mystery Backup

    You have to be careful if this is a mainenance plan

    I have seen this a few times and it has often been that the attempt to backup occurs before the...

  • RE: Is there anyway I can get XML data into a table?

    I might have misunderstood what you are trying to do, but have you looked up OPENXML in Books OnLine?

    This enables you to open an XML document into a table structured...

  • RE: What do Profiler Reads really count ...

    Thanks very much to both of you for your assistance.

  • RE: What do Profiler Reads really count ...

    Thanks Gail, very useful, particularly how table variables are actually held and the kb article which explains where the 'extra' reads can come from.

    I'm clear on the difference between logical...

  • RE: What do Profiler Reads really count ...

    Thanks for that Paul, much appreciated.

    The problem I have though is that the profiler is my preferred tool for analysing performance. I can rationlise what the CPU and Write counters...

  • RE: sys.dm_db_index_physical_stats

    btb1977 (4/15/2009)


    Tim Walker (4/15/2009)


    Hang on. Can I start from scratch...

    If you have an upgrade from 2000 to 2005 you may well have some compilation differences.

    One good way to detect this...

  • RE: Update statistics

    Yep, statistics are vital.

    If you update them automatically, you might get a performance hit on the processes that force the update.

    If you do it manually, you need to pick a...

  • RE: sys.dm_db_index_physical_stats

    Hang on. Can I start from scratch...

    If you have an upgrade from 2000 to 2005 you may well have some compilation differences.

    One good way to detect this (after implementation) is...

  • RE: Dymically Create a table

    Carol Adams (4/15/2009)


    Does anyone know of a system procedure or have a stored procedure that would read the definition of a table on DATABASE1, create a script so that i...

  • RE: Time out occurred while waiting for buffer latch

    Morris_Lewis (4/8/2009)


    Diskeeper support has been good about pursuing this issue, but I've been too busy to get them the relevant logs and other info. If you have not submitted a...

  • RE: Shrink file odd behavior

    Sorry just reread your previous posts and you are expanding by 100MB. Why not change this to 99MB so it can't regrow to exactly the same size? This eliminates the...

  • RE: Shrink file odd behavior

    You can find out when it expanded by looking in the ..\Microsoft SQL Server\MSSQL.1\MSSQL\LOG directory. By default SQL creates trace files in there and one of the things traced is...

  • RE: Time out occurred while waiting for buffer latch

    Just installed Diskeeper 2009 Server 13.0.842.0 .

    This was supposed to resolve the matter but in fact SQL Server hung with CPU at 100% after only three hours. A few minutes...

  • RE: Shrink file odd behavior

    ben.rosato (4/7/2009)


    fhanlon (4/7/2009)


    Check if there is anything in the SQL log at the time that might help. (maybe a restore job??)

    Nope, nothing of the sort.

    So, these data...

Viewing 15 posts - 166 through 180 (of 242 total)