Viewing 15 posts - 271 through 285 (of 728 total)
This is real sad thing to read such unprofessional statement in such a brilliant forum. This was the first bad thing I read on this forum. Hopefully it should be...
August 28, 2013 at 4:11 am
I've been playing with identity columns quite lot in the past two years so found it easy to resolve. But nice question. Cheers 🙂
August 28, 2013 at 2:02 am
ScottPletcher (8/27/2013)
August 28, 2013 at 1:56 am
SQLRNNR (8/27/2013)
sknox (8/27/2013)
SQLRNNR (8/27/2013)
For me, the wording of the question implies that a requirement of a heap be that it is completely devoid of indexes.
Then you're not thinking in...
August 27, 2013 at 12:33 pm
L' Eomot/Gail, I am aware with the rest of the differences between DELETE & TRUNCATE. Only had the doubt over the logging difference which was strangely wide spread across the...
August 27, 2013 at 11:58 am
GilaMonster (8/27/2013)
sqlnaive (8/27/2013)
"DELETE is a logged operation while TRUNCATE is not" as the truncate just deallocates the data pages from the table and that...
August 27, 2013 at 9:16 am
Jason.Reeves (8/27/2013)
Delete and truncate go deeper that that, they also have a major impact on things like Identity columns that need to be taken into account.
I was taking only the...
August 27, 2013 at 9:14 am
Great... So the correct statement should be:
"DELETE is a logged operation while TRUNCATE is not" as the truncate just deallocates the data pages from the table and that is the...
August 27, 2013 at 8:40 am
Totally agreed Gail. I have been to so many discussions over so many sites about this particular difference between DELETE & TRUNCATE that I'm confused.
"DELETE can be ROLLED BACK but...
August 27, 2013 at 7:00 am
Thanks for the second answer Koen. Thanks cool. On first one, let me check once again today and get back by tomorrow. 🙂
August 27, 2013 at 2:13 am
Thanks Hugo for confirming it.
See thats the profit of being a part of such a wonderful forum. I learned/clarified things more or less on daily basis even out of such...
August 27, 2013 at 2:04 am
Both in 2008. I deployed them to file system. (Not the default path but to new folder with the project name )
August 27, 2013 at 1:53 am
Hi Koen, I have one simple question and maybe I'm missing something here. I have two VM machines created and in one (kind of dev), I have created one solution...
August 27, 2013 at 1:45 am
On the other note, nice to know about the real definition by SQLRNNR and Hugo for Heap table. So the correct definition goes like this:
"A heap table can or cannot...
August 27, 2013 at 1:39 am
Viewing 15 posts - 271 through 285 (of 728 total)