 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; SQL Server logs</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/sql-server/sql-server-logs/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 05:55:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Is it safe to delete SQL Server Transaction Log?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/delete-transaction-log-is-it-safe-to-delete/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/delete-transaction-log-is-it-safe-to-delete/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 23:59:29 +0000</pubDate>
		<dc:creator>Vahemelikian</dc:creator>
				<category><![CDATA[Delete Transaction Log]]></category>
		<category><![CDATA[SQL 2005]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server logs]]></category>
		<category><![CDATA[SQL Server transaction logs]]></category>
		<category><![CDATA[SQL transaction logs]]></category>
		<category><![CDATA[Windows Server 2003]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[In one point, I create two Transaction Log for a database, and now I want to delete the second Transaction Log in order to free more space. I just want to get ride of the second file. Is it safe to delete it? SQL Server allow me to do it from DATABASE PROPERTIES WINDOW, but [...]]]></description>
				<content:encoded><![CDATA[<p>In one point, I create two Transaction Log for a database, and now I want to delete the second Transaction Log in order to free more space. I just want to get ride of the second file. Is it safe to delete it? SQL Server allow me to do it from DATABASE PROPERTIES WINDOW, but I want to make sure that it is safe to drop it.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/delete-transaction-log-is-it-safe-to-delete/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Database Log File sql server 2005</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/database-log-file/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/database-log-file/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 16:35:19 +0000</pubDate>
		<dc:creator>Rick Martinez</dc:creator>
				<category><![CDATA[RAID]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2005 performance]]></category>
		<category><![CDATA[SQL Server logs]]></category>
		<category><![CDATA[SQL Server performance]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[We have a 500GB database, we use a san server with 16 drives. Eight drives are for storage and the other eight for mirroring. All eight drives is one RAID 10 and within that RAID 10 we partition the drives into 8 drives (please seee below) we are having so much slow performance on the [...]]]></description>
				<content:encoded><![CDATA[<p>We have a 500GB database, we use a san server with 16 drives. Eight drives are for storage and the other eight for mirroring. All eight drives is one RAID 10 and within that RAID 10 we partition the drives into 8 drives (please seee below) we are having so much slow performance on the application are we storing sql data files correctly on the SAN?<br/><br/> Drives on SQL Server:<br/><br/> C = OS X = SQL Database Files (MDF) Y = File Storage F = SQL Backups D = 500GB Database, SQL Server System Databases I = 500GB DB Indexes L = SQL Log Files T = SQL Log Files<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/database-log-file/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>BACKUP in SQL SERVER</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/backup-in-sql-server/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/backup-in-sql-server/#comments</comments>
		<pubDate>Thu, 06 May 2010 06:21:15 +0000</pubDate>
		<dc:creator>Fhhdjfhjdhfjhjdfh</dc:creator>
				<category><![CDATA[SQL Server backup]]></category>
		<category><![CDATA[SQL Server logs]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello Sir, Can u get me the answer  to this question Management wants the backups to be done daily. Transaction log backups must be every afternoon and morning and that you should keep in mind that the content of the log will get larger and larger. You also need to take measure to do the log file. [...]]]></description>
				<content:encoded><![CDATA[<p>Hello Sir,<br/><br/> Can u get me the answer  to this question <br/><br/>  Management wants the backups to be done daily. Transaction log backups must be<br/><br/> every afternoon and morning and that you should keep in mind that the content of the log will get<br/><br/> larger and larger. You also need to take measure to do the log file.<br/><br/>  What should I do?<br/><br/> A. You should consider cutting the number of time between transaction log backups for the<br/><br/> database.<br/><br/> B. You should consider cutting the SQL sentences in order to make the smallest value for the<br/><br/> database.<br/><br/> C. You should consider setting the database to use the simple recovery model for the database.<br/><br/> D. You should consider cutting the DBCC SHRINKFILE towards the transaction log file for the<br/><br/> database.<br/><br/>   <br/><br/>    <br/><br/> pls let me know the answer and get the resourse from where i could get <br/><br/> the detailted knowledge abt the topic.As m new .<br/><br/> Thnx.<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/backup-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Monitoring log files in a SQL Server 2000 database</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/monitoring-log-files-in-a-sql-server-2000-database/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/monitoring-log-files-in-a-sql-server-2000-database/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 21:18:26 +0000</pubDate>
		<dc:creator>SQL Server Ask the Experts</dc:creator>
				<category><![CDATA[SQL Server 2000]]></category>
		<category><![CDATA[SQL Server 2000 Database]]></category>
		<category><![CDATA[SQL Server database]]></category>
		<category><![CDATA[SQL Server logs]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have an intermittent problem with a SQL Server 2000 database. The job, to truncate the log files, doesn&#8217;t start on time, and the transaction fills up preventing users from logging in. I would like to monitor the log such that I can send an alert when the log reaches e.g. 80% full.]]></description>
				<content:encoded><![CDATA[<p>I have an intermittent problem with a SQL Server 2000 database. The job, to truncate the log files, doesn&#8217;t start on time, and the transaction fills up preventing users from logging in. I would like to monitor the log such that I can send an alert when the log reaches e.g. 80% full.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/monitoring-log-files-in-a-sql-server-2000-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server Transaction Logs</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/transaction-logs/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/transaction-logs/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 14:11:23 +0000</pubDate>
		<dc:creator>Rick Martinez</dc:creator>
				<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server backup]]></category>
		<category><![CDATA[SQL Server log shipping]]></category>
		<category><![CDATA[SQL Server logs]]></category>
		<category><![CDATA[SQL Server transaction logs]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[If I change the recovery model on the primary database from full to simple and then change the primary database back to full again. Would that break the log chain? It seems the log shipping breaks after we do that.]]></description>
				<content:encoded><![CDATA[<p>If I change the recovery model on the primary database from full to simple and then change the primary database back to full again. Would that break the log chain? It seems the log shipping breaks after we do that.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/transaction-logs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server error: Cannot find log file</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/error-cannot-find-log-file/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/error-cannot-find-log-file/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 14:52:23 +0000</pubDate>
		<dc:creator>SQL Server Ask the Experts</dc:creator>
				<category><![CDATA[MDF]]></category>
		<category><![CDATA[SQL Server database]]></category>
		<category><![CDATA[SQL Server error messages]]></category>
		<category><![CDATA[SQL Server errors]]></category>
		<category><![CDATA[SQL Server logs]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am receiving the error, &#8220;cannot find log file.&#8221; I detach the database and I am unable to reattach it because of the error. I created a new database and copied the MDF. When I restarted the SQL Server, I am told the database is suspect. What can I do to fix this error?]]></description>
				<content:encoded><![CDATA[<p>I am receiving the error, &#8220;cannot find log file.&#8221; </p>
<p>I detach the database and I am unable to reattach it because of the error. I created a new database and copied the MDF. When I restarted the SQL Server, I am told the database is suspect. </p>
<p>What can I do to fix this error?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/error-cannot-find-log-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>log sql queries?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/log-sql-queries/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/log-sql-queries/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 17:14:53 +0000</pubDate>
		<dc:creator>Ktpierce</dc:creator>
				<category><![CDATA[Oracle 9i]]></category>
		<category><![CDATA[SQL queries]]></category>
		<category><![CDATA[SQL Server logs]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[queries seem get mangled by our report writer middleware; I&#8217;d like to see the actual SQL received by Oracle9i from a particular user. how?]]></description>
				<content:encoded><![CDATA[<p>queries seem get mangled by our report writer middleware; I&#8217;d like to see the actual SQL received by Oracle9i from a particular user.  how?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/log-sql-queries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transaction log for read only database&#8230;</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/transaction-log-for-read-only-database/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/transaction-log-for-read-only-database/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 02:53:44 +0000</pubDate>
		<dc:creator>Dallasfb</dc:creator>
				<category><![CDATA[70-432]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SQL Server logs]]></category>
		<category><![CDATA[SQL Server transaction logs]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello there, I am currently studying for the 70-432 (MCTS SQL Server 2008 I&#038;M) exam and I am using Microsoft 70-432 Training Kit by Mike Hotek. At some point the book claims &#8220;when a database is placed in READ_ONLY mode, SQL SERVER removes any transaction log that is specified for the database. Changing the database [...]]]></description>
				<content:encoded><![CDATA[<p>Hello there,<br />
I am currently studying for the 70-432 (MCTS SQL Server 2008 I&#038;M) exam and I am using Microsoft 70-432 Training Kit by Mike Hotek. At some point the book claims &#8220;when a database is placed in READ_ONLY mode, SQL SERVER removes any transaction log that is specified for the database. Changing the database from READ_ONLY to READ_WRITE causes SQLServer to re-create the transaction log file&#8221;.<br />
Well, I have marked a database as read only and changed it back to read write but the transaction file never disappears? Am I doing something wrong, am I not understanding what the book is trying to say or the book is wrong?<br />
Thank you&#8230;</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/transaction-log-for-read-only-database/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Restoring to the end of a log backup in SQL Server bulk-logged recovery mode</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/restoring-to-the-end-of-a-log-backup-in-sql-server-bulk-logged-recovery-mode/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/restoring-to-the-end-of-a-log-backup-in-sql-server-bulk-logged-recovery-mode/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 15:39:57 +0000</pubDate>
		<dc:creator>SQL Server Ask the Experts</dc:creator>
				<category><![CDATA[SQL Server backup and restore]]></category>
		<category><![CDATA[SQL Server logs]]></category>
		<category><![CDATA[SQL Server recovery]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[In bulk-logged recovery mode in SQL Server, how can you restore to the end of a log backup that includes a bulk event? It seems to me that everything after the bulk event is useless. How could I do this?]]></description>
				<content:encoded><![CDATA[<p>In bulk-logged recovery mode in SQL Server, how can you restore to the end of a log backup that includes a bulk event? It seems to me that everything after the bulk event is useless. How could I do this?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/restoring-to-the-end-of-a-log-backup-in-sql-server-bulk-logged-recovery-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Implementing a test system with SQL Server log files</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/implementing-a-test-system-with-sql-server-log-files/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/implementing-a-test-system-with-sql-server-log-files/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 20:16:02 +0000</pubDate>
		<dc:creator>SQL Server Ask the Experts</dc:creator>
				<category><![CDATA[SQL Server databases]]></category>
		<category><![CDATA[SQL Server logs]]></category>
		<category><![CDATA[Testing software]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[We need to implement a test system where the entries created in various tables on a test server need to be automatically re-generated on a live server so that there are no manual errors. We think the only way to do this is to use SQL Server log files. However, we are not sure that [...]]]></description>
				<content:encoded><![CDATA[<p>We need to implement a test system where the entries created in various tables on a test server need to be automatically re-generated on a live server so that there are no manual errors.  We think the only way to do this is to use SQL Server log files.  However, we are not sure that the tools available, which are seemingly oriented towards database backup/recovery operations, are what we would need.  Are there tools available that would work towards what we would like to do?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/implementing-a-test-system-with-sql-server-log-files/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/22 queries in 0.029 seconds using memcached
Object Caching 934/1056 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-21 06:03:15 -->