<?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>Question Re: files in SQL Anywhere in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844697#M4875540</link>
    <description>&lt;P&gt;Did someone down-vote this question? That's just not right, it is a legitimate question that deserves (and got) an answer.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jul 2011 15:16:43 GMT</pubDate>
    <dc:creator>Breck_Carter</dc:creator>
    <dc:date>2011-07-25T15:16:43Z</dc:date>
    <item>
      <title>files in SQL Anywhere</title>
      <link>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaq-p/13844681</link>
      <description>&lt;P&gt;i have a database sql anywhere 7 but the file .db  have 1.8 gb, i know the limit is 2gb, this is true?
also  i know exist 12 files but, how do it ?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2011 12:07:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaq-p/13844681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-22T12:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: files in SQL Anywhere</title>
      <link>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844682#M4875525</link>
      <description>&lt;P&gt;No the limit of 2 GB vanished with NTFS file system, even FAT32 will allow more. The 2GB limit holds only if the file system is still FAT. &lt;/P&gt;
&lt;P&gt;Today I would expect that you are using NTFS under windows, so no 2 GB barrier anymore!&lt;/P&gt;
&lt;P&gt;check &lt;A href="http://dcx.sybase.com/1200/en/dbadmin/da-limits.html"&gt;SQLA limits&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2011 12:10:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844682#M4875525</guid>
      <dc:creator>MCMartin</dc:creator>
      <dc:date>2011-07-22T12:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: files in SQL Anywhere</title>
      <link>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844684#M4875527</link>
      <description>&lt;P&gt;applies to anywhere 7? because the database is slower day by day, then I have no problem if you pass the 2gb, and it is advisable to upgrade to a current version?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2011 14:24:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844684#M4875527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-22T14:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: files in SQL Anywhere</title>
      <link>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844685#M4875528</link>
      <description>&lt;P&gt;When I remeber correctly the limits mentioned above already applied to Version 7, anyway by upgrading to a current version you will gain a lot of good stuff.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2011 03:13:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844685#M4875528</guid>
      <dc:creator>MCMartin</dc:creator>
      <dc:date>2011-07-25T03:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: files in SQL Anywhere</title>
      <link>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844686#M4875529</link>
      <description>&lt;P&gt;Strange thing: I added a comment and was about to edit it - and now it's gone... Please help, dear administrator...&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2011 05:03:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844686#M4875529</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2011-07-25T05:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: files in SQL Anywhere</title>
      <link>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844687#M4875530</link>
      <description>&lt;P&gt;I don't know for v7, but v8 surely states these limits as mentioned. For FAT32, the maximum file size is 4 GB.&lt;/P&gt;
&lt;P&gt;Besides that, in case the recommended upgrading to a newer version is out of reach for some reason, you might also try to improve the database layout by the following means:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;Unloading/reloading the database&lt;/STRONG&gt; (e.g. with the help of dbunload - that might even decrease the file size)&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Defragmenting the file/disk&lt;/STRONG&gt; (e.g. by using SysInternals's Contig tools)&lt;/LI&gt;
&lt;LI&gt;Recreating indizes (though that is rarely needed with SQL Anywhere IMHO).&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;There's also a &lt;A href="http://dcx.sybase.com/index.html#1201/en/dbreference/reorganize-table-statement.html"&gt;REORGANIZE TABLE&lt;/A&gt; statement to improve the storage of tables one by one, but I guess it's suuported for v8 and above...&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2011 05:07:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844687#M4875530</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2011-07-25T05:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: files in SQL Anywhere</title>
      <link>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844683#M4875526</link>
      <description>&lt;P&gt;From the SQL Anywhere 7 Help...&lt;/P&gt;
&lt;PRE&gt;
ASA Reference 
  CHAPTER 13. Physical Limitations     
    Size and number limitations

File size (FAT 12)
16 MB

File size (FAT 16)
2 GB

File size (FAT 32)
4 GB

File size (NTFS, HP-UX 11.0 and later, Solaris 2.6 and later)
256 GB (for 1K pages)
512 GB (for 2K pages)
1 TB (for 4K pages)

File size (all other platforms and file systems)
2 GB
&lt;/PRE&gt;</description>
      <pubDate>Mon, 25 Jul 2011 06:17:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844683#M4875526</guid>
      <dc:creator>Breck_Carter</dc:creator>
      <dc:date>2011-07-25T06:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: files in SQL Anywhere</title>
      <link>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844688#M4875531</link>
      <description>&lt;P&gt;I &lt;EM&gt;swear&lt;/EM&gt; I did not delete it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2011 06:18:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844688#M4875531</guid>
      <dc:creator>Breck_Carter</dc:creator>
      <dc:date>2011-07-25T06:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: files in SQL Anywhere</title>
      <link>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844689#M4875532</link>
      <description>&lt;P&gt;Yes, I blame it solely on the undocumented "Monday morning auto delete function"...&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2011 06:44:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844689#M4875532</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2011-07-25T06:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: files in SQL Anywhere</title>
      <link>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844690#M4875533</link>
      <description>&lt;P&gt;I see from the admin log that Volker made a comment about three hours ago and someone deleted it also about three hours ago... but I cannot tell who?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2011 07:33:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844690#M4875533</guid>
      <dc:creator>MarkCulp</dc:creator>
      <dc:date>2011-07-25T07:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: files in SQL Anywhere</title>
      <link>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844691#M4875534</link>
      <description>&lt;P&gt;Well, I was about to edit the comment immediately after creating it. But possibly I just clicked on the wrong button (though "edit" and "delete" are not direct neighbours) - &lt;STRIKE&gt;and it would need a remarkable lack of coffee when I would have accidentally confirmed the delete question, too...&lt;/STRIKE&gt; Correction: No, it wouldn't need that lack as there is no confirmation dialog...&lt;/P&gt;
&lt;P&gt;&lt;STRIKE&gt;Some things just have to stay mysterious:)&lt;/STRIKE&gt;No, I guess then it's simply that I chose the wrong button - unless other evidence comes up...&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2011 07:55:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844691#M4875534</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2011-07-25T07:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: files in SQL Anywhere</title>
      <link>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844692#M4875535</link>
      <description>&lt;P&gt;There is no confirmation dialog for editing, but there should be one for deleting. It is still on my list to change the confirmation dialog to indicate what you are trying to do, i.e. "Are you sure you want to delete this comment?" rather than "Are you sure?"&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2011 09:10:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844692#M4875535</guid>
      <dc:creator>graeme_perrow</dc:creator>
      <dc:date>2011-07-25T09:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: files in SQL Anywhere</title>
      <link>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844693#M4875536</link>
      <description>&lt;P&gt;Well, when deleting a comment, &lt;STRONG&gt;there's no confirmation dialog at all&lt;/STRONG&gt; - the delete works immediately. Cf. this &lt;STRONG&gt;image&lt;/STRONG&gt; taken from a comment I have just recently deleted:&lt;/P&gt;
&lt;P&gt; &lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Re files in SQL Anywhere"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/189737iA95CD38195EA04DE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Re files in SQL Anywhere" alt="Re files in SQL Anywhere" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2011 12:15:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844693#M4875536</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2011-07-25T12:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: files in SQL Anywhere</title>
      <link>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844694#M4875537</link>
      <description>&lt;P&gt;Hm, I should've changed the image background colour - now I'm waiting for someone trying to click the "buttons" in the image above:)&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2011 10:17:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844694#M4875537</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2011-07-25T10:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: files in SQL Anywhere</title>
      <link>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844695#M4875538</link>
      <description>&lt;P&gt;Yes, your previous comment is quite confusing... it took me a few seconds to figure out what had been done... I initially thought that there was a bug in the forum that was being exposed!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2011 10:57:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844695#M4875538</guid>
      <dc:creator>MarkCulp</dc:creator>
      <dc:date>2011-07-25T10:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: files in SQL Anywhere</title>
      <link>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844696#M4875539</link>
      <description>&lt;P&gt;Well, I'd like to change the background colour (I even did in the local image file) - but unfortunately, now it's too late to edit my comment.&lt;/P&gt;
&lt;P&gt;Sigh.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2011 11:53:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844696#M4875539</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2011-07-25T11:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: files in SQL Anywhere</title>
      <link>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844697#M4875540</link>
      <description>&lt;P&gt;Did someone down-vote this question? That's just not right, it is a legitimate question that deserves (and got) an answer.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2011 15:16:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/files-in-sql-anywhere/qaa-p/13844697#M4875540</guid>
      <dc:creator>Breck_Carter</dc:creator>
      <dc:date>2011-07-25T15:16:43Z</dc:date>
    </item>
  </channel>
</rss>

