Tagged Questions
5
votes
3answers
215 views
How does the `primary key` keyword relate to clustered indexes in SQL Server?
How does the PRIMARY KEY keyword relate to clustered indexes in SQL Server?
(Some people seem to want to answer this question instead of a different question I asked, so I am giving them a better ...
0
votes
3answers
233 views
Should static database data be in its own Filegroup?
I'm creating a new DB and have a bunch of static data that won't change. If it does, it will be a manual process AND it will happen very rarely.
This data is a mix of varchars and Geographies.
I'm ...