cooska

前人种树,后人乘凉

导航

2010年11月17日

摘要: 交换机基本状态: hostname> ;用户模式 hostname# ;特权模式 hostname(config)# ;全局配置模式 hostname(config-if)# ;接口状态 交换机口令设置: switch>enable ;进入特权模式 switch#config terminal ;进入全局配置模式 switch(config)#hostname ;设置交换机的主机名 switch(config)#enable secret xxx ;设置特权加密口令 switch(config)#enable password xxa ;设置特权非密口令 switch(config 阅读全文

posted @ 2010-11-17 17:17 cooska 阅读(6898) 评论(0) 推荐(1)

摘要: 系统存储过程 sp_databases --列出服务器上的所有数据库 sp_server_info --列出服务器信息,如字符集,版本和排列顺序 sp_stored_procedures--列出当前环境中的所有存储过程 sp_tables --列出当前环境中所有可以查询的对象 sp_start_job --立即启动自动化任务 sp_stop_job --停止正在执行的自动化任务 sp_password --添加或修改登录帐户的密码 sp_configure --显示(不带选项)或更改(带选项)当前服务器的全局配置设置 sp_help --返回表的列名,数据类型,约束类型等 sp_helptex 阅读全文

posted @ 2010-11-17 17:12 cooska 阅读(184) 评论(0) 推荐(0)