问一个简单的sybase问题
当我用在sybase数据库中用时出现Can't allocate space for object 'temp worktable' in database 'tempdb' because 'system' segment is full/has no free extents. If you ran out of space in syslogs, dump the transaction log. Otherwise, use ALTER DATABASE or sp_extendsegment to increase size of the segment.哪 会大哥给我点提示先
你的数据库的tempdb日志空间不够了
tempdb的日志和数据是不分开的,而且安装sybase时,它的默认大小是两兆。应该增加tempdb的数据库空间了
推荐:在一个比较快的硬盘上建一个数据库设备,把这些设备空间加到tempdb中去,因为tempdb是sybase的临时数据库,相当于硬盘的cache,推荐大小为用户数据库中最大表所占空间的大小