SQL Server Cannot Call Methods on Date

后端 未结 11 1462
时光取名叫无心
时光取名叫无心 2020-12-16 10:41

I\'ve got a DATETIME column in a SQL Server 2008 table called ShiftDate. I want to convert this to a DATE column in a query:

SELECT     ID, ScheduleID, Shift         


        
11条回答
  •  旧巷少年郎
    2020-12-16 11:14

    This problem is still present in SSMS 18.4. I just sent it to Microsoft as an "idea", and since Microsoft's attention to every given bug report depends (only) on the social support of it, if you want it fixed, please go and vote for it at

    https://feedback.azure.com/forums/908035-sql-server/suggestions/41135050-ssms-returns-error-on-valid-query-in-view-designer

提交回复
热议问题