Ashton 发表于 2013-1-30 00:22:45

Some tips for using Sybase DB

1. Limit the return records
   set rowcount #records_num#   
2. view the table schema definition
   sp_help #table_name#
3. view the stored procedure definition
   sp_helptext #sp_name#
页: [1]
查看完整版本: Some tips for using Sybase DB