Viewing 15 posts - 286 through 300 (of 496 total)
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...
October 4, 2010 at 12:19 pm
Tom.Thomson (9/27/2010)
September 28, 2010 at 4:18 am
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...
September 27, 2010 at 9:00 am
Well, you CAN use SET IDENTITY_INSERT ON to create duplicates. Unless you have a unique constraint nothing prevents this from happening.
September 24, 2010 at 2:36 pm
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...
September 24, 2010 at 8:55 am
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....
September 24, 2010 at 8:03 am
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...
September 24, 2010 at 7:50 am
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...
September 24, 2010 at 7:20 am
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...
September 22, 2010 at 11:47 am
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...
September 22, 2010 at 7:32 am
And to be explicit, that last post was also intended as a thank-you to Wayne....
September 15, 2010 at 2:12 pm
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...
September 15, 2010 at 2:06 pm
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...
September 15, 2010 at 1:59 pm
He's in training today so I have to wait. Actually I will be happy to get him to buy lunch or something....
September 15, 2010 at 1:49 pm
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...
September 15, 2010 at 1:41 pm
Viewing 15 posts - 286 through 300 (of 496 total)