Forum Replies Created

Viewing 15 posts - 436 through 450 (of 5,841 total)

  • RE: Performance improves after reboot

    Could be quite a few things. My best guess is that you don't have a max memory set for the server and you are getting starved for RAM.

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

  • RE: Query fills tempdb after upgrade from 2005 to 2012

    1) Upgrade all stats with full scan? I am pretty sure this is old information from prior upgrades, but still could be applicable for that level of jump.

    2)...

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

  • RE: Possible to share a very large database between servers?

    Jim Youmans-439383 - Tuesday, February 7, 2017 2:54 PM

    OK, I know this sounds a bit wonky, but I have a client that...

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

  • RE: Very large Indexes (~3TB) and need to rebuild fast

    1) There is no 3rd-party tool that I know of that will make index rebuilds go faster.

    2) Ola.hallengren.com can and should be used for all maintenance tasks. You...

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

  • RE: Sql Server Bug

    Indianrock - Friday, February 3, 2017 1:43 PM

    Hi Kevin. Yes I get around and have received several very helpful responses from you,...

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

  • RE: Sql Server Bug

    Indianrock - Friday, February 3, 2017 1:07 PM

    I'm really beginning to see this as a bug.  We have skewed data where small...

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

  • RE: All indexes in one small table are taking too long to rebuild

    Use sp_whoisactive to see both blocking issues as well as work actually done by a spid. You can also run it in differential mode and see work deltas.

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

  • RE: find a seq_number with more than one day and return the data in the same row

    I honestly have no idea what you are asking for. But I do know that an easy way to help us help you is to provide a create table statement,...

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

  • RE: How to sync logins(principal and mirror)

    The easiest way is with the following script. Note this just creates the login. It does not do anything with any settings concerning that login. It doesn't do 'sa' either...

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

  • RE: AlwaysOn and Failover Clustering for HA\DR

    A) in general, "secondary" SQL Server instances that are not used for ANYTHING other than a failure of the primary do not require licensing. 

    B) Licensing is a VERY...

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

  • RE: USERSTORE_TOKENPERM is Huge

    Anchelin, please don't post on 3 year old posts. If you have a similar question that hasn't been answered here please post a new thread. Thanks!

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

  • RE: Too many workers?

    yomet10 - Tuesday, January 31, 2017 2:27 PM

    Thanks for the quick reply Kevin.

    All our SQL Server are dedicated machines, the only other...

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

  • RE: Any ideas on bad query plan?

    In addition to Jeff's comments about functions around columns in WHERE clause (DEVASTATINGLY BAD, BTW, and possibly not even needed here depending on the actual data - I have seen...

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

  • RE: Too many workers?

    Sorry for the confusion, Yomet. I mentioned 20, which is the "issue" and limit that crops up in a similar situation related to an ENTERPRISE license. I had recently fixed...

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

  • RE: Too many workers?

    A) I don't think I ever said anything about blocking being an issue. It wouldn't with this wait type.

    B) Adam Machanic, the mastermind behind the awesome sp_whisactive, did...

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

Viewing 15 posts - 436 through 450 (of 5,841 total)