Viewing 4 posts - 1 through 4 (of 4 total)
Agreed. And Teaching1 and Teaching2. Give the tables names that describe their purpose.
February 8, 2021 at 3:43 pm
I thought COBOL's data name length was 30 characters from the outset.
January 11, 2021 at 1:46 pm
Just adding the ID column, it still does a table scan.
Adding the ID column AND a clustered index on the ID column, it then does a clustered index scan.
But since...
December 8, 2020 at 1:39 pm
If you never query the tables by the ID column you are adding to use in the clustered index, how does it help queries?
If I have a heap table with...
December 8, 2020 at 12:43 pm
Viewing 4 posts - 1 through 4 (of 4 total)