weisai--年轻没有失败,我们只差一点尝试的勇气
博客园
首页
新随笔
新文章
联系
订阅
管理
posts - 47,comments - 31,trackbacks - 0
<
2012年2月
>
日
一
二
三
四
五
六
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
1
2
3
4
5
6
7
8
9
10
昵称:
与雪共舞
园龄:
7年2个月
粉丝:
1
关注:
1
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔分类
.NET技术(9)
ASP.NET(2)
ERP知识(4)
SQL SERVER 技术(7)
Writing English Practice(16)
技术资料收集(3)
精彩文章收集(5)
培养积极主动(1)
涂鸦(2)
印刷知识(2)
随笔档案
2008年7月 (4)
2008年6月 (12)
2008年5月 (4)
2008年4月 (1)
2008年3月 (10)
2006年10月 (1)
2006年6月 (1)
2006年4月 (1)
2006年1月 (2)
2005年12月 (1)
2005年11月 (2)
2005年10月 (1)
2005年9月 (2)
2005年8月 (2)
2005年7月 (1)
2004年11月 (2)
文章分类
知识总结记录(1)
最新评论
阅读排行榜
评论排行榜
推荐排行榜
2008年7月24日
SQL 2005 Reporting Services 备份与还原
摘要: 因为以前有过在没有任何备份的情况下,报表服务器的电脑硬件出故障而导致所有报表手动还原的痛苦经历,所以一直以来都想找个安稳的方法预防突发的情况。在网上看到了以下一些文章Reporting Services 安装的备份和还原操作将报表服务器数据库移至另一台计算机如何创建完整数据库备份 (Transact-SQL)奇怪的是我找不到有了这些备份数据后,怎么还原的方法。看来只有自己试了按照上面的有关步骤,备...
阅读全文
posted @ 2008-07-24 17:53 与雪共舞 阅读(286) 评论(0)
编辑
2008年7月8日
One Cartoon I like
摘要: I am fond of watching cartoon “Hua TianShao Nian Shi”. It is about a boy named Yi Lu who can communicate with ghosts.This cartoon has perfect paintingtechnique, funny characters and involv...
阅读全文
posted @ 2008-07-08 12:21 与雪共舞 阅读(55) 评论(0)
编辑
2008年7月2日
Reporting Services及VS2005使用技巧记录
摘要: 1, Reporting Services(SQL2005,下面简称RS)中的格式化数值字段对我来说一直是个问题,因为如果使用系统自带的格式化符号g或者D0,都无法把后面的小数点去掉。奇怪的是g和D0按照说明都是用来去掉所有小数点的,但是既然功能是一样,为什么会有两个符号呢?后来查书,发现可以使用.,可以完美的去掉小数点。兴奋啊。果然书中自有黄金屋啊。2,还是RS,这个是因为有人问我怎么设定矩阵中...
阅读全文
posted @ 2008-07-02 20:05 与雪共舞 阅读(591) 评论(3)
编辑
2008年7月1日
Yesterday Not Once More
摘要: Yesterdaywas a bed day because I found my office computer has been affected by virus. The anti-virus software endlessly admonished me that my computer is attacked by virus. Besidesmany strange message...
阅读全文
posted @ 2008-07-01 10:45 与雪共舞 阅读(54) 评论(0)
编辑
2008年6月26日
Internet and human
摘要: Idiscover that I spend more and more time in getting on theinternet. I realize that theinternet is a good thing. I can expediently get theworld’s information on it. I can also look up answers by...
阅读全文
posted @ 2008-06-26 17:34 与雪共舞 阅读(59) 评论(0)
编辑
2008年6月25日
My Question To Three Steps To Success
摘要: Recently, I have read some books written byXu Xiao ping who is a famous adviser of study abroad.Hisbooks shared many ideas of entrance exams for postgraduate schools and studyabroad.After read many st...
阅读全文
posted @ 2008-06-25 16:51 与雪共舞 阅读(36) 评论(0)
编辑
2008年6月24日
Sleepy
摘要: This morning, I feel very sleepy. My eyes shutpractically when I stare the screen. It happens very often recently. I don’tknow why as I don’t sleep late. Maybe it has something to do with ...
阅读全文
posted @ 2008-06-24 10:32 与雪共舞 阅读(20) 评论(0)
编辑
2008年6月20日
T-SQL中替代游标遍历结果级的方法 - 来自http://support.microsoft.com/kb/111401
摘要: SUMMARYThis article describes various methods that you canuse to simulate a cursor-like FETCH-NEXT logic in a stored procedure,trigger, or Transact-SQL batch. Use Transact-SQL Statements to Iterate Th...
阅读全文
posted @ 2008-06-20 12:36 与雪共舞 阅读(515) 评论(0)
编辑
使用SQL Server时最容易忽略的21个问题(转) 来源:赛迪网 作者:zy
摘要: 如果你正在负责一个基于SQL Server的项目,或者你刚刚接触SQL Server,你都有可能要面临一些数据库性能的问题,这篇文章会为你提供一些有用的指导(其中大多数也可以用于其它的DBMS)。在这里,我不打算介绍使用SQL Server的窍门,也不能提供一个包治百病的方案,我所做的是总结一些经验----关于如何形成一个好的设计。这些经验来自我过去几年中经受的教训,一直来,我看到许多同样的设计错...
阅读全文
posted @ 2008-06-20 12:35 与雪共舞 阅读(47) 评论(0)
编辑
2008年6月18日
Life Goal
摘要: Recently, I have read something about life goal. Onepoint which impressed me is that self-regard. It means thelife goal should be paying more attention to thethings that make you more fortunate and mo...
阅读全文
posted @ 2008-06-18 21:14 与雪共舞 阅读(92) 评论(0)
编辑
仅列出标题
下一页