Secondary File data storage

  • 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???

  • 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

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • They are in primary filegroups

  • 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

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply