摘要:
DECLARE @ID nvarchar(50)DECLARE @Name nvarchar(50)DECLARE @ID2 nvarchar(50)DECLARE @Name2 nvarchar(50)DECLARE @ID3 nvarchar(50)DECLARE my_cursor CURSOR FOR select name,object_id from sys.tables where ... 阅读全文
posted @ 2009-07-11 13:47
simplay
阅读(451)
评论(0)
推荐(0)
浙公网安备 33010602011771号