Forum Replies Created

Viewing 15 posts - 826 through 840 (of 1,202 total)

  • RE: Commuting Pain

    The mindset of most managers will never support this at most companies. Most managers I know need to know you are on site to verify you are working. That is...

  • RE: Cloud Hacking

    Rudy Panigas (2/16/2011)


    If your SQL servers are in a data center, say in your building, isn't that a "Corporate Cloud"?

    I think the cloud will go the way of out...

  • RE: (new) Kill ALL Connections To a SQL Database

    mannaggia (2/15/2011)


    TravisDBA (2/15/2011)

    This works easier for me. The only reason to kill all the spids usually anyway is to put the database into another mode besides multi_user. 😀

    I use it...

  • RE: (new) Kill ALL Connections To a SQL Database

    mannaggia (2/15/2011)


    I just do this:

    ALTER DATABASE dbname

    SET SINGLE_USER WITH ROLLBACK IMMEDIATE

    GO

    ALTER DATABASE dbname

    SET MULTI_USER

    GO

    Any advantage or disadvantage over the script?

    This works easier for me. The only reason to kill all...

  • RE: Resource database - SQL Server 2008

    Dupe alert! I submitted this same question back a couple of months ago. 😀

  • RE: Life Without Keyboards

    krowley (2/8/2011)


    In theory touch screens may suck the life out of batteries. In practice, the IPad can get 10 hours and none of my laptops have ever been able to...

  • RE: Life Without Keyboards

    Touchscreens just suck the life out of your battery, whether its your phone or your mobile computer. 😀

  • RE: Clearning the transaction log

    Great question, too simple of an explanation though..Paul's Blog is very helpful too...:-D

  • RE: Toys V. Tools

    First off, children are not allowed in my office room at my home, period. But with that said, I think toys and tools are interchangeable. For example, my Corvette is...

  • RE: Cloud Hacking

    Ross McMicken (2/3/2011)


    Rudy Panigas (2/3/2011)


    I think companies will use cloud computing to off load the security liability. If the data is lost/stolen they can then put the blame on the...

  • RE: Cloud Hacking

    blandry (2/3/2011)


    What you are pointing out today, is the axiom that has gotten lost in technology over these last decades, and that is "Just because we can do something, should...

  • RE: Building Better Communication Skills

    david_wendelken (1/28/2011)


    The poor quality of reading comprehension skills in our population is scary.

    Part of the reason is that people are not taught critical thinking skills.

    Part of it is...

  • RE: Does It Count?

    Full Circuits (1/28/2011)


    For a 24 X 7 X 365.25 system, any downtime is downtime. However you should design your system (such as clustered servers) such that you can...

  • RE: Does It Count?

    As old Shakey once said. "A rose by any other name is still a rose". Downtime is downtime.:-D

  • RE: What Not To Say

    I think saying to your boss "we can source and fit some more memory for £50, which MIGHT resolve the issue, might not help at all but certainly can't...

Viewing 15 posts - 826 through 840 (of 1,202 total)