摘要: http://jingyan.baidu.com/article/6c67b1d6ca06f02787bb1ed1.html 阅读全文
posted @ 2014-03-06 20:29 MirAcle0909 阅读(134) 评论(0) 推荐(0) 编辑
摘要: - 打开 VS,新建一个xml, - XML-> Schemas - 找到相应的schemas, 也可以通过“添加”本地的xsd文件,然后作为schemas Refer to: http://stackoverflow.com/questions/3161224/xml-validation-with-xsd-in-visual-studio-ide 阅读全文
posted @ 2014-03-06 20:04 MirAcle0909 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 本地server insert db1..table1 select * from db2..table2 --如果表结构不全一样的话,要做到字段对应。 insert db1..table1(col1,col2,col3...) select col1,col2,col3... from db2..table2 --如果表有主键不能重复插入的话 insert db1..tab... 阅读全文
posted @ 2014-03-06 20:04 MirAcle0909 阅读(164) 评论(0) 推荐(0) 编辑
摘要: The CHECK_POLICY and CHECK_EXPIRATION options cannot be turned OFF when MUST_CHANGE is ON. 1. In the below step I am giving the same password, to fix “User Must Change Password” flag. USE Mast... 阅读全文
posted @ 2014-03-06 17:49 MirAcle0909 阅读(1616) 评论(0) 推荐(0) 编辑