|  | 
| 39 | 39 |  description: Database of SQL Server latch types | 
| 40 | 40 |  link: https://www.sqlskills.com/help/latches | 
| 41 | 41 | 
 | 
|  | 42 | +please vote on my SQL Server feedback items: | 
|  | 43 | + - name: "Add new metadata function: INDEX_NAME()" | 
|  | 44 | + description: "SQL Server has OBJECT_NAME(), COL_NAME(), DB_NAME()...why no INDEX_NAME()?" | 
|  | 45 | + link: https://feedback.azure.com/d365community/idea/9e2f6f88-e579-ef11-a4e6-6045bdbe5235 | 
|  | 46 | + | 
|  | 47 | + - name: "Add a \"reset_time\" column to index stats DMVs" | 
|  | 48 | + description: "Ever queried sys.dm_index_usage_stats and wondered how old that stats data is? Too bad...There's really no way to know" | 
|  | 49 | + link: https://feedback.azure.com/d365community/idea/e9e84bf2-64c4-ee11-92bc-000d3a0fb290 | 
|  | 50 | + | 
|  | 51 | + - name: "Output warning message when altering an indexed view that all indexes (clustered and non-clustered) will be dropped" | 
|  | 52 | + description: "ALTER VIEW ... Oops! All the indexes are now gone, clustered and non-clustered and SQL Server didn't say a thing...Not even a warning." | 
|  | 53 | + link: https://feedback.azure.com/d365community/idea/0f1f2993-43b6-ee11-92bc-000d3a033659 | 
|  | 54 | + | 
|  | 55 | + - name: "Statement execution duration global variable - Similar to @@ROWCOUNT, but instead how long the previous statement took to run" | 
|  | 56 | + description: "Wouldn't it be nice if you could stop messing with datetime variables and datediff to figure out how long the previous statement took to run?" | 
|  | 57 | + link: https://feedback.azure.com/d365community/idea/884c86b1-9b85-ee11-a81c-000d3ae5ae95 | 
|  | 58 | + | 
| 42 | 59 | fiddlers: | 
| 43 | 60 |  - name: .NET Fiddle | 
| 44 | 61 |  description: C#, VB.NET, F# | 
|  | 
0 commit comments