Forum Replies Created

Viewing 15 posts - 14,401 through 14,415 (of 39,919 total)

  • RE: INSERT OUTPUT

    BenWard (2/2/2012)


    DATE is not a valid data type... ?

    It's becoming too hard to track all the T-SQL between all versions, so I left this off. SQL 2005 is out of...

  • RE: SET option hierarchy

    My apologies. I think I selected the wrong answer when reworking things. The original answers weren't quite clear, so I altered them.

    I have fixed things, and awarded back points.

  • RE: Solid State drisk

    life is more of an issue with writes than reads. If you are using these mostly for reads, I wouldn't be as worried as if you use them with lots...

  • RE: Solid State drisk

    I tend to agree with TheSQLGuru, make sure you get enterprise grade SSDs.

  • RE: Encrypt the whole database

    TDE encrypts the data at rest, on disk, and the backups. There is CPU overhead for this.

    Encrypting the data, so that a DBA or unauthorized user who accesses the database,...

  • RE: Merge replication non convergence

    I'm not a replication expert, but all subscribers? Or certain ones?

    If I make changes to rows at the publisher with "red", "green" and "blue" values. Does the (or all) subscribers...

  • RE: Merge replication non convergence

    I'm slightly confused. You are using a lot of pronouns, and using "replica" a lot and it's not clear what you mean. I assume you mean an individual node...

  • RE: Are the posted questions getting worse?

    GSquared (2/1/2012)


    HowardW (2/1/2012)


    Is this guy annoying the hell out of anyone else?

    Not sure whether to call it spam or not, but most of his posts wouldn't pass the Turing Test.

    Looks...

  • RE: Disk Drives in the Sky

    Thanks, Mevio is having issues. I have pinged them.

  • RE: Are the posted questions getting worse?

    SQL Kiwi (1/31/2012)


    Ok, the embedded quotes occupy a whole screen now...

    I need a filter to whack multiple embedded quotes. It can be quite annoying.

  • RE: Consolidate SQL server jobs

    you can use SQLCMD to connect to another server and export data, OPENDATASOURCE, or use SSIS to pull data over.

  • RE: About when will SQL Server 2012 be released?

    I thought I heard the 2012 certs would be released this year, but I'm not sure.

    However Koen has a good point. If SQL Server 2012 is released in April (guess),...

  • RE: Should we outsource identity management

    Nadrek (1/30/2012)


    Good, modern password security is often considered either "too cumbersome" for users, or "too CPU intensive";

    ...

    Wow, excellent writeup. Nice rules of thumb as well.

  • RE: Morale Data

    Stephanie J Brown (1/30/2012)


    I'm not sure I agree with the "companies who would use it don't need it; companies that need it would abuse it" philosophy that some have expressed....

  • RE: Open SQL Connection Error

    Not that I know of. Named pipes is usually used for local connections. It's not listed as deprecated in the R2 docs: http://msdn.microsoft.com/en-us/library/ms187892.aspx

Viewing 15 posts - 14,401 through 14,415 (of 39,919 total)