收集了一些微软sql相关认证考试的试题集合,分享一下
混SQL版这么久了,分享一点资料
sql server的相关认证的试题集合,版友有还在学校的话就下载下来有机会考试一下,毕竟350元大家还是负担得起的,将来毕业后也是一个好一点的证书证明
如果准备专注于这方面工作的话也可以看看,虽然有点过分理论化,但是可以让自己知识更加系统化一些,会有一些收获的
整理了所有收集到的放在csdn download,
http://7761098.download.csdn.net/
不过可能很多部分现在还在审核,应该这几天都会补齐的。大家参考一下就好了,只是资料分享而已
70-431 TS Microsoft SQL Server 2005 - Implementation and Maintenance
70-432 TS Microsoft SQL Server 2008, Implementation and Maintenance
70-433 TS Microsoft SQL Server 2008, Database Development
70-441 PRO Designing Database Solutions by Using Microsoft SQL Server 2005
70-442 PRO Designing and Optimizing Data Access by Using Microsoft SQL Server 2005
70-443 PRO Designing a Database Server Infrastructure by Using Microsoft SQL Server 2005
70-444 PRO Optimizing and Maintaining a Database Administration Solution by Using Microsoft SQL Server 2005
70-445 TS Microsoft SQL Server 2005 Business Intelligence - Implementation and Maintenance
70-446 PRO Designing a Business Intelligence Infrastructure by Using Microsoft SQL Server 2005
70-447 UPGRADE MCDBA Skills to MCITP Database Administrator by Using Microsoft SQL Server 2005
70-448 TS Microsoft SQL Server 2008, Bu
相关问答:
sql2005
select *from v_ddxx where d_sfsc='0' and (g_ssbm='1001' or g_ssbm='1002') and (xxf>0 and xxfwzf <>0 ),执行速度慢的要死,但是如果把(xxf>0 and ......
我有一个月和日组成的数字,有两组月和日
想在身份证号中挑选出在该该两组月日之间出生的人,不知道应该怎么写.
身份证号有可能是15位或者18位
月日组合的形式如下
10-17/04-20
月-日/月- ......
下面的日期我要用变量表示
但我接收的日期的格式与下面不同
我接收的如 2009-10-10
我应该怎么变呢?
每次都把 date1 和date2用String 这样是不是不好
SQL code:
between '" ......
有个房间价格表RP:
id roomid price startDate endDate inputDate
1 1 1000 2009-10- ......
有这么一个表:
id | name | age | item
1 | tom | 12 | 1
2 | cat |& ......