Check SQL Server 2000 Table Usage 
EXEC sp_MSforeachtable @command1="EXEC sp_spaceused '?'"

[ add comment ]   |  permalink  |  related link  |   ( 3 / 3371 )
征新联 
上联:好女子,问门口,已酉生,何人可配。

求下联?

[ add comment ]   |  permalink  |  related link  |   ( 3 / 8604 )
SQL Server 2000 Update Data Inner Join Another Table 
UPDATE table
SET values
FROM join other tables here.

Example

Update TableA
SET TableA.Col1=TableB.Col1
From TableA INNER JOIN TableB ON TableA.ID=TableB.ID

[ add comment ]   |  permalink  |  related link  |   ( 3 / 10475 )
沉痛悼念四川大地震的死难者 


沉痛悼念四川大地震的死难者
Deep Mourning for China Earthquake Victims


[ add comment ]   |  permalink  |  related link  |   ( 3 / 1576 )
一本引导你健康的好书 
<<人体使用手册>>
你只需花点时间读一下就会对我们的身体有个心得了解,从而知道怎样爱护你的身体好为革命做出更大的贡献.
我读书很慢花了三个小时读了1-6章.如果你不想花那么多时间建议读3-6章.

值得一读.

此书下载

[ add comment ]   |  permalink  |  related link  |   ( 3 / 8293 )

BackBack NextNext