Forum Replies Created

Viewing 15 posts - 13,531 through 13,545 (of 39,898 total)

  • RE: Script Toolbox

    Folders for me, sync'd to DropBox.

  • RE: Hard Data v Gut Feel

    jay-h (7/10/2012)


    SQLRNNR (7/10/2012)


    If you can show that there is data to support a decision, it is more likely to be well received than one based on the experience, instinct,...

  • RE: Increase transaction log backups during index maintenance

    As long as you aren't causing problems downstream, as noted above, switching to simple is fine. There are people that do this for large data loads as well.

    You might look...

  • RE: Talking baseball

    Tim Mitchell (7/10/2012)


    Prince Fielder looked good last night. I was surprised at the vitriol from the crowd toward Robinson Cano. Is it just him, or do they just...

  • RE: Simple Recovery databases and large log files

    GilaMonster (7/9/2012)


    Nope. Once-off shrink to get things to a reasonable size, sure. Regular shrink, no.

    Please read through this - Managing Transaction Logs[/url]

    +1

  • RE: Query Help

    How do you decide it's a parent? If there's any match of a substring?

    What if you add this row next: 5.46.200.1.462222.2.1.1.1.1.1.1.2

    Are there two parents?

  • RE: Need Help:The free space in properties of TempDB shows 95% free space. But the Data files dont have any free space.

    Jeff has clued you in. Tempdb works on temp objects, and you need to handle the peak. If you run out of space when you run queries, you don't have...

  • RE: Delta Pull for new added data

    You need a query that tells you what is the new information from last week. I'd start by writing that query in T-SQL to get the changed data based on...

  • RE: Password Help

    96 bit salt used here (12 bytes)

  • RE: Removing possible bad Indexes

    I'd concur with Alan on the disabling them. Easier to put them back if you have issues.

  • RE: Password Help

    kevin77 (7/8/2012)


    Steve, what does SqlServerCentral.com do to store passwords and authenticate users? If it's not a hash with a four or five byte salt, then I would gladly help...

  • RE: The DBA Tax

    Doctor Who 2 (7/9/2012)


    Bottom line: if the agency is small enough, they don't want a DBA. They're not willing to pay that "DBA tax". They'll make anyone who...

  • RE: The DBA Tax

    djackson 22568 (7/9/2012)


    I agree with the point that I believe you were intending to make. No arguments whatsoever.

    ...

    Good points, and I won't argue with you on this. There are...

  • RE: The DBA Tax

    Jeff Moden (7/8/2012)


    Excellent editorial, Steve! I wish I could give it a hundred stars because it really hits the nail on the head. There're too many people that...

  • RE: Encryption in SQL 2008 Standard Edition 64 Bit

    SSL isn't too bad. Easy procedure in BOL for setting it up. Do not use a self signed cert. Get a real one.

    Also, IPSec works well if you coordinate with...

Viewing 15 posts - 13,531 through 13,545 (of 39,898 total)