Viewing 15 posts - 121 through 135 (of 162 total)
patrickmcginnis59 (12/24/2012)
Let's assume there is no clustered index on this table. This makes it a heap, meaning the rows are not physically written to disk in any particular order. When...
December 24, 2012 at 7:43 am
roger.plowman (12/24/2012)
The clustered index is how the books are shelved (usually by Dewey Decimal number), the non-clustered indexes are the index cards in the card...
December 24, 2012 at 7:40 am
Neha05 (12/24/2012)
Good explanation!
Thank you.
December 24, 2012 at 7:40 am
hakkie42 (12/24/2012)
A nonclustered index is...
December 24, 2012 at 7:39 am
Robert Davis (12/24/2012)
Great definition and clarification of terms for beginners! You explained it very well.
Thanks much.
December 24, 2012 at 7:38 am
Sure, but if you're loading the old data into the new tables, you can just declare normally and once you've added the data, it'll continue from the highest value. I...
December 5, 2012 at 7:51 am
... or you could simply use the built-in functionality in SSMS. Highlight the table name, and hit ALT+F1. It will give you all kinds of useful table metadata, including:
- Column...
December 5, 2012 at 7:46 am
We configure tables to start with a higher seed value when creating a new database for an existing Customer with the intention of loading their older data into the new...
December 5, 2012 at 7:41 am
Good reading, thanks. The NoSQL movement is more than 20 years old? Didn't know that...
September 17, 2012 at 7:14 am
cdonlan 18448 (8/14/2012)
...
If you sincerely want to improve yourself then...
August 15, 2012 at 7:23 am
David.Poole (8/10/2012)
I recommend that you read "5 dysfunctions of teams" which covers the topic of honesty, trust, ego, results and conflict.
Thank you for your thoughts, and for the recommendation, I...
August 10, 2012 at 4:19 pm
tommy_o_is_my_name (8/6/2012)
August 9, 2012 at 3:28 pm
marcia.j.wilson (8/6/2012)
And Hakim, I must say that you are doing a good job of responding to the criticism that came out of this post.
Thank you, appreciate your saying it.
August 6, 2012 at 6:19 pm
Viewing 15 posts - 121 through 135 (of 162 total)