<?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: A layer is added to the mdf file while it (mdf file) emains with same size, in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/a-layer-is-added-to-the-mdf-file-while-it-mdf-file/m-p/316039#M18119</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: vangelo&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Every connect to a database changes the files, but you can't identify which blocks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;have been changed unless you let the database tell you.&amp;nbsp; Again, this is a "that's&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the way they work" issue.&amp;nbsp; If your sync software doesn't recognize this, then it's&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;not a problem with the database, it's with the sync software (neither of which&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is particularly on-topic for this forum).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 May 2013 20:36:58 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2013-05-02T20:36:58Z</dc:date>
    <item>
      <title>A layer is added to the mdf file while it (mdf file) emains with same size,</title>
      <link>https://community.esri.com/t5/data-management-questions/a-layer-is-added-to-the-mdf-file-while-it-mdf-file/m-p/316036#M18116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Layer is added while the mdf file remains with same size,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I�??m wondering how the mdf file remains with same size despite the fact that a layer is copied and past to it (mdf)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]23969[/ATTACH], [ATTACH=CONFIG]23970[/ATTACH], [ATTACH=CONFIG]23971[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What might be the issue here?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 18:29:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/a-layer-is-added-to-the-mdf-file-while-it-mdf-file/m-p/316036#M18116</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2013-05-02T18:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: A layer is added to the mdf file while it (mdf file) emains with same size,</title>
      <link>https://community.esri.com/t5/data-management-questions/a-layer-is-added-to-the-mdf-file-while-it-mdf-file/m-p/316037#M18117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: vangelo&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is just on of those "That's the way the database works" issues.&amp;nbsp; DBMSes which&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;use file-based data stores (Ora, MS, INF, DB2, but not PG) manage the blocks &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;themselves.&amp;nbsp; The blocks must be preallocated so initial inserts to a new table&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*won't* change the file size, unless there's so many inserts that auto-grow&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;allocates more storage.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 19:30:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/a-layer-is-added-to-the-mdf-file-while-it-mdf-file/m-p/316037#M18117</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-05-02T19:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: A layer is added to the mdf file while it (mdf file) emains with same size,</title>
      <link>https://community.esri.com/t5/data-management-questions/a-layer-is-added-to-the-mdf-file-while-it-mdf-file/m-p/316038#M18118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This is just on of those "That's the way the database works" issues.&amp;nbsp; DBMSes which&lt;BR /&gt;use file-based data stores (Ora, MS, INF, DB2, but not PG) manage the blocks &lt;BR /&gt;themselves.&amp;nbsp; The blocks must be preallocated so initial inserts to a new table&lt;BR /&gt;*won't* change the file size, unless there's so many inserts that auto-grow&lt;BR /&gt;allocates more storage.&lt;BR /&gt;&lt;BR /&gt;- V&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks Vince,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is very risky! Particularly when taking backup by synchronizing the data!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My synchronization software didn�??t detect any change between the source and the destination and thus the new inserted layer is not backed up. This is really a problem!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]23980[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What sort of solutions for such very challenging issue? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At the end of the day, I need to have a safe copy for my mdf files&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 19:48:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/a-layer-is-added-to-the-mdf-file-while-it-mdf-file/m-p/316038#M18118</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2013-05-02T19:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: A layer is added to the mdf file while it (mdf file) emains with same size,</title>
      <link>https://community.esri.com/t5/data-management-questions/a-layer-is-added-to-the-mdf-file-while-it-mdf-file/m-p/316039#M18119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: vangelo&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Every connect to a database changes the files, but you can't identify which blocks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;have been changed unless you let the database tell you.&amp;nbsp; Again, this is a "that's&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the way they work" issue.&amp;nbsp; If your sync software doesn't recognize this, then it's&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;not a problem with the database, it's with the sync software (neither of which&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is particularly on-topic for this forum).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 20:36:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/a-layer-is-added-to-the-mdf-file-while-it-mdf-file/m-p/316039#M18119</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-05-02T20:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: A layer is added to the mdf file while it (mdf file) emains with same size,</title>
      <link>https://community.esri.com/t5/data-management-questions/a-layer-is-added-to-the-mdf-file-while-it-mdf-file/m-p/316040#M18120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What sort of solutions for such very challenging issue? &lt;BR /&gt;&lt;BR /&gt;At the end of the day, I need to have a safe copy for my mdf files&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;&lt;BR /&gt;Jamal&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The solution is not to rely on synch software, but to use the build-in options of the DBMS to do the job in an automated scheduled way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here are some links that may be of use for SQL Server, but you can find a ton others by Googling:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/ms186289.aspx"&gt;http://msdn.microsoft.com/en-us/library/ms186289.aspx&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://technet.microsoft.com/en-us/library/ms187510.aspx"&gt;http://technet.microsoft.com/en-us/library/ms187510.aspx&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://weblogs.asp.net/sreejukg/archive/2010/01/20/scheduling-automated-backup-using-sql-server-2008.aspx"&gt;http://weblogs.asp.net/sreejukg/archive/2010/01/20/scheduling-automated-backup-using-sql-server-2008.aspx&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://outcoldman.com/en/blog/show/214"&gt;http://outcoldman.com/en/blog/show/214&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 21:25:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/a-layer-is-added-to-the-mdf-file-while-it-mdf-file/m-p/316040#M18120</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2013-05-02T21:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: A layer is added to the mdf file while it (mdf file) emains with same size,</title>
      <link>https://community.esri.com/t5/data-management-questions/a-layer-is-added-to-the-mdf-file-while-it-mdf-file/m-p/316041#M18121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;Original User: &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:Jamal432@gmail.com"&gt;Jamal432@gmail.com&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Every connect to a database changes the files, but you can't identify which blocks&lt;BR /&gt;have been changed unless you let the database tell you.&amp;nbsp; Again, this is a "that's&lt;BR /&gt;the way they work" issue.&amp;nbsp; If your sync software doesn't recognize this, then it's&lt;BR /&gt;not a problem with the database, it's with the sync software (neither of which&lt;BR /&gt;is particularly on-topic for this forum).&lt;BR /&gt;&lt;BR /&gt;- V&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Vince,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But we are not living in another planet! We use different software, operating systems, hardware, etc. and as end users we need to ensure maximum size of compatibility.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is why I got confused as part of the data wasn�??t synchronized.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Integrity, consistency and workflow what might interest the end user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2013 14:00:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/a-layer-is-added-to-the-mdf-file-while-it-mdf-file/m-p/316041#M18121</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-05-03T14:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: A layer is added to the mdf file while it (mdf file) emains with same size,</title>
      <link>https://community.esri.com/t5/data-management-questions/a-layer-is-added-to-the-mdf-file-while-it-mdf-file/m-p/316042#M18122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Jamal,&lt;BR /&gt;&lt;BR /&gt;The solution is not to rely on synch software, but to use the build-in options of the DBMS to do the job in an automated scheduled way.&lt;BR /&gt;&lt;BR /&gt;Here are some links that may be of use for SQL Server, but you can find a ton others by Googling:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/ms186289.aspx"&gt;http://msdn.microsoft.com/en-us/library/ms186289.aspx&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://technet.microsoft.com/en-us/library/ms187510.aspx"&gt;http://technet.microsoft.com/en-us/library/ms187510.aspx&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://weblogs.asp.net/sreejukg/archive/2010/01/20/scheduling-automated-backup-using-sql-server-2008.aspx"&gt;http://weblogs.asp.net/sreejukg/archive/2010/01/20/scheduling-automated-backup-using-sql-server-2008.aspx&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://outcoldman.com/en/blog/show/214"&gt;http://outcoldman.com/en/blog/show/214&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much Marco,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes. We do like to hear from experts some kind of solutions! And that�??s what you did Marco!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, I would prefer to have my mdf files synchronized with my software to ensure that all types of other data are backed up IN ONE GO!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, this is a good solution&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]23998[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Appreciated&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2013 14:06:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/a-layer-is-added-to-the-mdf-file-while-it-mdf-file/m-p/316042#M18122</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2013-05-03T14:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: A layer is added to the mdf file while it (mdf file) emains with same size,</title>
      <link>https://community.esri.com/t5/data-management-questions/a-layer-is-added-to-the-mdf-file-while-it-mdf-file/m-p/316043#M18123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: mboeringa2010&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thank you very much Marco,&lt;BR /&gt;&lt;BR /&gt;Yes. We do like to hear from experts some kind of solutions! And that�??s what you did Marco!&lt;BR /&gt;&lt;BR /&gt;Well, I would prefer to have my mdf files synchronized with my software to ensure that all types of other data are backed up IN ONE GO!&lt;BR /&gt;&lt;BR /&gt;However, this is a good solution&lt;BR /&gt;&lt;BR /&gt;[ATTACH=CONFIG]23998[/ATTACH]&lt;BR /&gt;&lt;BR /&gt;Appreciated&lt;BR /&gt;&lt;BR /&gt;Jamal&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think the recommended approach is to let the RDBMS handle the backup of your databases, as this takes care of recent edits in transaction logs as well if you choose to backup those as well, as shown in the links I posted.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That said, you may wish to do a system image backup of your server as well once in a while, if you are concerned with the entire state of the PC and all its software. On a regular Windows 7 / 8 "Home edition" type test machine, you can use the System Image backup option to do that (Control Panel / Backup). This will allow you to restore the entire system to a new hard disk in one go in case of a fatal hard disk failure. You will probably need to restore your database afterwards as well to get to the most recent state of the database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are probably more issues and things to take care of in a true Windows Server 2008/2012 server machine backup, consult the Microsoft pages for that. E.g. &lt;/SPAN&gt;&lt;A href="http://technet.microsoft.com/en-us/library/jj713536.aspx"&gt;http://technet.microsoft.com/en-us/library/jj713536.aspx&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 May 2013 08:56:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/a-layer-is-added-to-the-mdf-file-while-it-mdf-file/m-p/316043#M18123</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-05-04T08:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: A layer is added to the mdf file while it (mdf file) emains with same size,</title>
      <link>https://community.esri.com/t5/data-management-questions/a-layer-is-added-to-the-mdf-file-while-it-mdf-file/m-p/316044#M18124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I think the recommended approach is to let the RDBMS handle the backup of your databases, as this takes care of recent edits in transaction logs as well if you choose to backup those as well, as shown in the links I posted.&lt;BR /&gt;&lt;BR /&gt;That said, you may wish to do a system image backup of your server as well once in a while, if you are concerned with the entire state of the PC and all its software. On a regular Windows 7 / 8 "Home edition" type test machine, you can use the System Image backup option to do that (Control Panel / Backup). This will allow you to restore the entire system to a new hard disk in one go in case of a fatal hard disk failure. You will probably need to restore your database afterwards as well to get to the most recent state of the database.&lt;BR /&gt;&lt;BR /&gt;There are probably more issues and things to take care of in a true Windows Server 2008/2012 server machine backup, consult the Microsoft pages for that. E.g. &lt;A href="http://technet.microsoft.com/en-us/library/jj713536.aspx"&gt;http://technet.microsoft.com/en-us/library/jj713536.aspx&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks Marco,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I got the point. The issue is that I have been using the sync software since long time ago (before being engaged to sql server data) and never had a problem. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the mdf files do change with no changes in size and date then I�??m forced to try the options you have already recommended&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All the best&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 May 2013 19:03:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/a-layer-is-added-to-the-mdf-file-while-it-mdf-file/m-p/316044#M18124</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2013-05-04T19:03:53Z</dc:date>
    </item>
  </channel>
</rss>

