Viewing 15 posts - 136 through 150 (of 496 total)
sestell1 (7/20/2012)
July 20, 2012 at 8:41 am
george sibbald (7/20/2012)
July 20, 2012 at 8:35 am
Took well over a month, but the betas now all show up on my transcript....
July 17, 2012 at 6:02 am
Here is the problem:
"A Table Variable can have primary keys and indexes defined"
This can be read two ways.
1) "can have defined" can be read to mean "can have the ability...
June 25, 2012 at 2:48 pm
cfradenburg (6/25/2012)
Toreador (6/25/2012)
But strictly speaking, the answer should be "false, false".
A Temporary Table can have primary...
June 25, 2012 at 11:22 am
Well, according to Hugo, it does in fact create an index, so an index does get created somewhere for it. However, it may not be in memory; I have...
June 25, 2012 at 7:16 am
You cannot define indexes at object creation. And while a typical table will create an index for a primary key, I suspect that this does not happen for table...
June 23, 2012 at 8:04 pm
OK, still no email from Microsoft, and still no sign of 461, 2, or 5 in my MCP history (though 464 is there). Are others seeing these delays, and...
June 23, 2012 at 6:31 am
Here's another perspective on certs:
In 1997 I was departing the world of humanities education, with a Master's in ancient Greek and Latin. I had no idea what to do...
June 22, 2012 at 9:20 am
I still have seen nothing to convince me that regulatory requirements like HIPAA, SOX, FDA validation, et al can be safely supported in an external cloud. Internal, maybe, but...
June 22, 2012 at 8:58 am
I would never write that code either, but the value of such an exercise is that someone else might, and in my current position, I write very little T-SQL but...
June 22, 2012 at 7:34 am
Really? Well, then, that is kind of a negative about sequences then, I would think. I would have thought they would have been more static/controllable. Obviously I...
June 20, 2012 at 11:56 am
I can see no documentation to prove this, but I suspect you are seeing the results of deprecation of 2000. Most 2000 database server management is not possible in...
June 20, 2012 at 8:58 am
Well, the assumption is that you don't have the same availability constraints on a data warehouse, I would assume. May not be true in the real world but there...
June 20, 2012 at 7:58 am
If the value of the PK is vital, and gaps cannot be supported, I'd look at implementing one of 2012's new features -- a SEQUENCE. You can programmatically control...
June 20, 2012 at 7:56 am
Viewing 15 posts - 136 through 150 (of 496 total)