Forum Replies Created

Viewing 15 posts - 17,761 through 17,775 (of 39,834 total)

  • RE: Vmware and Sql 2008

    Intereseting, I have friend running almost exclusively blades. Of course, that limits the size of the host, and then the VMs, but they have been happy with blades. I think...

  • RE: How to Rollback an entire database?

    From what I've read, the OP needs his old schema back, but needs to move data entered since rollout back to that schema. So moving good data out is what...

  • RE: GUID clustered indexes vs. RID

    That's a reasonable strategy, and it's how people tend to deal with lots of inserts that might cause page splits.

    Can you do sequential GUIDs in the remote locations? That might...

  • RE: Color coding

    WayneS (10/15/2010)


    Steve Jones - SSC Editor (10/15/2010)


    I have awarded back all points and edited the question to include the answer for future people.

    Not a great question, and my apologies.

    I don't...

  • RE: You'd think I'd have learned...

    Alan Vogan (10/15/2010)


    one lesson I have learned...Don't Change ANYTHING on Friday! Just answer easy questions on SQL Server Central... 😛

    LOL, that's great!

  • RE: How to Rollback an entire database?

    I would have thought so, but if people entered data in a new system, you can't restore without losing that data. So you need to migrate backwards the data.

  • RE: You'd think I'd have learned...

    delete without a where clause.

    Done it too many times to count.

  • RE: Does it help if I make the tables smaller?

    Tend to agree with Gail, good indexes mean that 10mm rows shouldn't matter.

  • RE: SQL management tool

    These are separate functions. Monitor could be a lot of stuff, and lots of tools. SQL Response (I work for REd GAte), Server's Alive, What's Up, multiple packages here. Depends...

  • RE: Horror stories for Halloween

    Walked into a startup and they'd been making backups before all deployments to their mission critical database for their product. They were having a crisis and couldn't restore the db.

    Watching...

  • RE: Select premission was denied on Object

    Luke has great advice. This isn't a Reporting Services issue, it's a permissions issue in the database that holds this data.

  • RE: Best approach

    You could potentially use a second fact table, but is that easier to query? I mean you'll have multiple rows of the same data there.

    I think having Paul's advice works,...

  • RE: How to Rollback an entire database?

    You could use Red Gate's Data Compare as well, but what you're talking about is a custom job. There's no easy way for a tool to make the decisions about...

  • RE: Fibre Channel vs NFS for Data and Log files

    Don't use network shares. You're just asking for trouble. Get a proper SAN or local storage.

  • RE: plan cache last flush time?

    Are you looking for a deliberate flush, like a DBCC comment? The default trace might help.

Viewing 15 posts - 17,761 through 17,775 (of 39,834 total)