May 9, 2012 at 11:55 am
Let's say i have 2 secondary files(File1 and File2) and those two files are allowed to grow 10%, if the user tries to enter data where does data initially get stored...Does it go to File1 or File2...How does sql server determine whether to store the data???
May 9, 2012 at 11:57 am
What filegroup(s) are those files in?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 9, 2012 at 1:58 pm
They are in primary filegroups
May 9, 2012 at 2:04 pm
If there are three files in one filegroup, then data will be written to them all according to the proportional fill algorithm
http://msdn.microsoft.com/en-us/library/ms187087%28v=sql.100%29.aspx
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply