Forum Replies Created

Viewing 15 posts - 12,691 through 12,705 (of 39,898 total)

  • RE: DBCC CheckTable returns following results, best way to deal with this?

    Corruption in the clustered index is likely a call to Microsoft. This is the data, and so you can't rebuild.

    If I had this, I'd try to BCP out the data...

  • RE: DBCC CheckTable returns following results, best way to deal with this?

    If the problem is still there, you have IO issues. It's not a SQL problem, but your hardware people are not running low enough level diagnostics, they don't know what...

  • RE: SQL Server error - Cannot Open User Default Database error 4064

    Does this login have access to master? They have to be mapped to a user (or guest).

    I might change it to a database that they have access in, say the...

  • RE: Productivity and Accountability

    G Bryant McClellan (3/7/2013)


    Accountability is a huge factor in being granted the privilege. And except for outsourcing, it IS a privilege.

    Yep, should be treated like that. You can't handle it,...

  • RE: Productivity and Accountability

    phegedusich (3/7/2013)


    So, is Yahoo going to drop offshore resources? Or do they have a facility in Bangalore where they can gather their employees?

    They have offices all over. The requirement was...

  • RE: Productivity and Accountability

    paul.knibbs (3/7/2013)


    I think there's another possible reason to not want to work from home. Speaking personally, I like to keep home and work in their own separate compartments--I'll work from...

  • RE: Self Describing Databases

    Todd Carrier (3/12/2013)


    I like your idea Steve.

    ...

    A database calling it's own backup? Just sounded like a terrible idea to me, for some of the same reasons stated...

  • RE: SQL Saturday #204 - Detroit

    I'm not sure Grant or I will be there, since we have other commitments. Sorry.

  • RE: Migrating from SQL Azure to Amazon EC2/RDS

    Something to think about. The development paradigm in Windows Azure can be different from AWS. In AWS you are essentially renting a VM with SQL Server on it for the...

  • RE: The Microsoft Sideshow

    It's an evolutionary change, but it's a substantial one. Look beyond what Win 8 does with the desktop, because so few apps take advantage of the interface. It's changing to...

  • RE: Self Describing Databases

    roger.plowman (3/12/2013)


    I don't know if I'd want backup information in the database or not. On the one hand I could see it, and you're right, having information about the backup...

  • RE: Virtualization - yet again ...

    It looks like some of your first post dropped off.

    In terms of IO, you still need good IO. There's no magic solution with virtualization. Multiple disks and multiple IO pathways...

  • RE: Two Plugs Away

    Miles Neale (3/6/2013)


    Along this line anyone been reading about how Yahoo has changed things up? I guess the idea is to get back to the office everyday or get...

  • RE: sql connections

    I'm not sure you can. I'm not sure it should matter from the server. The idea of the API is the server sees calls to it without worrying about clients.

    Does...

  • RE: Repeating code over time period

    Use SSIS to build a package. Base a query on dateadd to get the previous 11 months in your query.

Viewing 15 posts - 12,691 through 12,705 (of 39,898 total)