Welcome to MSDN Blogs Sign in | Join | Help

Benjamin Wright-Jones

SQL Server Lessons Learned and Notes from the Field (Microsoft Consultancy Services, UK)

News

  • This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified on Microsoft.com Locations of visitors to this page
Inconsistencies in the SSMS Interface

I find SSMS to be much more flexible that SQL Server 7.0/2000 Enterprise Manager (SEM) however there are some really basic UI features which should be fixed.  The display of data types, in particular LOB such as varchar(max) is not consistent through the UI.  For example, in the object explorer I can see varchar(max) in the column hierarchy, sp_columns will represent this as TEXT, sp_help <table> displays varchar and finally the publication wizard also displays the type as varchar.  This is particularly frustrating when a DBA needs to de-select LOB data types from the article and the data type is not displayed correctly. 

sp_columns:

image

sp_help:

image

object explorer:

image

publication wizard:

image

Posted: Monday, April 28, 2008 12:04 AM by benjones

Comments

No Comments

Anonymous comments are disabled
Page view tracker