校友录系统(ASP.NET 3.5实现)USE [friends] GO /****** 对象: Table [dbo].[diaryclass] 脚本日期: 10/22/2008 22:49:24 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[diaryclass]( [id] [int] IDENTITY(1,1) NOT NULL, [classname] [nvarchar](50) COLLATE Chinese_PRC_CI_AS NULL, CONSTRAIN