02 2009 档案

摘要:SQL server performance 阅读全文
posted @ 2009-02-28 19:07 On the road.... 阅读(254) 评论(0) 推荐(0) 编辑
摘要:SQL Server Agent detail 阅读全文
posted @ 2009-02-28 16:01 On the road.... 阅读(338) 评论(0) 推荐(0) 编辑
摘要:understanding HTTP Endpoint security and create a http endpoint which can be vistion through a client by sending SOAP request 阅读全文
posted @ 2009-02-27 12:23 On the road.... 阅读(239) 评论(0) 推荐(0) 编辑
摘要:1 准备工作 2 bcp 3 bulk insert 4 bulk xml 5 ssis import/export 阅读全文
posted @ 2009-02-26 16:07 On the road.... 编辑
摘要:SQL Server Recovery Mode 阅读全文
posted @ 2009-02-26 14:23 On the road.... 编辑
摘要:2 约束 就是用户输入超出允许范围的数据 (1)check约束:通过限制列的可接受值,强制域的完整性。通过任何基于逻辑运算符号返回true或者false的逻辑值创建check约束。一个列可以有多个check约束,按照约束的创建顺序进行验证搜索条件必须为逻辑表达式,并且不能引用其他表列级别的check约束只能引用被约束的列,表级别的约束只能引用用一个表中的列不能再text,ntext或image... 阅读全文
posted @ 2009-02-25 12:04 On the road.... 编辑