Expression Validation 
Float
(\+|-)?([0-9]+\.?[0-9]*|\.[0-9]+)([eE](\+|-)?[0-9]+)?

Number:
\d{1,}

[ add comment ]   |  permalink  |  related link  |   ( 3 / 4948 )
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 )

BackBack NextNext