摘要:
查询换行符 select * from fky where aa like '%wor ld%'; select * from fky where aa like '%wor%ld%'; select * from fky where aa like '%wor'||chr(10)||'ld%'; 阅读全文
摘要:
今天装SharePointFoundation遇到“未能启动数据库服务 MSSQL$Sharepoint”搜了下有如下解决办法Go to “regedit”, browse thru “HKLM_Local_Machine/Software/Microsoft/Shared Tools/Web Server Extensions/12.0/WSS/”. Then change the value of attribute named “ServerRole” from SINGLESERVER to APPLICATION. 阅读全文
摘要:
创建 User Profile Service 应用程序使用管理中心创建 User Profile Service 应用程序执行下面的过程以创建 User Profile Service 应用程序。使用管理中心创建 User Profile Service 应用程序验证您是否拥有以下管理凭据:若要使用管理中心创建 User Profile Service 应用程序,您必须是 Farm Administrators 组的成员。在管理中心网站上的“应用程序管理”部分,单击“管理服务应用程序”。在“管理服务应用程序”页上,单击“服务应用程序”选项卡以激活功能区。在功能区的“创建”组中,单击“新建”, 阅读全文