Forum Replies Created

Viewing 15 posts - 3,766 through 3,780 (of 22,210 total)

  • RE: Index fragmentation

    krishnabudampati - Monday, June 5, 2017 9:55 PM

    I have been observing fragmentation when I check index properties.

    Base on that I am...

  • RE: Index fragmentation

    krishnabudampati - Monday, June 5, 2017 1:37 PM

    No, I am rebuilding indexes before deleting data. 
    After deleting We are inserting data through SSIS.

    You...

  • RE: Wanna Cry? Me too

    Steve Jones - SSC Editor - Monday, June 5, 2017 1:43 PM

    I'm torn here. On one hand, I think we need updates,...

  • RE: SQL 2012 to 2014 upgrade

    Strong recommendation, if you're upgrading from 2012, don't go to 2014. Go straight to 2016. There are a lot of reasons for this, but I'll give you one big one....

  • RE: Wanna Cry? Me too

    Eric M Russell - Monday, June 5, 2017 12:28 PM

    There are a lot of folks with non-genuine (unlicensed and/or unregistered) installs of Windows....

  • RE: Index fragmentation

    krishnabudampati - Monday, June 5, 2017 10:01 AM

    Adding to the above replay.

    I have a table, we are deleting data 90% of the...

  • RE: Wanna Cry? Me too

    Everyone,

    Thanks for all the wonderful feedback. I appreciate the discussion.

    I will add one point to the editorial. I'm not a fan of how Microsoft handles their...

  • RE: SQL Server 2016 Inplace Upgrade

    Reinforcing what Gail said and adding one more wrinkle. The nice thing about the side-by-side install is that you can use log shipping to set up a  process that will...

  • RE: Update Statistics

    There just isn't a single answer here that's going to satisfy all situations. I've maintained systems that had statistics maintenance running anywhere from weekly to daily to, for one table...

  • RE: SQL Server Performance

    Absolutely directly.

    Slower and fewer CPUs mean less processing power. Less memory means more disk I/O to process data. Slower and fewer disks means slower disk reads and writes....

  • RE: Plan Guides (Again)

    SteveOC - Friday, June 2, 2017 3:49 AM

    Hello Gail.

    Thanks for the response - looking for a quick fix as this is affecting...

  • RE: How to capture which users are running which queries against which object

    You have to look at the T-SQL within the extended event. There isn't a tool out there that captures metrics by table. Any given query or batch can be hitting...

  • RE: Performance of SQLBulkCopy from C# Web App Slower in SQL 2016 than SQL 2012

    I'm not aware of something inherent in 2016 that would make that run slower. You are going to be dealing with the new cardinality estimation engine (at lease when the...

  • RE: SQL server 2014 is very slow

    It sounds like your machine is completely underpowered. You need memory. I/O implies disk, but it includes reads and writes to memory plus reads and writes to disk. If you...

  • RE: Azure SQL database & VBA

    Connecting from ADO in Powershell should be the same as VBA. I use the full server name provided: xxx.database.windows.net. That ought to work for you. You will need to make...

Viewing 15 posts - 3,766 through 3,780 (of 22,210 total)