Forum Replies Created

Viewing 15 posts - 286 through 300 (of 496 total)

  • RE: Partition key should be part of Primary key

    I wouldn't think so. If, for instance, you partition on date, you won't want the date to be in the primary key. The partition value is not used...

  • RE: Design

    Tom.Thomson (9/27/2010)


    And transactional replication certainly doesn't create any extra columns by magic (at least in didn't in SQLS 2000), and neither does snapshot replication; merge replication may do it (I've...

  • RE: Design

    Agreed Robert, but I have seen cases where people assumed that the IDENTITY was guarding the data for uniqueness and so inserted dupes by mistake, assuming that it would be...

  • RE: Design

    Well, you CAN use SET IDENTITY_INSERT ON to create duplicates. Unless you have a unique constraint nothing prevents this from happening.

  • RE: Design

    On the replication and uniqueidentifer topic:

    PK is required for transactional and merge. It must be declared as such or else you can't even create a publication with that table...

  • RE: Design

    Robert Frasca (9/24/2010)


    jeff.mason (9/24/2010)


    sjimmo (9/24/2010)


    Quoting BOL (gasp) again (from the uniqueidentifier TSQL reference article):

    I use replication heavily in our stores, to move high priority data back and forth with HQ....

  • RE: Design

    sjimmo (9/24/2010)


    Quoting BOL (gasp) again (from the uniqueidentifier TSQL reference article):

    I use replication heavily in our stores, to move high priority data back and forth with HQ. I personally have...

  • RE: Design

    As far as NULLs go, I have to say NULL is a good thing for some DATE columns. If you have, say, a StartDate and an EndDate column, you...

  • RE: What Do We Need in SQL Server?

    While we are at it, how about a DMV that allows you to get not only file size for DB files, but also total space and free space on the...

  • RE: What Do We Need in SQL Server?

    Get rid of the garbage 2008 Activity Monitor and go back to the 2005 Activity Monitor, and if you want the nice graphs or whatever either make it another tab...

  • RE: OK This is a weird one

    And to be explicit, that last post was also intended as a thank-you to Wayne....

  • RE: OK This is a weird one

    The CTE fixed it in live, but now we know that it just did it because of the order. I had reproduced the problem on stage and was trying...

  • RE: OK This is a weird one

    Yeah, I know, I feel stupid too. What can I say, it was 11:30 PM, we are tired, and stuck in a rut for troubleshooting. We attacked the...

  • RE: OK This is a weird one

    He's in training today so I have to wait. Actually I will be happy to get him to buy lunch or something....

  • RE: OK This is a weird one

    I think I am going to kill that developer tomorrow....

    (I say this knowing that he reads this forum and probably will see this before we talk 😛 )

    All I...

Viewing 15 posts - 286 through 300 (of 496 total)