2006年9月20日
摘要: cs_Moderate_Post_Move(最后的注释)Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].cs_Moderate_Post_Move/**//*因为某些原因,我的伙伴要离开.低落啊!注释... 阅读全文
posted @ 2006-09-20 16:30 MainIsUsed 阅读(261) 评论(0) 推荐(0) 编辑
摘要: cs_Moderate_DeletePostCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].cs_Moderate_DeletePost( @PostID INT, @DeletedBy INT... 阅读全文
posted @ 2006-09-20 16:26 MainIsUsed 阅读(262) 评论(0) 推荐(0) 编辑
摘要: cs_Message_CreateUpdateDeleteCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER procedure [dbo].cs_Message_CreateUpdateDelete( @MessageID int, ... 阅读全文
posted @ 2006-09-20 16:22 MainIsUsed 阅读(178) 评论(0) 推荐(0) 编辑
摘要: cs_LinkCategory_UpdateSortOrderCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER procedure [dbo].cs_LinkCategory_UpdateSortOrder( @Li... 阅读全文
posted @ 2006-09-20 16:17 MainIsUsed 阅读(264) 评论(0) 推荐(0) 编辑
摘要: cs_Link_UpdateSortOrderCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER procedure [dbo].cs_Link_UpdateSortOrder( @LinkID int, ... 阅读全文
posted @ 2006-09-20 16:13 MainIsUsed 阅读(244) 评论(0) 推荐(0) 编辑
摘要: cs_Licenses_UpdateCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE dbo.cs_Licenses_Update @LicenseID uniqueidentifier, @LicenseT... 阅读全文
posted @ 2006-09-20 16:11 MainIsUsed 阅读(209) 评论(0) 推荐(0) 编辑
摘要: cs_InkData_DeleteCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER Proc [dbo].[cs_InkData_Delete]( @InkID int, @SectionID int, @Settings... 阅读全文
posted @ 2006-09-20 16:08 MainIsUsed 阅读(194) 评论(0) 推荐(0) 编辑
摘要: cs_guestbook_Post_DeleteCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].cs_guestbook_Post_Delete( @SectionID int, @Post... 阅读全文
posted @ 2006-09-20 16:07 MainIsUsed 阅读(146) 评论(0) 推荐(0) 编辑
摘要: ALTER PROCEDURE [dbo].cs_guestbook_Post_Create( @SectionID int, @Subject nvarchar(256), @UserID int, @PostAuthor nvarchar(64) = null, @Body ntext, @FormattedBody ntext, @Emotic... 阅读全文
posted @ 2006-09-20 16:05 MainIsUsed 阅读(404) 评论(0) 推荐(0) 编辑
摘要: cs_Groups_ResetOrderCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER Proc [dbo].cs_Groups_ResetOrder( @ApplicationType int, @SettingsID in... 阅读全文
posted @ 2006-09-20 16:03 MainIsUsed 阅读(252) 评论(0) 推荐(0) 编辑
摘要: cs_Group_CreateUpdateDeleteCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].cs_Group_CreateUpdateDelete( @GroupID in... 阅读全文
posted @ 2006-09-20 15:59 MainIsUsed 阅读(197) 评论(0) 推荐(0) 编辑
摘要: cs_GetTotalPostCountCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].cs_GetTotalPostCount( @SettingsID int) ASSET Transacti... 阅读全文
posted @ 2006-09-20 15:57 MainIsUsed 阅读(192) 评论(0) 推荐(0) 编辑
摘要: ALTER PROCEDURE [dbo].[cs_fourm_Feedback_Get]( @SectionID int ,@ParentID int = null ,@PostType int = 12 -- 1 and 3 are image and comment types for gallery ,@Approved int = null /**//... 阅读全文
posted @ 2006-09-20 15:54 MainIsUsed 阅读(161) 评论(0) 推荐(0) 编辑
摘要: cs_forums_Thread_GetCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].cs_forums_Thread_Get/**//* Procedure for getting basic i... 阅读全文
posted @ 2006-09-20 15:53 MainIsUsed 阅读(192) 评论(0) 推荐(0) 编辑
摘要: ALTER PROCEDURE dbo.cs_forums_Posts_PostSet( @PostID int, @PageIndex int, @PageSize int, @SortBy int, @SortOrder bit, @UserID int, @ReturnRecordCount bit, @AllowUnapproved ... 阅读全文
posted @ 2006-09-20 15:52 MainIsUsed 阅读(345) 评论(0) 推荐(0) 编辑
摘要: cs_forums_PostCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE dbo.cs_forums_Post( @PostID int, @UserID int, @TrackViews bit,... 阅读全文
posted @ 2006-09-20 15:51 MainIsUsed 阅读(175) 评论(0) 推荐(0) 编辑
摘要: cs_forums_Moderate_PostSetCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE dbo.cs_forums_Moderate_PostSet( @SectionID int, ... 阅读全文
posted @ 2006-09-20 15:49 MainIsUsed 阅读(194) 评论(0) 推荐(0) 编辑
摘要: cs_forums_GetUnmoderatedPostStatusCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].cs_forums_GetUnmoderatedPostStatus( @Section... 阅读全文
posted @ 2006-09-20 15:49 MainIsUsed 阅读(174) 评论(0) 推荐(0) 编辑
摘要: cs_forums_GetForumModeratorsCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].cs_forums_GetForumModerators( @SectionID i... 阅读全文
posted @ 2006-09-20 11:44 MainIsUsed 阅读(305) 评论(0) 推荐(0) 编辑
摘要: cs_Folder_MoveFolderCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROC [dbo].cs_Folder_MoveFolder @FolderId INT, @NewParentFolderId INT... 阅读全文
posted @ 2006-09-20 11:42 MainIsUsed 阅读(213) 评论(0) 推荐(0) 编辑