X Tutup
The Wayback Machine - https://web.archive.org/web/20200706021350/https://github.com/topics/ms-sql-server
Skip to content
#

ms-sql-server

Here are 102 public repositories matching this topic...

erikdarlingdata
erikdarlingdata commented Nov 5, 2019

Is your feature request related to a problem? Please describe.
SQL Server 2019 introduced a new DMV, called dm_db_missing_index_group_stats_query that includes some interesting columns. It's not documented so far, but it provides some information that can be used to tie missing index requests to queries.

![image](https://user-images.githubusercontent.com/2136037/68211846-5a879600-ffa6-11

pasibonfire
pasibonfire commented Apr 20, 2018

Expected Behavior

Removing a column should remove only the column.
If the removed column is primary key, only then the constraint should be deleted.

Current Behavior

Migration that removes a column (or rollback for add column) removes the primary key constraint from the table.

Possible Solution

Adding primary_key: false doesn't remove the constraint. If this is expected beh

bug

Improve this page

Add a description, image, and links to the ms-sql-server topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ms-sql-server topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.
X Tutup