﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / SQL Server 2008 Administration  / #Files and FILEGROUPS / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Mon, 20 May 2013 05:55:44 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: #Files and FILEGROUPS</title><link>http://www.sqlservercentral.com/Forums/Topic1427883-1550-1.aspx</link><description>[quote][b]GilaMonster (3/8/2013)[/b][hr]Because you're not continually (as in many times a minute) creating and dropping tables in a user database. At least I hope you're not.[/quote]:-) LOL..right..Thanks,Pedro</description><pubDate>Fri, 08 Mar 2013 03:18:09 GMT</pubDate><dc:creator>PiMané</dc:creator></item><item><title>RE: #Files and FILEGROUPS</title><link>http://www.sqlservercentral.com/Forums/Topic1427883-1550-1.aspx</link><description>[quote][b]PiMané (3/7/2013)[/b][hr]If the number of files for tempdb is related with the number of CORES why doesn't the rule apply for database files?[/quote]Because you're not continually (as in many times a minute) creating and dropping tables in a user database. At least I hope you're not.</description><pubDate>Fri, 08 Mar 2013 02:51:58 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>RE: #Files and FILEGROUPS</title><link>http://www.sqlservercentral.com/Forums/Topic1427883-1550-1.aspx</link><description>So having a FILEGROUP to store the indexes and another for the data isn't an advantage?It just useful for "organizing" the database?But FILEGROUP for different types of data is useful as long as the indexes are in the same FILEGROUP then?If the number of files for tempdb is related with the number of CORES why doesn't the rule apply for database files?Is it because tempdb has "load" coming from "all directions" (all databases, DMVs, ...), hence having more IO?Thanks,Pedro</description><pubDate>Thu, 07 Mar 2013 15:14:25 GMT</pubDate><dc:creator>PiMané</dc:creator></item><item><title>RE: #Files and FILEGROUPS</title><link>http://www.sqlservercentral.com/Forums/Topic1427883-1550-1.aspx</link><description>[quote][b]PiMané (3/7/2013)[/b][hr][quote][b]GilaMonster (3/7/2013)[/b][hr]Really? Have you tried that?[/quote]Not with indexes... just some more "sensible" data (accounts, orders, ...) and "fixed" data (like countries, regions, currencies, ...).[/quote]You might want to try that 'don't back up the indexes' idea before you implement that in production. Don't want an unpleasant surprise...</description><pubDate>Thu, 07 Mar 2013 11:09:45 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>RE: #Files and FILEGROUPS</title><link>http://www.sqlservercentral.com/Forums/Topic1427883-1550-1.aspx</link><description>[quote][b]GilaMonster (3/7/2013)[/b][hr]Really? Have you tried that?[/quote]Not with indexes... just some more "sensible" data (accounts, orders, ...) and "fixed" data (like countries, regions, currencies, ...).</description><pubDate>Thu, 07 Mar 2013 10:34:44 GMT</pubDate><dc:creator>PiMané</dc:creator></item><item><title>RE: #Files and FILEGROUPS</title><link>http://www.sqlservercentral.com/Forums/Topic1427883-1550-1.aspx</link><description>[quote][b]PiMané (3/7/2013)[/b][hr]If there are IO issues should the new ndf file be on the same RAID or a different, probably new one (since the IO is on the RAID adding the new file to the existing RAID won't make a difference.. or will it?!)?[/quote]If a drive is under IO load then splitting a database file into two and leaving the second on the same drive results in exactly the same IO load to the disk.[quote]I can create an INDEX FILEGROUP to store the index and not make a backup on the index data and if I need to restore the database I'll just recreate the indexes since I have the DDL.[/quote]Really? Have you tried that?</description><pubDate>Thu, 07 Mar 2013 10:21:01 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>RE: #Files and FILEGROUPS</title><link>http://www.sqlservercentral.com/Forums/Topic1427883-1550-1.aspx</link><description>[quote][b]GilaMonster (3/7/2013)[/b][hr]The one file/ x cores is for TempDB, not for user databases. Unless you have reason to split a user database for recoverability or IO issues, you probably don't want to split it.[/quote]Thanks,If there are IO issues should the new ndf file be on the same RAID or a different, probably new one (since the IO is on the RAID adding the new file to the existing RAID won't make a difference.. or will it?!)?And are my thoughts on FILEGROUPS correct? They are useful to "split" data for backup/restore issues?I can create an INDEX FILEGROUP to store the index and not make a backup on the index data and if I need to restore the database I'll just recreate the indexes since I have the DDL.Thanks,Pedro</description><pubDate>Thu, 07 Mar 2013 09:59:06 GMT</pubDate><dc:creator>PiMané</dc:creator></item><item><title>RE: #Files and FILEGROUPS</title><link>http://www.sqlservercentral.com/Forums/Topic1427883-1550-1.aspx</link><description>The one file/ x cores is for TempDB, not for user databases. Unless you have reason to split a user database for recoverability or IO issues, you probably don't want to split it.</description><pubDate>Thu, 07 Mar 2013 09:46:52 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>RE: #Files and FILEGROUPS</title><link>http://www.sqlservercentral.com/Forums/Topic1427883-1550-1.aspx</link><description>Hi! In your case, to the users databases i'll try to start with just one data file and try to start and maintain just one file for the transaction log, for the system database tempdb, you could use 4 database files and one file for the transaction log :)Bye!</description><pubDate>Thu, 07 Mar 2013 09:36:58 GMT</pubDate><dc:creator>andrecesarr</dc:creator></item><item><title>#Files and FILEGROUPS</title><link>http://www.sqlservercentral.com/Forums/Topic1427883-1550-1.aspx</link><description>Hi,In an 8 CORE machine with 3 RAID10 (data files, log files and tempdb) what's the appropriate number of files or filegroups for a database with lots of users and IO? I saw a SQLPass presentation where it said 1 file for 4 CORES..If a database has 2 files and since the files are on the same RAID set is it worth creating also 2 FILEGROUPS (one for each data file) or the porpoise of FILEGROUPS is to put "sensible" data on one and not so sensible data on another so the 1st one has backups more frequently?Thanks,Pedro</description><pubDate>Thu, 07 Mar 2013 03:49:35 GMT</pubDate><dc:creator>PiMané</dc:creator></item></channel></rss>