Y
Hacker News
new
|
ask
|
show
|
jobs
by
tomnipotent
1617 days ago
Any table in SQL Server without a clustered index will be stored as a heap.
https://docs.microsoft.com/en-us/sql/relational-databases/in...
1 comments
hans_castorp
1617 days ago
Yes, but the _default_ (and that's what I was referring to) is a clustered index.
link
tomnipotent
1616 days ago
Then the definition depends on whether you consider adding a primary key as default or not. I would not consider it default, though it is customary.
link