Forum Replies Created

Viewing 15 posts - 586 through 600 (of 5,841 total)

  • RE: Investigate SQL server Shutdown caused by tempdb maxing out.

    If I had a nickel for every client I have come across over the past two decades that had umpteen SQL Agent or other batch jobs starting at the same...

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

  • RE: Database design

    I'm with Igor. Using sp_spaceused to determine OLTP insert size seems improper, although i supposed it could work out.

    What type of data? What does indexing look like? Any triggers (auditing...

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

  • RE: Advice on how to repair significant database corruption without a recent good backup

    Andrew P (11/29/2016)


    I should have noted that this database isn't business critical. I definitely would look into hiring Gail if this were, thanks TheSQLGuru.

    Is there anything more I could do...

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

  • RE: TSQL query

    This is probably overly cumbersome, but I am sick and tired - literally. 😀

    Note that if you can guarantee both dates are already end of their respective months, I do...

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

  • RE: TSQL query

    Are your two dates ALWAYS both the end of their respective months? Becomes quite trivial if so.

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

  • RE: Advice on how to repair significant database corruption without a recent good backup

    My advice is to get a hold of Gail Shaw (SQLintheWild) from here on the SSC.com forums and engage her as a consultant. She is in South Africa but you...

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

  • RE: Only perform cleanup with Ola Hallengren's maintenance scripts

    Mike Scalise (11/29/2016)


    TheSQLGuru (11/29/2016)


    Ola's code is completely open for you to modify to suit if you need to. If the options don't allow you to do NO backups just make...

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

  • RE: pwait_resource_semaphore_ft_parallel_query_sync wait type ?

    Seems like Full Text engine (or it's interaction with relational engine) isn't happy. I would use sp_whoisactive in differential mode and see if any work is being done by the...

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

  • RE: TSQL query

    Numbers Table #FTW!!

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

  • RE: Time for a consultant

    Luis Cazares (11/29/2016)


    TheSQLGuru (11/29/2016)


    Anything that allows developers to slap together code more quickly is inversely proportional to the performance and scalability you will get from that code.

    Loved this phrase.

    Glad you...

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

  • RE: Only perform cleanup with Ola Hallengren's maintenance scripts

    Ola's code is completely open for you to modify to suit if you need to. If the options don't allow you to do NO backups just make your own copy...

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

  • RE: Time for a consultant

    Indianrock (11/29/2016)


    Ours seem to be a mix. Sometimes I'll see all parameters defined as varchar(8000), other times there are varchar set at the string length ( varchar(23)...

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

  • RE: t-sql 2012 update statment

    wendy elizabeth (11/29/2016)


    The .write statement is used was an nvarchar(max) column. I am using a varchar(max) column. Will the write statement work with a varchar(max) column?

    Also if you...

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

  • RE: TempDb File Sizing

    Definitely best practice to set all tempdb data files same size and same growth. Unbalanced scenarios can happen otherwise, leading to poor IO usage patterns.

    You can grow the main file...

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

  • RE: SQL database capacity estimation

    Sqlsavy (11/29/2016)


    Is it possible to estimate database capacity based on following details?

    Volume of records held in the database- 18000000

    Volume of updates per day thru overnight batch- 50k

    Database growth expected to...

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

Viewing 15 posts - 586 through 600 (of 5,841 total)