随笔分类 -  SQL Server

SQL Server基础知识
摘要:查看sql server版本select @@VERSION基本操作use tty; 使用tty数据库create table tt(name varchar(10)); 新建表ttinsert into tt values('ftp'); 插入数据... 阅读全文

posted @ 2014-07-16 16:55 lukcyjane 阅读(299) 评论(0) 推荐(0)

安装SQL Servre2000时提示“command line option syntax error! type command /? for help”
摘要:问题:当程序正在安装ms数据访问组件时,弹出错误提示框:command line option syntax error,type command/? for help,点击确定继续;到了程序正在安装HTML帮助时,弹出标题为html help 1.32 update错误提示框:command li... 阅读全文

posted @ 2014-07-16 16:48 lukcyjane 阅读(3121) 评论(0) 推荐(0)

SQL Server 2005/2008压缩数据库日志的方法
摘要:适用于SQLServer2005的方法1 Backup Log DNName WITH no_log2 GO3 DUMP TRANSACTION DNName WITH no_log4 GO5 USE DNName 6 DBCC SHRINKFILE (2)7 GO说明:由于SQLServer200... 阅读全文

posted @ 2014-07-16 16:38 lukcyjane 阅读(323) 评论(0) 推荐(0)

Error 20002 (severity 9):Adaptive Server connection failed
摘要:环境:Ubuntu12.10_x64问题:用tsql访问SQL Server>> tsql -H 192.168.88.133 -p 1433 U saError 20002 (severity 9):Adaptive Server connection failed解决:查看TDS version... 阅读全文

posted @ 2014-07-16 16:31 lukcyjane 阅读(7029) 评论(0) 推荐(0)

导航