microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.58k stars 903 forks source link

Inconsistent display of user defined data type on object explorer in ADS (compared to SSMS) #11834

Open MsSQLGirl opened 4 years ago

MsSQLGirl commented 4 years ago

Steps to Reproduce:

  1. Create Azure SQL DB from AdventureWorksLT sample.
  2. Navigate to [SalesLT].[ProductModel] in object explorer.

Azure Data Studio image

SSMS: image

Expected: consistency. I find SSMS display is more usable here.

kburtram commented 3 years ago

@MsSQLGirl to clarify the issue here, are you referring to the nvarchar not containing the length and the missing XML type? Or something else about the display?