Sybase tran log space in master
All we needed to do was a little maintenance :
isql -U USERNAME -P PASSWORD -S SERVERNAME
use master
go
dump tran DATABASENAME with no_log
isql -U USERNAME -P PASSWORD -S SERVERNAME
use master
go
dump tran DATABASENAME with no_log
0 Comments:
Post a Comment
<< Home