sql server - Columns node disappeared in SSMS -
i'm using ssms (from sql server 2014 developer edition) work sql azure. it's running on windows 10. have number of databases set on azure, , have used ssms work them. have installed devart's dbforge studio sql , use time time.
i've hit weird problem. create view, , clicked +
next table expand nodes below. clicked +
next columns , got strange error follows:
title: microsoft sql server management studio
failed retrieve data request. (microsoft.sqlserver.management.sdk.sfc) help, click: http://go.microsoft.com/fwlink?prodname=microsoft%20sql%20server&linkid=20476
additional information: unknown property ismemoryoptimized (microsoft.sqlserver.management.sdk.sfc)
having dismissed error, seemed fine, however, until noticed no longer have columns node under table. or indeed table (see screenshot).
i tried following trouble-shooting steps:
- restart ssms. no change
- restart pc. no change
- use "repair" option in sql server installation center repair management tools. no change
then tried connecting database entirely, , can see columns again! when connect one, no columns.
to clear, columns there, can use them in select
statements, , can use script table --> create , ssms creates script including column names.
i can see columns if use dbforge instead of ssms.
anyone ever come across this? it's real mystery me, i'm hoping here can help. incidentally, did follow link in error message above see if there's more information, no luck.
this bug in ssms. ensure ssms 2014 updated (https://www.microsoft.com/en-us/download/details.aspx?id=46694) or, better, use latest version of ssms (http://blogs.msdn.com/b/sqlreleaseservices/archive/2015/09/01/announcing-sql-server-management-studio-august-2015-release.aspx).
Comments
Post a Comment