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'
The text was updated successfully, but these errors were encountered:
--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'
The text was updated successfully, but these errors were encountered: