Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- MySQL
- Malaysia
- ubuntu
- Italy
- program
- erlang
- psychology
- agile
- programming_book
- QT
- Book review
- hbase
- Programming
- UK
- leadership
- Kuala Lumpur
- France
- Software Engineering
- Spain
- Book
- management
- django
- RFID
- web
- comic agile
- Linux
- hadoop
- Python
- history
- Java
Archives
- Today
- Total
목록MSSQL (2)
Microsoft SQL
- 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]....
Programming
2011. 12. 1. 00:28
Microsoft SQL Server JDBC Driver 3.0
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=21599 Press 'New' button to add new JDBC driver Press 'Add' button to add jar file. Used 'sqljdbc4.jar' Input appropriate information for each blank then press 'OK' 2011/08/05 - [Programming] - Install Sqirrel SQL & create monetdb driver on Ubuntu 10.04
Programming
2011. 12. 1. 00:26