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
--single quotes can not coupled on sql language encoding With GB2312 or UTF-8,When i use "sys.sp_addextendedproperty" add a property.
--Such AS :
EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'学校类型(小学、初中)' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'SchoolYearFiles', @level2type=N'COLUMN',@level2name=N'SchoolType'
From @erikzhouxin on December 21, 2015 7:39
--single quotes can not coupled on sql language encoding With GB2312 or UTF-8,When i use "sys.sp_addextendedproperty" add a property.
--Such AS :
EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'学校类型(小学、初中)' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'SchoolYearFiles', @level2type=N'COLUMN',@level2name=N'SchoolType'
Copied from original issue: microsoft/vscode#1520
The text was updated successfully, but these errors were encountered: