Forum Replies Created

Viewing 15 posts - 2,536 through 2,550 (of 5,841 total)

  • RE: Query running slow on prod.

    T.Ashish (6/17/2013)


    Provided test data is from my local, so it will not give any issue. Getting data from prod server is not possible for me.

    I...

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

  • RE: sql server 2012 scheduled jobs won't start

    Glad I could help. Sometimes (often actually) it is the simplest of things that trip us up! 😎

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

  • RE: How to avoid deadlocks

    bslchennai (6/16/2013)


    Hi,

    I am facing few problems with deadlocks. we have few tables and each table is having more than 6 million rows and we have done proper indexing on those...

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

  • RE: sql server 2012 scheduled jobs won't start

    1) do the schedules actually exist?

    2) are the schedules enabled/associated with each job?

    3) do you get any errors in the sql agent error log?

    4) have you tried creating your own...

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

  • RE: Help me optimizing stored procedure

    We need more info like Gail said to be able to help with performance.

    But I would like to point out a common TSQL programming flaw I see:

    IF ISNULL(@AFonly, 0) =...

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

  • RE: Justify Hardware

    pjbaratelli (6/12/2013)


    Starting doing tuning today. Got a good chunk of data during heavy load.

    How would I go about tracking the metrics for File IO? My idea...

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

  • RE: Page life expectancy diving to sub-10 on a 128 GB server

    Wasn't SQL 2012 SP1 CU4 supposed to be the build that had the fix?

    In my experience you usually have to be able to tell Microsoft that all BIOS/FIRMWARE/DRIVER/VMWARE/WIN/SQL/ETC patches have...

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

  • RE: Justify Hardware

    1) virtual environment could be misconfigured. I have NEVER been to a client that already had such an environment set up with SQL Server running on it where they...

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

  • RE: BLOCKING & PERFORMANCE ISSUES IN SQL SERVER 2012

    vishalsurya50 (6/11/2013)


    Hi ,

    Last week we increased RAM and processors. now ,In our environment we have 2 processors,6 cores and hyper threading present ,so a total of 24 processors (6*2*2) available...

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

  • RE: Accelerator products such as Fusion IO

    I had one client that actually had to ROLL BACK to the old, slow hardware because their system was essentially unusable!! No one ever thinks you need to test...

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

  • RE: Accelerator products such as Fusion IO

    Tim Walker. (6/10/2013)


    Can anyone share their experiences with accelerator products such as Fusion IO?

    I'm interested to know how easy they are to implement and what benefits / issues people have...

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

  • RE: Adding new files to a log-shipped database (SQL Spackle)

    chuck.hamilton (6/7/2013)


    Thats one of the things I always liked about MySQL. The logs contained essentially just plain old SQL. If you needed to undo something that someone did you...

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

  • RE: Adding new files to a log-shipped database (SQL Spackle)

    Nice article Wayne. But more importantly, CONGRATS ON THE MCM CERTIFICATION!! :w00t:

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

  • RE: Why the difference in query execution times?

    The dreaded IS NULL OR construct is the root issue here. Fix it per Sean's link. Those simply MUST NOT BE ALLOWED ON YOUR SYSTEM - EVER! 🙂

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

  • RE: Update Statistics Maintenance Plan

    I didn't even reads your post honestly. All I saw was the title. Never, EVER use maintenance plans in SQL Server for ANYTHING that is covered by the...

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

Viewing 15 posts - 2,536 through 2,550 (of 5,841 total)