<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>ExpressMaint</title><link>http://expressmaint.codeplex.com/project/feeds/rss</link><description></description><item><title>Closed Issue: Trouble using network share as backup device [3313]</title><link>http://expressmaint.codeplex.com/workitem/3313</link><description>I am trying to specify a remote network share as my backup location, but am having difficulty.&lt;br /&gt;&amp;#160;&lt;br /&gt;This command line...&lt;br /&gt;&amp;#160;&lt;br /&gt;---------------------------------------------------------------------------------&lt;br /&gt;ExpressMaint -S .&amp;#92;&amp;#60;instance name&amp;#62; -D BACKUP_THIS_DB -T DB -R . -RU WEEKS -RV 1 -B &amp;#34;&amp;#92;&amp;#92;servername&amp;#92;folder&amp;#92;DBBackups&amp;#34; -BU DAYS -BV 1 -DS -V&lt;br /&gt;---------------------------------------------------------------------------------&lt;br /&gt;&amp;#160;&lt;br /&gt;...results in the following error...&lt;br /&gt;&amp;#160;&lt;br /&gt;---------------------------------------------------------------------------------&lt;br /&gt;Expressmaint utility v1.4 , Logged on to SQL Server &amp;#91;servername&amp;#92;instancename&amp;#93; as &amp;#91;domain&amp;#92;user&amp;#93;&lt;br /&gt;Created by Jasper Smith &amp;#40;www.sqldbatips.com&amp;#41;&lt;br /&gt;&amp;#160;&lt;br /&gt;Starting backup on 1&amp;#47;18&amp;#47;2008 5&amp;#58;14&amp;#58;12 PM&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#91;1&amp;#93; Database BACKUP_THIS_DB&amp;#58; Backup starting at 1&amp;#47;18&amp;#47;2008 5&amp;#58;14&amp;#58;14 PM&lt;br /&gt;&amp;#9;An exception occurred while executing a Transact-SQL statement or batch.&lt;br /&gt;&amp;#9;Cannot open backup device &amp;#39;&amp;#92;&amp;#92;servername&amp;#92;folder&amp;#92;DBBackups&amp;#92;BACKUP_THIS_DB&amp;#92;20080118_1714_BACKUP_THIS_DB_FullBackup.bak&amp;#39;. Operating system error 5&amp;#40;Access is denied.&amp;#41;.&lt;br /&gt;BACKUP DATABASE is terminating abnormally.&lt;br /&gt;&amp;#9;Backup failed for Server &amp;#39;servername&amp;#92;instancename&amp;#39;. &lt;br /&gt;&amp;#9;An exception occurred while executing a Transact-SQL statement or batch.&lt;br /&gt;&amp;#9;Cannot open backup device &amp;#39;&amp;#92;&amp;#92;servername&amp;#92;folder&amp;#92;DBBackups&amp;#92;BACKUP_THIS_DB&amp;#92;20080118_1714_BACKUP_THIS_DB_FullBackup.bak&amp;#39;. Operating system error 5&amp;#40;Access is denied.&amp;#41;.&lt;br /&gt;BACKUP DATABASE is terminating abnormally.&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#160;&lt;br /&gt;Expressmaint finished unsuccessfully at 1&amp;#47;18&amp;#47;2008 5&amp;#58;14&amp;#58;14 PM with Return Code&amp;#40;-5&amp;#41;&lt;br /&gt;---------------------------------------------------------------------------------&lt;br /&gt;&amp;#160;&lt;br /&gt;I&amp;#39;ve tried mapping &amp;#92;&amp;#92;servername&amp;#92;folder&amp;#92;DBBackups&amp;#92; to z&amp;#58; which changed the command line to...&lt;br /&gt;&amp;#160;&lt;br /&gt;---------------------------------------------------------------------------------&lt;br /&gt;ExpressMaint -S .&amp;#92;&amp;#60;instance name&amp;#62; -D BACKUP_THIS_DB -T DB -R . -RU WEEKS -RV 1 -B z&amp;#58; -BU DAYS -BV 1 -DS -V&lt;br /&gt;---------------------------------------------------------------------------------&lt;br /&gt;&amp;#160;&lt;br /&gt;...and that fails for a different reason...&lt;br /&gt;&amp;#160;&lt;br /&gt;---------------------------------------------------------------------------------&lt;br /&gt;Expressmaint utility v1.4 , Logged on to SQL Server &amp;#91;servername&amp;#92;instancename&amp;#93; as &amp;#91;server&amp;#92;instance&amp;#93;&lt;br /&gt;Created by Jasper Smith &amp;#40;www.sqldbatips.com&amp;#41;&lt;br /&gt;&amp;#160;&lt;br /&gt;Starting backup on 1&amp;#47;18&amp;#47;2008 5&amp;#58;12&amp;#58;44 PM&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#91;1&amp;#93; Database BACKUP_THIS_DB&amp;#58; Backup starting at 1&amp;#47;18&amp;#47;2008 5&amp;#58;12&amp;#58;46 PM&lt;br /&gt;&amp;#9;An exception occurred while executing a Transact-SQL statement or batch.&lt;br /&gt;&amp;#9;Cannot open backup device &amp;#39;z&amp;#58;&amp;#92;BACKUP_THIS_DB&amp;#92;20080118_1712_BACKUP_THIS_DB_FullBackup.bak&amp;#39;. Operating system error 3&amp;#40;The system cannot find the path specified.&amp;#41;.&lt;br /&gt;BACKUP DATABASE is terminating abnormally.&lt;br /&gt;&amp;#9;Backup failed for Server &amp;#39;servername&amp;#92;instancename&amp;#39;. &lt;br /&gt;&amp;#9;An exception occurred while executing a Transact-SQL statement or batch.&lt;br /&gt;&amp;#9;Cannot open backup device &amp;#39;z&amp;#58;&amp;#92;BACKUP_THIS_DB&amp;#92;20080118_1712_BACKUP_THIS_DB_FullBackup.bak&amp;#39;. Operating system error 3&amp;#40;The system cannot find the path specified.&amp;#41;.&lt;br /&gt;BACKUP DATABASE is terminating abnormally.&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#160;&lt;br /&gt;Expressmaint finished unsuccessfully at 1&amp;#47;18&amp;#47;2008 5&amp;#58;12&amp;#58;46 PM with Return Code&amp;#40;-5&amp;#41;&lt;br /&gt;---------------------------------------------------------------------------------&lt;br /&gt;&amp;#160;&lt;br /&gt;Any ideas&amp;#63;&lt;br /&gt;</description><author>jaspersmith</author><pubDate>Thu, 16 May 2013 11:03:40 GMT</pubDate><guid isPermaLink="false">Closed Issue: Trouble using network share as backup device [3313] 20130516110340A</guid></item><item><title>Closed Feature: Cannot backup DB if another one corrupted [3951]</title><link>http://expressmaint.codeplex.com/workitem/3951</link><description>Hi there&amp;#33;&lt;br /&gt;&amp;#160;&lt;br /&gt;My use case is following&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;I attach database A right from CD. &lt;br /&gt;Then I remove disk with A from CD-drive and try to backup database B&lt;br /&gt;&amp;#160;&lt;br /&gt;Expressmaint returns following error in log&amp;#58;&lt;br /&gt;--------------------------------------&lt;br /&gt;Starting backup on 06.03.2008 12&amp;#58;06&amp;#58;48&lt;br /&gt;&amp;#9;Unable to open the physical file &amp;#34;F&amp;#58;&amp;#92;database_2007_Data.MDF&amp;#34;. Operating system error 21&amp;#58; &amp;#34;21&amp;#40;....&amp;#41;&amp;#34;.&lt;br /&gt;Expressmaint finished unsuccessfully at 06.03.2008 12&amp;#58;06&amp;#58;48 with Return Code&amp;#40;-4&amp;#41;&lt;br /&gt;--------------------------------------&lt;br /&gt;&amp;#160;&lt;br /&gt;So, can your tool backup specific database not checking other db&amp;#39;s&amp;#63;&lt;br /&gt;&amp;#160;&lt;br /&gt;Thanks,&lt;br /&gt;McSeem&lt;br /&gt;</description><author>jaspersmith</author><pubDate>Thu, 16 May 2013 11:03:40 GMT</pubDate><guid isPermaLink="false">Closed Feature: Cannot backup DB if another one corrupted [3951] 20130516110340A</guid></item><item><title>Closed Feature: What about "Update statistics" / "sp_updatestats" [4348]</title><link>http://expressmaint.codeplex.com/workitem/4348</link><description>Hi&lt;br /&gt;&amp;#160;&lt;br /&gt;Could you consider adding &amp;#34;updatestats&amp;#34; as an extra maintenance operation&amp;#63;&lt;br /&gt;I can see that I can use &amp;#34;REINDEX&amp;#34; to rebuild indexes, and that will take care of the statistics as well, but since using WITH &amp;#40;ONLINE &amp;#61; ON&amp;#41; is not available in &amp;#34;SQL Express&amp;#34;, it means that each table will become inaccessible during the rebuild.&lt;br /&gt;&amp;#160;&lt;br /&gt;But if I use &amp;#34;REORG&amp;#34;, there is no option to update statistics after that, and in many cases thats the best way to optimize query performance.&lt;br /&gt;On small databases, running &amp;#34;UPDATE STATISTICS tablename WITH FULLSCAN&amp;#34; on all tables, will not take too long &amp;#40;and will not lock the tables during the operation&amp;#41;.&lt;br /&gt;&amp;#160;&lt;br /&gt;Thanks&lt;br /&gt;</description><author>jaspersmith</author><pubDate>Thu, 16 May 2013 11:03:39 GMT</pubDate><guid isPermaLink="false">Closed Feature: What about "Update statistics" / "sp_updatestats" [4348] 20130516110339A</guid></item><item><title>Closed Issue: fillfactor' is not a recognized ALTER INDEX REORGANIZE option [4664]</title><link>http://expressmaint.codeplex.com/workitem/4664</link><description>While trying to run a reorg command against a user database, I get the following error.  This is happening on more then one server, on different databases. &lt;br /&gt;&amp;#160;&lt;br /&gt;Reorganizing indexes for table dbo.dtproperties&lt;br /&gt;Reorganizing indexes for table dbo.Groups&lt;br /&gt;Reorganize failed for Index &amp;#39;PK_Groups&amp;#39;.&lt;br /&gt;An exception occurred while executing a Transact-SQL statement or batch.&lt;br /&gt;&amp;#39;fillfactor&amp;#39; is not a recognized ALTER INDEX REORGANIZE option.&lt;br /&gt;&amp;#160;&lt;br /&gt;I seem to be able to manually run a rebuild or reorganize on the index from within SQL Management Studio Express.&lt;br /&gt;&amp;#160;&lt;br /&gt;The database was originally created on a SQL 2000 Server, and was attached to SQL 2005 Express.&lt;br /&gt;&amp;#160;&lt;br /&gt;Any suggestions&amp;#63;&lt;br /&gt;</description><author>jaspersmith</author><pubDate>Thu, 16 May 2013 11:03:39 GMT</pubDate><guid isPermaLink="false">Closed Issue: fillfactor' is not a recognized ALTER INDEX REORGANIZE option [4664] 20130516110339A</guid></item><item><title>Closed Issue: Can not backup WSUS SQL Express instance [4920]</title><link>http://expressmaint.codeplex.com/workitem/4920</link><description>I&amp;#39;ve been trying unsucessfully to backup a WSUS SQL Express instance via the following cmd&amp;#58; &amp;#34;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft SQL Server&amp;#92;ExpressMaint.exe&amp;#34; -S SOCRATES-MON&amp;#92;MICROSOFT&amp;#35;&amp;#35;SSEE -D ALL -T DB -B c&amp;#58;&amp;#92;backup -BU DAYS -BV 3 -V&lt;br /&gt;&amp;#160;&lt;br /&gt;I am getting the following error in the event log&amp;#58;&lt;br /&gt;Event Type&amp;#58;&amp;#9;Error&lt;br /&gt;Event Source&amp;#58;&amp;#9;.NET Runtime 2.0 Error Reporting&lt;br /&gt;Event Category&amp;#58;&amp;#9;None&lt;br /&gt;Event ID&amp;#58;&amp;#9;1000&lt;br /&gt;Date&amp;#58;&amp;#9;&amp;#9;21&amp;#47;05&amp;#47;2008&lt;br /&gt;Time&amp;#58;&amp;#9;&amp;#9;10&amp;#58;27&amp;#58;41 p.m.&lt;br /&gt;User&amp;#58;&amp;#9;&amp;#9;N&amp;#47;A&lt;br /&gt;Computer&amp;#58;&amp;#9;SOCRATES-MON&lt;br /&gt;Description&amp;#58;&lt;br /&gt;Faulting application expressmaint.exe, version 1.4.0.0, stamp 44945c8c, faulting module kernel32.dll, version 5.2.3790.4062, stamp 46264680, debug&amp;#63; 0, fault address 0x0000bee7.&lt;br /&gt;&amp;#160;&lt;br /&gt;For more information, see Help and Support Center at http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;events.asp.&lt;br /&gt;Data&amp;#58;&lt;br /&gt;0000&amp;#58; 41 00 70 00 70 00 6c 00   A.p.p.l.&lt;br /&gt;0008&amp;#58; 69 00 63 00 61 00 74 00   i.c.a.t.&lt;br /&gt;0010&amp;#58; 69 00 6f 00 6e 00 20 00   i.o.n. .&lt;br /&gt;0018&amp;#58; 46 00 61 00 69 00 6c 00   F.a.i.l.&lt;br /&gt;0020&amp;#58; 75 00 72 00 65 00 20 00   u.r.e. .&lt;br /&gt;0028&amp;#58; 20 00 65 00 78 00 70 00    .e.x.p.&lt;br /&gt;0030&amp;#58; 72 00 65 00 73 00 73 00   r.e.s.s.&lt;br /&gt;0038&amp;#58; 6d 00 61 00 69 00 6e 00   m.a.i.n.&lt;br /&gt;0040&amp;#58; 74 00 2e 00 65 00 78 00   t...e.x.&lt;br /&gt;0048&amp;#58; 65 00 20 00 31 00 2e 00   e. .1...&lt;br /&gt;0050&amp;#58; 34 00 2e 00 30 00 2e 00   4...0...&lt;br /&gt;0058&amp;#58; 30 00 20 00 34 00 34 00   0. .4.4.&lt;br /&gt;0060&amp;#58; 39 00 34 00 35 00 63 00   9.4.5.c.&lt;br /&gt;0068&amp;#58; 38 00 63 00 20 00 69 00   8.c. .i.&lt;br /&gt;0070&amp;#58; 6e 00 20 00 6b 00 65 00   n. .k.e.&lt;br /&gt;0078&amp;#58; 72 00 6e 00 65 00 6c 00   r.n.e.l.&lt;br /&gt;0080&amp;#58; 33 00 32 00 2e 00 64 00   3.2...d.&lt;br /&gt;0088&amp;#58; 6c 00 6c 00 20 00 35 00   l.l. .5.&lt;br /&gt;0090&amp;#58; 2e 00 32 00 2e 00 33 00   ..2...3.&lt;br /&gt;0098&amp;#58; 37 00 39 00 30 00 2e 00   7.9.0...&lt;br /&gt;00a0&amp;#58; 34 00 30 00 36 00 32 00   4.0.6.2.&lt;br /&gt;00a8&amp;#58; 20 00 34 00 36 00 32 00    .4.6.2.&lt;br /&gt;00b0&amp;#58; 36 00 34 00 36 00 38 00   6.4.6.8.&lt;br /&gt;00b8&amp;#58; 30 00 20 00 66 00 44 00   0. .f.D.&lt;br /&gt;00c0&amp;#58; 65 00 62 00 75 00 67 00   e.b.u.g.&lt;br /&gt;00c8&amp;#58; 20 00 30 00 20 00 61 00    .0. .a.&lt;br /&gt;00d0&amp;#58; 74 00 20 00 6f 00 66 00   t. .o.f.&lt;br /&gt;00d8&amp;#58; 66 00 73 00 65 00 74 00   f.s.e.t.&lt;br /&gt;00e0&amp;#58; 20 00 30 00 30 00 30 00    .0.0.0.&lt;br /&gt;00e8&amp;#58; 30 00 62 00 65 00 65 00   0.b.e.e.&lt;br /&gt;00f0&amp;#58; 37 00 0d 00 0a 00         7.....  &lt;br /&gt;&amp;#160;&lt;br /&gt;Please advise what the issue is, thanks.&lt;br /&gt;</description><author>jaspersmith</author><pubDate>Thu, 16 May 2013 11:03:39 GMT</pubDate><guid isPermaLink="false">Closed Issue: Can not backup WSUS SQL Express instance [4920] 20130516110339A</guid></item><item><title>Closed Issue: Unhandled Exception: System.Security.SecurityException [5217]</title><link>http://expressmaint.codeplex.com/workitem/5217</link><description>When run from a network share it generates an exception&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;P&amp;#58;&amp;#92;&amp;#62; expressmaint -&amp;#63;&lt;br /&gt;Unhandled Exception&amp;#58; System.Security.SecurityException&amp;#58; Request for the permission of type &amp;#39;System.Security.Permissions.SecurityPermission, mscorlib, Version&amp;#61;2.0.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;b77a5c561934e089&amp;#39; failed.&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;where &amp;#34;P&amp;#58;&amp;#34; is a network share.&lt;br /&gt;The work around is not to run it from a network share but this is not ideal for us.&lt;br /&gt;</description><author>jaspersmith</author><pubDate>Thu, 16 May 2013 11:03:39 GMT</pubDate><guid isPermaLink="false">Closed Issue: Unhandled Exception: System.Security.SecurityException [5217] 20130516110339A</guid></item><item><title>Closed Issue: "Value cannot be null" error when not using reporting (-R option) [6511]</title><link>http://expressmaint.codeplex.com/workitem/6511</link><description>When I launch the ExpressMaint command-line utility 1.5.0.0 without using the reporting option &amp;#40;-R&amp;#41; it will throw a &amp;#34;Value cannot be null&amp;#34; error for every database it is trying to backup. The backup will finish correctly though. The workaround is to specify the -R, -RV and -RU parameters and simply use the reporting option.&lt;br /&gt;&amp;#160;&lt;br /&gt;Here&amp;#39;s an example call for a system with 2 user databases&amp;#58;&lt;br /&gt;ExpressMaint -S &amp;#40;local&amp;#41;&amp;#92;SQLEXPRESS -D ALL_USER -T DB -B C&amp;#58;&amp;#92;Rado&amp;#92;Backup&amp;#92;SQL2005&amp;#92; -BU WEEKS -BV 1&lt;br /&gt;&amp;#160;&lt;br /&gt;Here&amp;#39;s the output this generates&amp;#58;&lt;br /&gt;Value cannot be null.&lt;br /&gt;Parameter name&amp;#58; path&lt;br /&gt;   at System.IO.StreamWriter..ctor&amp;#40;String path, Boolean append, Encoding encoding, Int32 bufferSize&amp;#41;&lt;br /&gt;   at System.IO.StreamWriter..ctor&amp;#40;String path, Boolean append&amp;#41;&lt;br /&gt;   at ExpressMaint.ExpressMaint.WriteToFile&amp;#40;String content, String path&amp;#41;&lt;br /&gt;Value cannot be null.&lt;br /&gt;Parameter name&amp;#58; path&lt;br /&gt;   at System.IO.StreamWriter..ctor&amp;#40;String path, Boolean append, Encoding encoding, Int32 bufferSize&amp;#41;&lt;br /&gt;   at System.IO.StreamWriter..ctor&amp;#40;String path, Boolean append&amp;#41;&lt;br /&gt;   at ExpressMaint.ExpressMaint.WriteToFile&amp;#40;String content, String path&amp;#41;&lt;br /&gt;</description><author>jaspersmith</author><pubDate>Thu, 16 May 2013 11:03:38 GMT</pubDate><guid isPermaLink="false">Closed Issue: "Value cannot be null" error when not using reporting (-R option) [6511] 20130516110338A</guid></item><item><title>Closed Issue: Error in log file [6538]</title><link>http://expressmaint.codeplex.com/workitem/6538</link><description>The log contains the following error&amp;#58;&lt;br /&gt;Incorrect syntax near &amp;#39;s&amp;#39;.&lt;br /&gt;Unclosed quotation mark after the character string &amp;#39;&amp;#39;.&lt;br /&gt;&amp;#160;&lt;br /&gt;The command was&amp;#58;&lt;br /&gt;ExpressMaint.exe -S &amp;#40;local&amp;#41;&amp;#92;SomeInstance -D ALL_USER -T LOG -B &amp;#34;D&amp;#58;&amp;#92;Backup&amp;#34; -V -BU DAYS -BV 3 -R &amp;#34;D&amp;#58;&amp;#92;Backup&amp;#34; -RU DAYS -RV 3 -A -C&lt;br /&gt;&amp;#160;&lt;br /&gt;The server has a database with an apostrophe in the name.&lt;br /&gt;</description><author>jaspersmith</author><pubDate>Thu, 16 May 2013 11:03:38 GMT</pubDate><guid isPermaLink="false">Closed Issue: Error in log file [6538] 20130516110338A</guid></item><item><title>Closed Issue: Issue with user instances [6940]</title><link>http://expressmaint.codeplex.com/workitem/6940</link><description>Hi, I&amp;#39;ve been using ExpressMaint 1.6.00 against SQL Server Express 2005 successfully for a few months and it has been working really well, thanks&amp;#33;&lt;br /&gt;But, one of our developers has taken to using the user instance feature or SQL Server &amp;#40;by attaching a dbfile on connection&amp;#41;. This causes the following error in the log&lt;br /&gt;&amp;#91;7&amp;#93; Database C&amp;#58;&amp;#92;TEMP&amp;#92;PLAY&amp;#92;FUSION&amp;#92;DELTA.MDF&amp;#58; Backup starting at 20&amp;#47;01&amp;#47;2009 11&amp;#58;46&amp;#58;31&lt;br /&gt;&amp;#9;The given path&amp;#39;s format is not supported&lt;br /&gt;And the utility does not continue on to the next DB &amp;#40;even though I&amp;#8217;ve specified the &amp;#8211;C switch&amp;#41;.&lt;br /&gt;Is there a way to exclude user instances or would it be possibly for the utility to continue after such an error&amp;#63; &lt;br /&gt;Thanks&lt;br /&gt;Jon&lt;br /&gt;</description><author>jaspersmith</author><pubDate>Thu, 16 May 2013 11:03:38 GMT</pubDate><guid isPermaLink="false">Closed Issue: Issue with user instances [6940] 20130516110338A</guid></item><item><title>Closed Issue: No database backups where database was not started before backup operation [7299]</title><link>http://expressmaint.codeplex.com/workitem/7299</link><description>Hi&lt;br /&gt;&amp;#160;&lt;br /&gt;There is a problem with backuping up user databases on SQL Server 2008 Express using ExpressMaint.exe.&lt;br /&gt;I have noticed, that if I invoke Your utility before database was started &amp;#40;for example after SQL Server restart but befor any database usage&amp;#41;, ExpressMain.exe &amp;#34;doesn&amp;#39;t see&amp;#34; this database and doesn&amp;#39;t wait for start of this database.&lt;br /&gt;In operation log I have only this&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;Expressmaint utility v1.7.0.1 , Logged on to SQL Server &amp;#91;&amp;#42;&amp;#42;&amp;#42;&amp;#93; as &amp;#91;&amp;#42;&amp;#42;&amp;#42;&amp;#93;&lt;br /&gt;Created by Jasper Smith &amp;#40;www.sqldbatips.com&amp;#41;&lt;br /&gt;Starting backup on 2009-03-18 11&amp;#58;17&amp;#58;37&lt;br /&gt;&amp;#91;1&amp;#93; Delete old Report files...&lt;br /&gt;    0 file&amp;#40;s&amp;#41; deleted.&lt;br /&gt;Expressmaint finished successfully at 2009-03-18 11&amp;#58;17&amp;#58;38 with Return Code&amp;#40;0&amp;#41;&lt;br /&gt;&amp;#160;&lt;br /&gt;I SQL Server log on the time of backup start by ExpressMaint.exe I have &amp;#34;Starting up database &amp;#91;name of db&amp;#93;&amp;#34;, but this db is not backuped up.&lt;br /&gt;&amp;#160;&lt;br /&gt;Could You fix this issue&amp;#63;&lt;br /&gt;I am using Your utility to backuping up databases on SQL Server 2005 Express too and I don&amp;#39;t remember behavior like that...&lt;br /&gt;To reproduce this issue simply restart SQL Server 2008, do not connect to databses or do not run SQL Server Management Studio, then invoke ExpressMaint.exe &amp;#40;I am using ALL_USER option&amp;#41;.&lt;br /&gt;&amp;#160;&lt;br /&gt;Best regards&lt;br /&gt;</description><author>trexik</author><pubDate>Thu, 16 May 2013 11:03:38 GMT</pubDate><guid isPermaLink="false">Closed Issue: No database backups where database was not started before backup operation [7299] 20130516110338A</guid></item><item><title>Closed Issue: offline databases kill it [7666]</title><link>http://expressmaint.codeplex.com/workitem/7666</link><description>I tried to do a backup of all user databases. One of them was taken offline &amp;#40;deliberately&amp;#41;. &lt;br /&gt;When running my expressmaint cmd file, it died with an error about couldn&amp;#39;t access db &amp;#34;NAME&amp;#34; because it was offline. &lt;br /&gt;It did not work at all, even though I have the -C option in my batch, and would expect it to continue with the other dbs okay.&lt;br /&gt;&amp;#160;&lt;br /&gt;It would be nice if the -C switch worked for offline errors, or if there were another switch to ignore offline databases entirely.&lt;br /&gt;</description><author>justlikemae</author><pubDate>Thu, 16 May 2013 11:03:37 GMT</pubDate><guid isPermaLink="false">Closed Issue: offline databases kill it [7666] 20130516110337A</guid></item><item><title>Closed Feature: Custom backup filename format string [8890]</title><link>http://expressmaint.codeplex.com/workitem/8890</link><description>Hi,&lt;br /&gt;&amp;#160;&lt;br /&gt;I am using the expressMaint console.  I need the backup file name to be in the following format&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#60;dbname&amp;#62;_7080_&amp;#60;yyyymmdd&amp;#62; &lt;br /&gt;&amp;#160;&lt;br /&gt;Is there any way to do this&amp;#63;&lt;br /&gt;</description><author>jaspersmith</author><pubDate>Thu, 16 May 2013 11:03:37 GMT</pubDate><guid isPermaLink="false">Closed Feature: Custom backup filename format string [8890] 20130516110337A</guid></item><item><title>New Post: expressmaint.sql on SQL Server 2012</title><link>http://expressmaint.codeplex.com/discussions/443006</link><description>&lt;div style="line-height: normal;"&gt;I've seen issues in the Issue Tracker for the command line utility for SQL Server 2012 but what I've gathered from the Home page of this site is - only up to SQL Server 2008 R2 is supported.&lt;br /&gt;
&lt;br /&gt;
Will the expressmaint sql script work on SQL Server 2012?  We are wanting to support SQL 2012 in our next release and we have been using expressmaint for a number of years to do automatic backups.  Will we have to come up with another method if we want to support it? &lt;br /&gt;
&lt;br /&gt;
Thanks.&lt;br /&gt;
&lt;/div&gt;</description><author>jcfore21</author><pubDate>Wed, 08 May 2013 20:16:07 GMT</pubDate><guid isPermaLink="false">New Post: expressmaint.sql on SQL Server 2012 20130508081607P</guid></item><item><title>New Post: App does not run.</title><link>http://expressmaint.codeplex.com/discussions/442988</link><description>&lt;div style="line-height: normal;"&gt;When I tried to launch the app it closes. Running on Windows 7. Any ideas?&lt;br /&gt;
&lt;/div&gt;</description><author>H_A_W_K</author><pubDate>Wed, 08 May 2013 18:13:39 GMT</pubDate><guid isPermaLink="false">New Post: App does not run. 20130508061339P</guid></item><item><title>New Post: changing backup extensions - ExpressMaint</title><link>http://expressmaint.codeplex.com/discussions/442484</link><description>&lt;div style="line-height: normal;"&gt;Is there any way to change the extension of a sqlserver backups from .bak to something else.  I am trying to have Carbonite keep backups of the backups.  (This is required - Carbonite should not be used to back up the actual database files). The problem is that Carbonite will not back up anything with a .bak extension.&lt;br /&gt;
&lt;/div&gt;</description><author>mharpaz</author><pubDate>Fri, 03 May 2013 17:52:45 GMT</pubDate><guid isPermaLink="false">New Post: changing backup extensions - ExpressMaint 20130503055245P</guid></item><item><title>New Post: How do you run a transaction log backup using parameters?</title><link>http://expressmaint.codeplex.com/discussions/442087</link><description>&lt;div style="line-height: normal;"&gt;Note: Db's must not be using simple recovery model.&lt;br /&gt;
&lt;br /&gt;
Modify the parameter SQL helper file and change the operation type from “DB” to a variable called $(OPTYPE) and just add a parameter to the command line argument.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;command line&amp;gt;&lt;br /&gt;
sqlcmd -S .\SQLSERVER2012EXP -i&amp;quot;C:\ExpressMaint\SqlBackupTool.SQLSERVER\bin\SQLBackupByParam.sql&amp;quot; -v DB = &amp;quot;ALL_USERS&amp;quot; -v OPTYPE = &amp;quot;LOG&amp;quot; -v DBRETAINUNIT = &amp;quot;copies&amp;quot; -v DBRETAINVAL = &amp;quot;3&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;file contents of “SQLBackupByParam.sql”&amp;gt;&lt;br /&gt;
exec expressmaint&lt;br /&gt;
   @database      = '$(DB)', &lt;br /&gt;
   @optype        = '$(OPTYPE)',&lt;br /&gt;
   @backupfldr    = 'C:\ExpressMaint\SqlBackupTool.SQLSERVER\Backups',&lt;br /&gt;
   @reportfldr    = 'C:\ExpressMaint\SqlBackupTool.SQLSERVER\Reports',&lt;br /&gt;
   @verify        = 1,&lt;br /&gt;
   @dbretainunit  = '$(DBRETAINUNIT)',&lt;br /&gt;
   @dbretainval   = '$(DBRETAINVAL)',&lt;br /&gt;
   @rptretainunit = 'copies',&lt;br /&gt;
   @rptretainval  = 7,&lt;br /&gt;
   @report        = 1&lt;br /&gt;
&lt;/div&gt;</description><author>drdv</author><pubDate>Tue, 30 Apr 2013 17:52:25 GMT</pubDate><guid isPermaLink="false">New Post: How do you run a transaction log backup using parameters? 20130430055225P</guid></item><item><title>New Post: How do you run a transaction log backup using parameters?</title><link>http://expressmaint.codeplex.com/discussions/442087</link><description>&lt;div style="line-height: normal;"&gt;How do you run a transaction log backup using a parameter file?&lt;br /&gt;
The following expressmaint command runs in less than one second and seems to do nothing, no error and not much in the report.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Command line&amp;gt;&lt;br /&gt;
sqlcmd -S .\SQLSERVER2012EXP -i&amp;quot;C:\ExpressMaint\SqlBackupTool.SQLSERVER\bin\SQLBackupByParam.sql&amp;quot; -v DB = &amp;quot;ALL_USERS&amp;quot; -v DBRETAINUNIT = &amp;quot;copies&amp;quot; -v DBRETAINVAL = &amp;quot;3&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;contents of file: SQLBackupByParam.sql&amp;gt;&lt;br /&gt;
exec expressmaint&lt;br /&gt;
   @database      = '$(DB)', &lt;br /&gt;
   @optype        = 'LOG',&lt;br /&gt;
   @backupfldr    = 'C:\ExpressMaint\SqlBackupTool.SQLSERVER\Backups',&lt;br /&gt;
   @reportfldr    = 'C:\ExpressMaint\SqlBackupTool.SQLSERVER\Reports',&lt;br /&gt;
   @verify        = 1,&lt;br /&gt;
   @dbretainunit  = '$(DBRETAINUNIT)',&lt;br /&gt;
   @dbretainval   = '$(DBRETAINVAL)',&lt;br /&gt;
   @rptretainunit = 'copies',&lt;br /&gt;
   @rptretainval  = 7,&lt;br /&gt;
   @report        = 1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;contents of report file&amp;gt;&lt;br /&gt;
Expressmaint utility, Logged on to SQL Server [xxx\SQLSERVER2012EXP] as [XXX\xxx]&lt;br /&gt;
Starting backup on Apr 30 2013 10:29AM&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[1] Delete Old Backup Files...&lt;br /&gt;
[2] Delete Old Report Files...&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;0 file(s) deleted.

&lt;/code&gt;&lt;/pre&gt;

Expressmaint processing finished at Apr 30 2013 10:29AM (Return Code : 0)&lt;br /&gt;
&lt;/div&gt;</description><author>drdv</author><pubDate>Tue, 30 Apr 2013 14:32:28 GMT</pubDate><guid isPermaLink="false">New Post: How do you run a transaction log backup using parameters? 20130430023228P</guid></item><item><title>New Post: Links are broken on the home page</title><link>http://expressmaint.codeplex.com/discussions/438975</link><description>&lt;div style="line-height: normal;"&gt;Salve!  The documentation links on the Home page of this project seem broken.&lt;br /&gt;
&lt;/div&gt;</description><author>BGM</author><pubDate>Wed, 03 Apr 2013 15:29:24 GMT</pubDate><guid isPermaLink="false">New Post: Links are broken on the home page 20130403032924P</guid></item><item><title>New Post: Folder "does not exist on this server," But it does!</title><link>http://expressmaint.codeplex.com/discussions/438366</link><description>&lt;div style="line-height: normal;"&gt;Never mind. &lt;br /&gt;
&lt;br /&gt;
I discovered that the permissions for the Network Service account were being set on the &amp;quot;C:\CloudSync\&amp;quot; folder, but not being inherited by the child folders. Even with multiple attempts.&lt;br /&gt;
&lt;br /&gt;
Yes, I have full admin rights to the machine.&lt;br /&gt;
&lt;br /&gt;
When I set the permissions on the &amp;quot;C:\CloudSync\Google Drive\&amp;quot; folder, the permissions inherited all the way down.&lt;br /&gt;
&lt;br /&gt;
Now ExpressMaint is working as expected.&lt;br /&gt;
&lt;/div&gt;</description><author>dhaggard</author><pubDate>Thu, 28 Mar 2013 18:04:36 GMT</pubDate><guid isPermaLink="false">New Post: Folder "does not exist on this server," But it does! 20130328060436P</guid></item><item><title>New Post: Folder "does not exist on this server," But it does!</title><link>http://expressmaint.codeplex.com/discussions/438366</link><description>&lt;div style="line-height: normal;"&gt;I am running 64-bit SQLExpress 2008R2, on 64-bit Windows 7 Professional. &lt;br /&gt;
&lt;br /&gt;
ExpressMaint gives me the following error:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;Msg 50000, Level 16, State 1, Procedure expressmaint, Line 157
The folder C:\CloudSync\Google Drive\DatabaseTxfer\OfficeBackup\ does not exist on this server&lt;/code&gt;&lt;/pre&gt;

The folder exists. I can paste the folder path from the error message into Windows' Run box, and the folder opens.&lt;br /&gt;
&lt;br /&gt;
SQLExpress service is running under the &amp;quot;Network Service&amp;quot; account. This account has &amp;quot;Full Control&amp;quot; access to the folder.&lt;br /&gt;
&lt;br /&gt;
What might I be missing?&lt;br /&gt;
&lt;/div&gt;</description><author>dhaggard</author><pubDate>Thu, 28 Mar 2013 17:56:03 GMT</pubDate><guid isPermaLink="false">New Post: Folder "does not exist on this server," But it does! 20130328055603P</guid></item></channel></rss>