<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SQL volume in StoreVirtual Storage</title>
    <link>https://community.hpe.com/t5/storevirtual-storage/sql-volume/m-p/5578289#M4828</link>
    <description>&lt;P&gt;Yes as Windows can more efficiently queue up disk operations across all the multiple volumes which can then work in parallel, rather then just have one big queue on one volume.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We took our main applications that had the higher I/O requirements&amp;nbsp;and gave them their own data volumes, and then had one volume that held all the remaining small, not used very often DBs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you're using SAN snapshotting, you might want to consider your volumes for that as well. If you have all your DBs on the one volume, you can't revert one DB back to the way it was when the snapshot was taken without also reverting the other DBs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Mar 2012 09:25:15 GMT</pubDate>
    <dc:creator>Steve Burkett</dc:creator>
    <dc:date>2012-03-09T09:25:15Z</dc:date>
    <item>
      <title>SQL volume</title>
      <link>https://community.hpe.com/t5/storevirtual-storage/sql-volume/m-p/5575217#M4804</link>
      <description>&lt;P&gt;What is the best practices to allocate the disks for SQL 2005 on windows 2003, thin or thick provisioned?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2012 22:35:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storevirtual-storage/sql-volume/m-p/5575217#M4804</guid>
      <dc:creator>bublik</dc:creator>
      <dc:date>2012-03-06T22:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: SQL volume</title>
      <link>https://community.hpe.com/t5/storevirtual-storage/sql-volume/m-p/5575367#M4805</link>
      <description>&lt;P&gt;With Saniq dont get to hung up on weather a volume is full or thinnly provisioned. When a volume is full provisioned its space is allocated only for that volume. When it is thinnly provisioned it allocates the space on a as needed basis.&amp;nbsp; If you feel that you will be growing the volme quite a bit then it could save some administrative cycles as the space will not need to be allocated as the data continues to occupy real space. Many people like the thin provisioning this way they could use the space for other purposes and when space is needed purchase more SANS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Mar 2012 03:03:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storevirtual-storage/sql-volume/m-p/5575367#M4805</guid>
      <dc:creator>Emilo</dc:creator>
      <dc:date>2012-03-07T03:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: SQL volume</title>
      <link>https://community.hpe.com/t5/storevirtual-storage/sql-volume/m-p/5576177#M4809</link>
      <description>&lt;P&gt;There's a Best Practices for SQL 2005 and Lefthand Networks document on the HP site &lt;A href="http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c01750068/c01750068.pdf" target="_blank"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It pretty much says seperate your data, log and temp&amp;nbsp;files out to seperate volumes/LUNs,&amp;nbsp;thin Provision your data LUN, thick provision the log and temp LUNs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Mar 2012 14:58:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storevirtual-storage/sql-volume/m-p/5576177#M4809</guid>
      <dc:creator>Steve Burkett</dc:creator>
      <dc:date>2012-03-07T14:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: SQL volume</title>
      <link>https://community.hpe.com/t5/storevirtual-storage/sql-volume/m-p/5577943#M4825</link>
      <description>&lt;P&gt;If I have multiple databases on the SQL cluster is it a good practice to create a different volume for each database and than one volume for tempdb and one volume for logs?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2012 23:35:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storevirtual-storage/sql-volume/m-p/5577943#M4825</guid>
      <dc:creator>bublik</dc:creator>
      <dc:date>2012-03-08T23:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: SQL volume</title>
      <link>https://community.hpe.com/t5/storevirtual-storage/sql-volume/m-p/5578289#M4828</link>
      <description>&lt;P&gt;Yes as Windows can more efficiently queue up disk operations across all the multiple volumes which can then work in parallel, rather then just have one big queue on one volume.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We took our main applications that had the higher I/O requirements&amp;nbsp;and gave them their own data volumes, and then had one volume that held all the remaining small, not used very often DBs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you're using SAN snapshotting, you might want to consider your volumes for that as well. If you have all your DBs on the one volume, you can't revert one DB back to the way it was when the snapshot was taken without also reverting the other DBs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2012 09:25:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storevirtual-storage/sql-volume/m-p/5578289#M4828</guid>
      <dc:creator>Steve Burkett</dc:creator>
      <dc:date>2012-03-09T09:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: SQL volume</title>
      <link>https://community.hpe.com/t5/storevirtual-storage/sql-volume/m-p/5578479#M4829</link>
      <description>&lt;P&gt;Does anyone have ideas on how to migrate all databases&amp;nbsp;from one large to&amp;nbsp;their own volumes and minimize downtime. I guess I can always use log shipping or mirroring but hoping to use SAN technology instead. 20 minutes of downtime is acceptable.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2012 12:17:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storevirtual-storage/sql-volume/m-p/5578479#M4829</guid>
      <dc:creator>bublik</dc:creator>
      <dc:date>2012-03-09T12:17:17Z</dc:date>
    </item>
  </channel>
</rss>

