Microsoft SQL

2011/11/30 10:28
- desc [table name] (cf. http://www.electrictoolbox.com/describe-table-structure-sql-server/ )
exec sp_columns [table name]

- select * from [table name] limit [n] (cf. http://stackoverflow.com/questions/603724/how-to-implement-limit-with-microsoft-sql-server )
select top [n] * from [table name] 

- show tables (cf. http://www.webmasterworld.com/forum112/142.htm )
select name from [database name]..sysobjects where xtype='U';
저작자 표시 비영리 동일 조건 변경 허락
◀ PREV : [1] : ... [13] : [14] : [15] : [16] : [17] : [18] : [19] : [20] : [21] : ... [434] : NEXT ▶

카테고리

JH & HJ (434)
Travel (102)
idea (0)
Lecture (2)
Life (132)
Programming (189)
career (0)

달력

«   2012/05   »
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31