07 2009 档案
SqlServer突然不启动的原因
摘要:今天下午我因备份数据库的原因,停止了服务管理器。等我晚上再用到数据库的时候却无法正常启动。重启电脑也无济于事。事件查看器只记载了关闭服务管理器的消息。在服务中发现MSSQLSERVER没有启动,手工启动时提示如下:绝望之际,想起今天为了试用一个软件,将系统时间调前了四个月。调为正常时间后,MSSQLSERVER即正常启动。 阅读全文
posted @ 2009-07-17 01:00 heoo 阅读(856) 评论(0) 推荐(0)
使用oracle和sqlserver的几点区别
摘要:1.部分SQL语句差异(1)SQL:select top 10 * from tableORA: select * from table where rownum<11(2)SQL:Select * from t1 join t2 on t1.c1=t2.c1ORA: select * from t1,t2 where t1.c1=t2.c1(3)select * from t1 left join t2 on t1.c1=t2.c1ORA: select * from t1,t2 where t1.c1=t2.c1(+)(4)SQL:select * from t1 right joi 阅读全文
posted @ 2009-07-13 22:18 heoo 阅读(9138) 评论(1) 推荐(0)
麦克风的调节
摘要:双击桌面右下角小喇叭-选项-属性-显示下列音量控制下拉-麦克风对号去掉 声音上拉 OK 阅读全文
posted @ 2009-07-09 23:16 heoo 阅读(258) 评论(0) 推荐(0)
WORD2003只能在安全模式下打开的解决方法
摘要:这种问题不是多见 解决方法:把WORD里默认模板文件删除,删除后WORD会自动重建的 WORD的默认模板名字为Normal.dot, 它的路径通常在WINDOWS系统盘里,具体为\Documents and Settings\Administrator(这是你登陆系统的用户名)\Application Data\Microsoft\Templates\Normal.dot 注意:在删除时不要打开W... 阅读全文
posted @ 2009-07-09 23:14 heoo 阅读(5178) 评论(0) 推荐(1)