SQL Server allows you to create a table or an index on a filegroup that has no file assigned to it. Because there is no data file to hold your data, the table or the index thus created cannot be used. This may not be a problem because often you would
Read More...