You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all the results are returned as varchar(6000) columns. A mapping should be made with sys.columns so the data can be casted to the native type.
Currently all the results are returned as
varchar(6000)columns. A mapping should be made withsys.columnsso the data can be casted to the native type.