机场的sybase数据库有问题了,客户端连接不上了,报错:
Space available in the log segment has fallen critically low in database 'tempdb'. All future modifications to this database will be suspended until the log is successfully dumped and space becomes available.
用dump tran tempdb with truncate_only 无法解决问题,只好用增加空间来解决了:
alter database tempdb log on logdev= “100M”
[@more@]来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/51329/viewspace-1029221/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/51329/viewspace-1029221/