HI There,
while we create DB , we specify the maxsize of LDF ,MDF
alter database myDB add file (name = mydata, -- alias Filename = 'c:\mydata.ndf', -- physical location Size = 20MB, -- starting size; data/mo Maxsize = 2064)
i know the size would be subjective to the deployment . i just want to know , is there any guidelines on how to arrive at this number OR can i use UNLIMITED always ,if i use UNLIMITED ,are there any pitfalls
any comments/suggestions
Thanks Deepak