Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
brinster
Starting Member
8 Posts |
Posted - 2006-07-06 : 04:54:14
|
HiWhat is the parameter in sqlserver 2000 who stop the increasing of file datafile log ?Regards |
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2006-07-06 : 05:00:27
|
In EM you can specify maximum file size under Restrict file growth (MB) option or in Create/Alter database statement with the MAXSIZE clause.Harsh AthalyeIndia."Nothing is Impossible" |
 |
|
jen
Master Smack Fu Yak Hacker
4110 Posts |
Posted - 2006-07-06 : 05:27:38
|
or where you looking at recovery model - simple--------------------keeping it simple... |
 |
|
nr
SQLTeam MVY
12543 Posts |
|
|
|
|