导航

01 2011 档案

摘要:设置SQL2008报表匿名访问的方法转载安照下面的步骤操作可以将SQL2008报表配置成匿名访问,其中的Microsoft.Samples.ReportingServices.AnonymousSecurity.dll大家可以把邮箱留下,我会在看到之后给你发过去。1. 拷贝Microsoft.Samples.ReportingServices.AnonymousSecurity.dll到D:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\ReportServer\bin2.修改配置文件web.c 阅读全文

posted @ 2011-01-21 15:37 Rainbow.ding 阅读(749) 评论(0) 推荐(0)

摘要:smalldatetime不能到秒.不過它占的空間小.(4位)datetime(8位)而且兩者的時間範圍不一樣.datetime占8字节,精度3.33毫秒,时间从1753.1.1到9999.12.31smalldatetime占4字节,精度1分钟,时间从1900.1.1到2079.6.6datetimeDate and time data from January 1, 1753, to December 31, 9999, with an accuracy of three-hundredths of a second, or 3.33 milliseconds.smalldatetimeD 阅读全文

posted @ 2011-01-04 10:43 Rainbow.ding 阅读(33159) 评论(2) 推荐(0)