Hey All -
How is it possible that my master database has no log segment? IE:
create database master on master = 6
go
alter database master on master = 9
go
alter database master on master = 25
go
Does this mean that data & log are competing for space? That seems really bad. Why does sybase allow databases to be created like this?
Also, what options do I have if my log space on the master database fills? Will Dump tran with no_log clear things up?
Thanks