Sql Script To set the show sort of data ( up or down )

SET QUOTED_IDENTIFIER ON GO SET ANSI_NULLS ON GOhtml CREATE PROCEDURE dbo.MoveSequence ( @TableName nvarchar( 200 ), @ID  uniqueidentifier, @isUp bit = 0  )  AS /* Yinping 2005-06-17sql To move the it
相關文章
相關標籤/搜索