Forum Replies Created

Viewing 15 posts - 3,421 through 3,435 (of 5,841 total)

  • RE: Open Transactions Stuck in the Log of SIMPLE RECOVERY MODE Database

    Replication is a very complex topic. There are numerous tuning options you have if it isn't keeping up and that is causing the tlog growth. Probably best to...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Multiple instances performance bottlenecks

    I can run one query on my desktop and use 100% CPU.

    Yeah, but you write REALLY sucky queries Steve!! ๐Ÿ˜€

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Shrink large database

    Ninja's_RGR'us (5/3/2011)


    TheSQLGuru (5/3/2011)


    I'll make it plus 2 million to Ninja's + 1 million ๐Ÿ˜€

    I'm all in :hehe:.

    Came over the top on me, eh?? Oh, I yield to the master!...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Waits issues

    GilaMonster (5/3/2011)


    Eddie Wuerch (5/2/2011)


    Looks like you're rebuilding an index, or performing other index-modification work. You'll get lots of page latching on metadata pages (mostly the GAM) as the process allocates...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Regarding Performance tuning

    Grant Fritchey (5/2/2011)


    Yeah, the best performance tuning questions come up on here, all the time. But you can also look at my blog, Paul White's blog[/url], Gail Shaw's blog, and...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Is NTILE OVER (PARTITION BY .. running total..) possible?

    ChrisM@home (5/2/2011)


    virgilrucsandescu (5/2/2011)


    Thank you, tt works just perfect!

    Excuse my ignorance, but what's a "Quirky Update" ?

    Hi Virgil

    This link[/url] will show you an alternative set-based method of calculating running totals and...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Index Rebuilding - Fragmetation

    An index can still be fragmented after a rebuild. The most common reason is because virtually every server in existence has autogrowth managing the database sizes. I advise...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Multiple instances performance bottlenecks

    I will give you the same info I did the first time I posted: get a professional on your system for a quick review. There are just too...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Waits issues

    Nice catch Eddie.

    Azhar, since you missed this, I will say that you REALLY need to get a professional on your system for a review and to help you out. ...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Shrink large database

    I'll make it plus 2 million to Ninja's + 1 million ๐Ÿ˜€

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: SQL Server 2008 Intermittent Performance Issues

    1) run the free sp_whoisactive to check for blocking, resource contention and lots of other stuff

    2) there are LOTs of things that could be at fault here. Way too many...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: MSSQL 2008 OS Average disk queue length

    1) how many spindles underly the RAID sets you mention?

    2) what else is on those RAID sets?

    3) Have you checked for WHERE the actual bottleneck is? Assuming a SAN,...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Multiple instances performance bottlenecks

    Maybe your CPU utilization sucked on the old machines because the IO wasn't feeding them data fast enough and now on the new server it is. Outside of that...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Tally OH! An Improved SQL 8K โ€œCSV Splitterโ€ Function

    Great stuff. I too would like to see the CLR code.

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: light weight pooling greyed out

    I am with Gail - BEWARE turning this on. I would want someone's NAME, RANK and SERIAL NUMBER before I turned it on, and even then they had best...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

Viewing 15 posts - 3,421 through 3,435 (of 5,841 total)