摘要:
USE [test1]GO/****** Object: StoredProcedure [dbo].[SP_GetAllDataForTb_test] Script Date: 04/30/2012 14:28:02 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGOcreate procedure [dbo].[SP_GetAllDataForTb_test]( @Stu_Id int ,@Stu_Name varchar(50) ,@Stu_ClassName varchar(50) ... 阅读全文
