Forum Replies Created

Viewing 15 posts - 15,496 through 15,510 (of 39,902 total)

  • RE: Jobs for Data Scientists

    stephen99999 (8/2/2011)


    I am trying for my 2nd time at NC State, and hope to have the chance to step into Analytics and maybe change the world a little (personal goal;...

  • RE: codesmith

    No idea. You should contact the tool provider for an answer there.

  • RE: Master Keys

    I'm not sure how platespin works, but you might need to backup the service master keys and restore those on the copy.

  • RE: Can I use a case statement in a column default?

    The default isn't an expression run against the row. It's a value. Same for computed columns, these don't allow logical expressions.

    A trigger is the best way to handle this.

  • RE: codesmith

    The tools in SQL Server only regenerate the code that you've put in there. Codesmith, IIRC, allows you to generate new sprocs more easily.

  • RE: huge log backup after reorg

    You have to send that reorg operation to the log shipping secondary or you break log shipping.

    You also will need this space next Sun, so I'm not sure if shrinking...

  • RE: Do not display "1900-01-01 00:00:00.000"

    update table

    set datecolfield = null

    where datecolfield = '1900-01-01 00:00:00.000'

  • RE: Are the posted questions getting worse?

    I played some Halo series with my son, but not much lately. We tried to get the kids into RockBand, which has a tiny game piece, but no luck.

    Words with...

  • RE: The Impact of Outages

    cfradenburg (8/1/2011)


    However, since the backup system provide a lower level of care I don't know that it's a wise idea to kill services and force the backup system into place....

  • RE: The Impact of Outages

    My apologies, the links have been fixed.

  • RE: Index Writes

    If you have 30 indexes on a table, you have potentially 31 writes when a change is made to the table. If one of the 30 is a clustered index,...

  • RE: Are the posted questions getting worse?

    There's nothing to replace Word's review features anywhere. Need a PC for that, or a Mac/Fusions.

    I am tempted to get a real keyboard for writing on the iPad, that or...

  • RE: No management studio

    There are companies that don't want administration done from the server, so no client tools are installed.

  • RE: No management studio

    SSMS ALWAYS connects remotely to SQL Server instances as a client. Even if you run it from the server, it is making a connection to the service running on that...

  • RE: Are the posted questions getting worse?

    GilaMonster (7/29/2011)


    I'd kill for full-blown MS word or Windows Live Writer on the iPad, that would eliminate a fair bit of need for the laptop, but it's still no way...

Viewing 15 posts - 15,496 through 15,510 (of 39,902 total)