<?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>Technical Notes&#187; SQL Server 2008</title>
	<atom:link href="http://technotes.towardsjob.com/tag/sql-server-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://technotes.towardsjob.com</link>
	<description>Technical Notes about Oracle, DotNet, Java, SQL Server, XML and UNIX</description>
	<lastBuildDate>Tue, 18 May 2010 01:45:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Steps to Create and Deploy SSIS Package as a SQLAgent Job</title>
		<link>http://technotes.towardsjob.com/sql-server/steps-to-create-and-deploy-ssis-package-as-a-sqlagent-job/</link>
		<comments>http://technotes.towardsjob.com/sql-server/steps-to-create-and-deploy-ssis-package-as-a-sqlagent-job/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 14:46:21 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Agent]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SQL Server Integration Services]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[SSIS as SQLAgent]]></category>
		<category><![CDATA[Step by Step Tutorial]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/sql-server/steps-to-create-and-deploy-ssis-package-as-a-sqlagent-job/</guid>
		<description><![CDATA[Microsoft says that SQL Server Integration Services (SSIS) “is a platform for building high performance data integration solutions, including extraction, transformation, and load (ETL) packages for data warehousing.” A simpler way to think of SSIS is that it’s the solution for automating SQL Server. SSIS provides a way to build packages made up of tasks [...]


Related posts:<ol><li><a href='http://technotes.towardsjob.com/dotnet/how-to-create-a-setup-package-in-visual-studio-net/' rel='bookmark' title='Permanent Link: How to Create a Setup Package in Visual Studio .net'>How to Create a Setup Package in Visual Studio .net</a> <small>This article demonstrates How to create a setup package(.msi file). How to place the files &amp; folders in appropriate locations in the target machine,. Adding registry entry for the project Adding Custom File Types Adding Splash screen, Read-me screen, Confirm screen, License Agreement etc Adding Launch Conditions How to check...</small></li>
<li><a href='http://technotes.towardsjob.com/sql-server/troubleshooting-ssrs-error-the-report-server-is-not-responding/' rel='bookmark' title='Permanent Link: Troubleshooting SSRS Error &ldquo;The report server is not responding&rdquo;'>Troubleshooting SSRS Error &ldquo;The report server is not responding&rdquo;</a> <small>This article explains the step by step troubleshooting methodology for correcting the error “The report server is not responding. Verify that the report server is running and can be accessed from this computer” that occurs in SQL Server Reporting Services (SSRS 2005). SQL Server 2005 Reporting Services (SSRS 2005) allows...</small></li>
<li><a href='http://technotes.towardsjob.com/general/application-pool-defaultapppool-exceeded-its-job-limit-settings/' rel='bookmark' title='Permanent Link: Application pool &#8216;DefaultAppPool&#8217; exceeded its job limit settings'>Application pool &#8216;DefaultAppPool&#8217; exceeded its job limit settings</a> <small>This warning in event log will cause the high CPU usage and leads to the service unavailable error in IIS. This issue is due to enable CPU monitoring....</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/sql-server/steps-to-create-and-deploy-ssis-package-as-a-sqlagent-job/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BACKUP Compression in SQL Server 2008</title>
		<link>http://technotes.towardsjob.com/sql-server/backup-compression-in-sql-server-2008/</link>
		<comments>http://technotes.towardsjob.com/sql-server/backup-compression-in-sql-server-2008/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 16:09:05 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SQL Server 2008 Backup]]></category>
		<category><![CDATA[sql server backup compression]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/sql-server/backup-compression-in-sql-server-2008/</guid>
		<description><![CDATA[Overview     SQL Server 2008 has come up with inbuilt compression for backups. Until the release of SQL Server 2005, compression was only available via third party backup software such as SQL Lite Speed, SQL Zip, etc. 
Exercise     Following is the simple example that demonstrates how to take [...]


Related posts:<ol><li><a href='http://technotes.towardsjob.com/sql-server/automatic-backup-compression-in-sql-server-2008/' rel='bookmark' title='Permanent Link: Automatic Backup Compression in SQL Server 2008'>Automatic Backup Compression in SQL Server 2008</a> <small>From Long time SQL Server DBAs and Professionals are awaiting for a automatic compressed backup utility for SQL server, But It became true only with SQL Server 2008. For too long, if you wanted the benefit of compressed backups, you had to look at a third-party tool. Now, backup compression...</small></li>
<li><a href='http://technotes.towardsjob.com/sql-server/backup-sql-server-database-using-ssms/' rel='bookmark' title='Permanent Link: Backup SQL Server Database using SSMS'>Backup SQL Server Database using SSMS</a> <small>Once you are started using SQL Server database for your application, you need to start taking database backups regularly. If it may be a development database or production database, you should take backups in a timely manner. Because if your information get loss, that brings you in loss. We cannot...</small></li>
<li><a href='http://technotes.towardsjob.com/sql-server/backup-sql-server-database-using-t-sql/' rel='bookmark' title='Permanent Link: Backup SQL Server database using T-SQL'>Backup SQL Server database using T-SQL</a> <small>We are in thought of only DBA’s can take backup using T-SQL, But anyone can take backup and restore backup very easily with the help of T-SQL. we can backup an entire database, transaction log, or one or more file or filegroups with the help of T-SQL....</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/sql-server/backup-compression-in-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2008 Top New Features</title>
		<link>http://technotes.towardsjob.com/sql-server/sql-server-2008-top-new-features/</link>
		<comments>http://technotes.towardsjob.com/sql-server/sql-server-2008-top-new-features/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 15:08:39 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Beyond Relational]]></category>
		<category><![CDATA[Dynamic Development]]></category>
		<category><![CDATA[Enterprise Data Platform]]></category>
		<category><![CDATA[Pervasive Insight]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SQL Server 2008 Features]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/sql-server/sql-server-2008-top-new-features/</guid>
		<description><![CDATA[
Enterprise Data Platform

Secure, trusted platform for your data
Optimized and predictable system performance
Productive policy-based management of your infrastructure

Dynamic Development

Accelerate your development with entities
Synchronize your data from anywhere

Beyond Relational

Store and consume any type of data
Deliver Location Intelligence within your applications

Pervasive Insight

Integrate all your data in the Enterprise Data Warehouse
Reach all your users with scalable BI platform
Empower every [...]


Related posts:<ol><li><a href='http://technotes.towardsjob.com/sql-server/an-introduction-to-microsoft-sql-server-2008-part-1/' rel='bookmark' title='Permanent Link: An Introduction to Microsoft SQL Server 2008 &ndash; Part 1'>An Introduction to Microsoft SQL Server 2008 &ndash; Part 1</a> <small>Microsoft® SQL Server® 2008 is a database platform for large-scale online transaction processing (OLTP), data warehousing, and e-commerce applications; it is also a business intelligence platform for data integration, analysis, and reporting solutions. Microsoft® SQL Server® 2008 provides a trusted, productive, and intelligent data platform that enables you to run...</small></li>
<li><a href='http://technotes.towardsjob.com/sql-server/why-upgrade-to-microsoft-sql-server-2008/' rel='bookmark' title='Permanent Link: Why Upgrade to Microsoft SQL Server 2008?'>Why Upgrade to Microsoft SQL Server 2008?</a> <small>With the new release of SQL Server 2008, there are many benefits in upgrading the existing applications to the latest release. SQL Server 2008 provides a Data Platform for enterprise applications. Let’s learn more about the new features available in SQL Server 2008...</small></li>
<li><a href='http://technotes.towardsjob.com/dotnet/visual-studio-2010-great-functionality-for-developers/' rel='bookmark' title='Permanent Link: Visual Studio 2010 Great functionality for Developers'>Visual Studio 2010 Great functionality for Developers</a> <small>With Visual Studio 2010 and the .NET Framework 4.0, Microsoft is focused on the core pillars of developer experience, support for the latest platforms spanning client, server, services and devices, targeted experiences for specific application types, and core architecture improvements Much awaiting features are expected to be included with this...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/sql-server/sql-server-2008-top-new-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2008 Concurrency Problems and Isolation</title>
		<link>http://technotes.towardsjob.com/sql-server/sql-server-2008-concurrency-problems-and-isolation/</link>
		<comments>http://technotes.towardsjob.com/sql-server/sql-server-2008-concurrency-problems-and-isolation/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 15:03:55 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[concurrency in sql server 2008]]></category>
		<category><![CDATA[Isolation levels in sql server 2008]]></category>
		<category><![CDATA[Locking strategies]]></category>
		<category><![CDATA[SQL Server 2008]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/sql-server/sql-server-2008-concurrency-problems-and-isolation/</guid>
		<description><![CDATA[Concurrency problems
SQL Server transaction isolation solves four major concurrency problems

Dirty read occur when a reader reads uncommitted data 
Unrepeatable read occurs when existing row change within a transaction 
Lost updates occur when two writers modify the same piece of state 
Phantoms occur when new rows are added and appear within a transaction 

Locking strategies

Optimistic concurrency

Locks [...]


Related posts:<ol><li><a href='http://technotes.towardsjob.com/sql-server/transactions-in-sql-server-2008/' rel='bookmark' title='Permanent Link: Transactions in SQL- Server 2008'>Transactions in SQL- Server 2008</a> <small>ACID properties of transactions Atomicity – Either all modifications are performed, or none Consistency – When completed, transactions leave all data and all related structures in a consistent state Isolation – Transactions don&#8217;t see other&#8217;s transaction&#8217;s uncompleted work (intermediate state) Durability – Transactions persist despite of system [...]...</small></li>
<li><a href='http://technotes.towardsjob.com/oracle/oracle-pl-sql-transactions/' rel='bookmark' title='Permanent Link: Oracle PL/SQL: Transactions'>Oracle PL/SQL: Transactions</a> <small>Oracle PL/SQL: Commit Transactions The syntax for the COMMIT statement is: COMMIT [WORK] [COMMENT text]; The Commit statement commits all changes for the current session. Once a commit is issued, other users will be able to see your changes. Oracle PL/SQL: Rollback Transactions The syntax for the ROLLBACK statement is:...</small></li>
<li><a href='http://technotes.towardsjob.com/sql-server/automatic-backup-compression-in-sql-server-2008/' rel='bookmark' title='Permanent Link: Automatic Backup Compression in SQL Server 2008'>Automatic Backup Compression in SQL Server 2008</a> <small>From Long time SQL Server DBAs and Professionals are awaiting for a automatic compressed backup utility for SQL server, But It became true only with SQL Server 2008. For too long, if you wanted the benefit of compressed backups, you had to look at a third-party tool. Now, backup compression...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/sql-server/sql-server-2008-concurrency-problems-and-isolation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transactions in SQL- Server 2008</title>
		<link>http://technotes.towardsjob.com/sql-server/transactions-in-sql-server-2008/</link>
		<comments>http://technotes.towardsjob.com/sql-server/transactions-in-sql-server-2008/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 14:56:10 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[ACID Property]]></category>
		<category><![CDATA[ACID Transaction]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[Transaction Modes in SQL Server 2008]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/sql-server/transactions-in-sql-server-2008/</guid>
		<description><![CDATA[ACID properties of transactions
Atomicity – Either all modifications are performed, or none    Consistency – When completed, transactions leave all data and all related structures in a consistent state    Isolation – Transactions don&#8217;t see other&#8217;s transaction&#8217;s uncompleted work (intermediate state)    Durability – Transactions persist despite of system [...]


Related posts:<ol><li><a href='http://technotes.towardsjob.com/oracle/oracle-pl-sql-transactions/' rel='bookmark' title='Permanent Link: Oracle PL/SQL: Transactions'>Oracle PL/SQL: Transactions</a> <small>Oracle PL/SQL: Commit Transactions The syntax for the COMMIT statement is: COMMIT [WORK] [COMMENT text]; The Commit statement commits all changes for the current session. Once a commit is issued, other users will be able to see your changes. Oracle PL/SQL: Rollback Transactions The syntax for the ROLLBACK statement is:...</small></li>
<li><a href='http://technotes.towardsjob.com/sql-server/sql-server-2008-concurrency-problems-and-isolation/' rel='bookmark' title='Permanent Link: SQL Server 2008 Concurrency Problems and Isolation'>SQL Server 2008 Concurrency Problems and Isolation</a> <small>Concurrency problems SQL Server transaction isolation solves four major concurrency problems Dirty read occur when a reader reads uncommitted data Unrepeatable read occurs when existing row change within a transaction Lost updates occur when two writers modify the same piece of state Phantoms occur when new rows are added and...</small></li>
<li><a href='http://technotes.towardsjob.com/dotnet/ado-net-tipstransaction-scope/' rel='bookmark' title='Permanent Link: [ADO.Net Tips]Transaction Scope'>[ADO.Net Tips]Transaction Scope</a> <small>Purpose: Transaction Scope is very helpful to maintain transaction across multiple Connection.&#160; Even when the connections are to two different database. Usage: Transaction Scope is generally used, when we need to perform ACID actions across various connection as one batch…&#160; (ie… If one action in any one [...]...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/sql-server/transactions-in-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Upgrade to Microsoft SQL Server 2008?</title>
		<link>http://technotes.towardsjob.com/sql-server/why-upgrade-to-microsoft-sql-server-2008/</link>
		<comments>http://technotes.towardsjob.com/sql-server/why-upgrade-to-microsoft-sql-server-2008/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 17:34:29 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Performance Enhancements]]></category>
		<category><![CDATA[Simplified Administration]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SQL Server 2008 Features]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/sql-server/why-upgrade-to-microsoft-sql-server-2008/</guid>
		<description><![CDATA[With the new release of SQL Server 2008, there are many benefits in upgrading the existing applications to the latest release. SQL Server 2008 provides a Data Platform for enterprise applications. Let’s learn more about the new features available in SQL Server 2008


Related posts:<ol><li><a href='http://technotes.towardsjob.com/sql-server/an-introduction-to-microsoft-sql-server-2008-part-1/' rel='bookmark' title='Permanent Link: An Introduction to Microsoft SQL Server 2008 &ndash; Part 1'>An Introduction to Microsoft SQL Server 2008 &ndash; Part 1</a> <small>Microsoft® SQL Server® 2008 is a database platform for large-scale online transaction processing (OLTP), data warehousing, and e-commerce applications; it is also a business intelligence platform for data integration, analysis, and reporting solutions. Microsoft® SQL Server® 2008 provides a trusted, productive, and intelligent data platform that enables you to run...</small></li>
<li><a href='http://technotes.towardsjob.com/sql-server/microsoft-sql-server-security/' rel='bookmark' title='Permanent Link: Microsoft SQL SERVER &ndash; Security'>Microsoft SQL SERVER &ndash; Security</a> <small>What are Builtin\Administrators? SQL Server creates a default NT Group login called Builtin\Administrators during installations.This login facilitates the following All local NT administrators on the server to have default sysadmin privileges&#160; Automatic access to system tables Automatic access to user tables How security is compromised? SQL Server security is compromised...</small></li>
<li><a href='http://technotes.towardsjob.com/sql-server/sql-server-2005-components/' rel='bookmark' title='Permanent Link: SQL Server 2005 Components'>SQL Server 2005 Components</a> <small>SQL Server 2005 – Relational Database Engine Database Engine is the primary component of SQL Server 2005, It is the Online Transaction Processing (OLTP) engine for SQL Server. It is responsible for the efficient storage, retrieval, and manipulation of relational and Extensible Markup Language (XML) formatted data. It is highly...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/sql-server/why-upgrade-to-microsoft-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SET NOCOUNT ON to improve Stored Procedure Performance in SQL Server</title>
		<link>http://technotes.towardsjob.com/sql-server/set-nocount-on-to-improve-stored-procedure-performance-in-sql-server/</link>
		<comments>http://technotes.towardsjob.com/sql-server/set-nocount-on-to-improve-stored-procedure-performance-in-sql-server/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 17:09:00 +0000</pubDate>
		<dc:creator>Raju Sachin</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[@@RowCount]]></category>
		<category><![CDATA[NOCOUNT]]></category>
		<category><![CDATA[Performance Tuning Tips]]></category>
		<category><![CDATA[SET NOCOUNT OFF]]></category>
		<category><![CDATA[SET NOCOUNT ON]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[T-SQL Row Count]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/sql-server/set-nocount-on-to-improve-stored-procedure-performance-in-sql-server/</guid>
		<description><![CDATA[There are many tricks that can be used when you write T-SQL code.&#160; One of these is to reduce the amount of network data for each statement that occurs within your stored procedures.&#160; Every time a SQL statement is executed it returns the number of rows that were affected.&#160; By using &#34;SET NOCOUNT ON&#34; within [...]


Related posts:<ol><li><a href='http://technotes.towardsjob.com/oracle/good-to-use-clob-instead-of-varchar2-in-java-stored-procedure/' rel='bookmark' title='Permanent Link: Good to use CLOB instead of VARCHAR2 in Java Stored Procedure'>Good to use CLOB instead of VARCHAR2 in Java Stored Procedure</a> <small>In Oracle 10G, when we return from a java stored a response which size can be greater than 32767 (PLSQL limit for a varchar2) then we get “ORA-24345: A TRUNCATION OR NULL FETCH ERROR ” error. To avoid getting this error is to return a Clob instead of Varchar2. Steps...</small></li>
<li><a href='http://technotes.towardsjob.com/oracle/oracle-pl-sql-advanced-cursors/' rel='bookmark' title='Permanent Link: Oracle PL/SQL: Advanced Cursors'>Oracle PL/SQL: Advanced Cursors</a> <small>A cursor is a mechanism by which you can assign a name to a "select statement" and manipulate the information within that SQL statement. This tutorial is a continuity of Oracle PL/SQL Cursors which discuses some basic functionalities of PL/SQL Cursors....</small></li>
<li><a href='http://technotes.towardsjob.com/sql-server/transactions-in-sql-server-2008/' rel='bookmark' title='Permanent Link: Transactions in SQL- Server 2008'>Transactions in SQL- Server 2008</a> <small>ACID properties of transactions Atomicity – Either all modifications are performed, or none Consistency – When completed, transactions leave all data and all related structures in a consistent state Isolation – Transactions don&#8217;t see other&#8217;s transaction&#8217;s uncompleted work (intermediate state) Durability – Transactions persist despite of system [...]...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/sql-server/set-nocount-on-to-improve-stored-procedure-performance-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Database Mail in SQL Server 2005/2008</title>
		<link>http://technotes.towardsjob.com/sql-server/database-mail-in-sql-server-20052008/</link>
		<comments>http://technotes.towardsjob.com/sql-server/database-mail-in-sql-server-20052008/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 17:07:36 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Database Mail]]></category>
		<category><![CDATA[Email from SQL Server Database]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2005 Email]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SQL Server 2008 Email]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/sql-server/database-mail-in-sql-server-20052008/</guid>
		<description><![CDATA[SQL Server 2005/2008 has a default Mail Engine in it, We can send email from SQL Server itself using the Database Mail. Database Mail is not active by default, in order to activate the Database Mail we need to follow Database Mail Configuration wizard or we need to execute sp_configure stored procedure with appropriate parameter.
Database [...]


Related posts:<ol><li><a href='http://technotes.towardsjob.com/sql-server/sql-server-2005-dba-checklist/' rel='bookmark' title='Permanent Link: SQL Server 2005 database DBA Checklist for database administrator'>SQL Server 2005 database DBA Checklist for database administrator</a> <small>This article provides SQL Server 2005 database DBA Checklist for database administrator. The objective is to provide Check list for database administrator Overcome existing database server issues like CPU Utilization more (95%), growth in transaction log Database Performance (CUP Utilization) SQL Server 2005 database is 64 bit, its basic feature...</small></li>
<li><a href='http://technotes.towardsjob.com/sql-server/troubleshooting-sql-server-2005-jobs-failure/' rel='bookmark' title='Permanent Link: Troubleshooting SQL Server 2005 Jobs Failure'>Troubleshooting SQL Server 2005 Jobs Failure</a> <small>Introduction In a production environment, it is not always easy to determine why the sql job has failed and what has happened during the job step execution. The checklist provided here will help in arriving at a decision or give clear direction to troubleshoot Checklist: First thing first, so let...</small></li>
<li><a href='http://technotes.towardsjob.com/sql-server/encryption-and-decryption-in-sql-server-2005/' rel='bookmark' title='Permanent Link: Encryption and Decryption in SQL Server 2005'>Encryption and Decryption in SQL Server 2005</a> <small>In this tutorial we shall see how to implement Microsoft SQL Server 2005 Encryption Techniques. Microsoft SQL Server 2005 Encryption are a good way to encrypt sensitive and confidential fields such as passport number, credit card number, phone numbers, and other user information. Many applications require security of important data...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/sql-server/database-mail-in-sql-server-20052008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Verify the SQL Server Backup</title>
		<link>http://technotes.towardsjob.com/sql-server/how-to-verify-the-sql-server-backup/</link>
		<comments>http://technotes.towardsjob.com/sql-server/how-to-verify-the-sql-server-backup/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 13:16:00 +0000</pubDate>
		<dc:creator>Raju Sachin</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[HEADERONLY]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SQL Server Backup]]></category>
		<category><![CDATA[verify backup integrity]]></category>
		<category><![CDATA[VERIFY ONLY]]></category>
		<category><![CDATA[verify sql backup]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/sql-server/how-to-verify-the-sql-server-backup/</guid>
		<description><![CDATA[After taking backup, we need to verify the database backup to assure the SQL Server Backup is taken correctly. we can verify the database backup either by T-SQL statements or SSMS. 
The RESTORE VERIFYONLY command checks the backup to ensure it is complete and the entire backup is readable. The does not do an actual [...]


Related posts:<ol><li><a href='http://technotes.towardsjob.com/sql-server/split-backup-files-while-backup-and-restore-sql-server-database/' rel='bookmark' title='Permanent Link: Split Backup Files while Backup and Restore SQL Server Database'>Split Backup Files while Backup and Restore SQL Server Database</a> <small>Just a day before working on one of the projects, I had to take a backup of one database of 30 GB. My hard drive lacked sufficient space at that moment. Fortunately, I had two 16 GB USB Drives with me. Now, the question was how to take a backup...</small></li>
<li><a href='http://technotes.towardsjob.com/sql-server/backup-sql-server-database-using-ssms/' rel='bookmark' title='Permanent Link: Backup SQL Server Database using SSMS'>Backup SQL Server Database using SSMS</a> <small>Once you are started using SQL Server database for your application, you need to start taking database backups regularly. If it may be a development database or production database, you should take backups in a timely manner. Because if your information get loss, that brings you in loss. We cannot...</small></li>
<li><a href='http://technotes.towardsjob.com/sql-server/automatic-backup-compression-in-sql-server-2008/' rel='bookmark' title='Permanent Link: Automatic Backup Compression in SQL Server 2008'>Automatic Backup Compression in SQL Server 2008</a> <small>From Long time SQL Server DBAs and Professionals are awaiting for a automatic compressed backup utility for SQL server, But It became true only with SQL Server 2008. For too long, if you wanted the benefit of compressed backups, you had to look at a third-party tool. Now, backup compression...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/sql-server/how-to-verify-the-sql-server-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup and Restore Transaction Log in SQL Server</title>
		<link>http://technotes.towardsjob.com/sql-server/backup-and-restore-transaction-log-in-sql-server/</link>
		<comments>http://technotes.towardsjob.com/sql-server/backup-and-restore-transaction-log-in-sql-server/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 21:18:00 +0000</pubDate>
		<dc:creator>Raju Sachin</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[backup transaction log]]></category>
		<category><![CDATA[log backup]]></category>
		<category><![CDATA[restore transaction log]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SQL Server Backup]]></category>
		<category><![CDATA[SSMS Backup]]></category>
		<category><![CDATA[Transaction log backup]]></category>
		<category><![CDATA[TSQL Backup]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/sql-server/backup-and-restore-transaction-log-in-sql-server/</guid>
		<description><![CDATA[This article covers the basics of Transaction Log backups and restores in SQL Server. The examples are from SQL Server 2008 however it applies to SQL Server 2005. If a database uses either the full or bulk-logged recovery model, you must back up the transaction log regularly enough to protect your data and to keep the transaction log from filling.


Related posts:<ol><li><a href='http://technotes.towardsjob.com/sql-server/dba-tips-maintenance-plan-to-avoid-transaction-log-file-growth/' rel='bookmark' title='Permanent Link: (DBA TIPS) Maintenance Plan to avoid Transaction log file growth'>(DBA TIPS) Maintenance Plan to avoid Transaction log file growth</a> <small>General problem faced by most the database server is growth in transaction log file. This causes less free memory space on database server. To recover from a situation where the transaction logs grow to an unacceptable limit, you must reduce the size of the transaction logs. To do this, you...</small></li>
<li><a href='http://technotes.towardsjob.com/sql-server/split-backup-files-while-backup-and-restore-sql-server-database/' rel='bookmark' title='Permanent Link: Split Backup Files while Backup and Restore SQL Server Database'>Split Backup Files while Backup and Restore SQL Server Database</a> <small>Just a day before working on one of the projects, I had to take a backup of one database of 30 GB. My hard drive lacked sufficient space at that moment. Fortunately, I had two 16 GB USB Drives with me. Now, the question was how to take a backup...</small></li>
<li><a href='http://technotes.towardsjob.com/sql-server/backup-sql-server-database-using-ssms/' rel='bookmark' title='Permanent Link: Backup SQL Server Database using SSMS'>Backup SQL Server Database using SSMS</a> <small>Once you are started using SQL Server database for your application, you need to start taking database backups regularly. If it may be a development database or production database, you should take backups in a timely manner. Because if your information get loss, that brings you in loss. We cannot...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/sql-server/backup-and-restore-transaction-log-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>