Time of Update: 2018-12-07
cs_forums_GetForumModeratorsCode highlighting produced by Actipro CodeHighlighter
Time of Update: 2018-12-07
cs_forums_GetUnmoderatedPostStatusCode highlighting produced by Actipro CodeHighlighter
Time of Update: 2018-12-07
cs_forums_Thread_GetCode highlighting produced by Actipro CodeHighlighter
Time of Update: 2018-12-07
cs_EventLog_GetEntryCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].cs_EventLog_GetEntry( @EntryID int)AS SELECT EL.EventLogID, EL.Message,
Time of Update: 2018-12-07
cs_Group_CreateUpdateDeleteCode highlighting produced by Actipro CodeHighlighter
Time of Update: 2018-12-07
cs_Favorite_GetCode highlighting produced by Actipro CodeHighlighter
Time of Update: 2018-12-07
1ALTER PROCEDURE dbo.aspnet_Membership_UpdateLastLoginAndActivityDates --更新最近登陸和活躍時間 2 @ApplicationName NVARCHAR(256), 3 @UserName NVARCHAR(256), 4 @TimeZoneAdjustment INT 5AS 6BEGIN 7 DECLARE @UserId UNIQ
Time of Update: 2018-12-07
cs_Censorship_CreateUpdateDelete --審核制度建立更新刪除Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER proc [dbo].cs_Censorship_CreateUpdateDelete --審核制度建立更新刪除( /**//*即是一些受限制的詞語等,比如FUCK*/ @Word
Time of Update: 2018-12-07
cs_Favorites_GetSectionsCode highlighting produced by Actipro CodeHighlighter
Time of Update: 2018-12-07
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].cs_ApplicationConfigurationSettings_CreateUpdate --11, 36, 0, 1, 0( ----------應用程式配置設定 @SettingsID int, @ApplicationType
Time of Update: 2018-12-07
cs_InkData_DeleteCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER Proc [dbo].[cs_InkData_Delete]( @InkID int, @SectionID int, @SettingsID int)asDelete FROM cs_InkData Where SettingsID =
Time of Update: 2018-12-07
cs_Content_UpdateDateCode highlighting produced by Actipro CodeHighlighter
Time of Update: 2018-12-07
aspnet_Roles_GetAllRolesALTER PROCEDURE dbo.aspnet_Roles_GetAllRoles ----擷取全部角色( @ApplicationName NVARCHAR(256))ASBEGIN DECLARE @ApplicationId UNIQUEIDENTIFIER SELECT @ApplicationId = NULL SELECT @ApplicationId = ApplicationI
Time of Update: 2018-12-07
cs_Favorites_GetUsersWatchingCode highlighting produced by Actipro CodeHighlighter
Time of Update: 2018-12-07
cs_EmailQueue_FailureCode highlighting produced by Actipro CodeHighlighter
Time of Update: 2018-12-07
cs_Licenses_UpdateCode highlighting produced by Actipro CodeHighlighter
Time of Update: 2018-12-07
cs_Feed_GetFeedPostsCode highlighting produced by Actipro CodeHighlighter
Time of Update: 2018-12-07
cs_Feed_GetAllCode highlighting produced by Actipro CodeHighlighter
Time of Update: 2018-12-07
aspnet_RegisterSchemaVersionALTER PROCEDURE [dbo].aspnet_RegisterSchemaVersion --不知道是不是註冊版本的意思 @Feature NVARCHAR(128), @CompatibleSchemaVersion NVARCHAR(128), @IsCurrentVersion BIT, @RemoveIncompatibleSchema
Time of Update: 2018-12-07
cs_es_Search_QueueManagerCode highlighting produced by Actipro CodeHighlighter