<?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</title>
	<atom:link href="http://technotes.towardsjob.com/tag/sql-server/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>SQL Server &#8211; Maximum Capacity Specifications Comparison</title>
		<link>http://technotes.towardsjob.com/sql-server/sql-server-maximum-capacity-specifications-comparison/</link>
		<comments>http://technotes.towardsjob.com/sql-server/sql-server-maximum-capacity-specifications-comparison/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 12:22:00 +0000</pubDate>
		<dc:creator>Raju Sachin</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[sql server 2000]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 7.0]]></category>
		<category><![CDATA[SQL Server Comparison]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/sql-server/sql-server-maximum-capacity-specifications-comparison/</guid>
		<description><![CDATA[



The following table compares the maximum sizes and numbers of various objects defined in SQL Server 7.0, SQL Server 2000 and SQL Server 2005 databases or referenced in Transact-SQL statements. The table does not include Microsoft SQL Server 2000 Windows CE Edition and Microsoft SQL Server 2005 Windows CE Edition. The table has the technical [...]


Related posts:<ol><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>
<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>
<li><a href='http://technotes.towardsjob.com/sql-server/sql-server-compare-and-synchronize-tool/' rel='bookmark' title='Permanent Link: SQL Compare &#8211; Compare and Synchronize tool for SQL Server Database'>SQL Compare &#8211; Compare and Synchronize tool for SQL Server Database</a> <small>SQL Compare is a Data comparison and synchronization tool from Redgate, This is an effective tool for SQL developers, Test Engineers&#160; and SQL DBAs to accomplish their task. The specialty of the software is that it can be used with live database, Database Snapshots as well as SQL Scripts. Some...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/sql-server/sql-server-maximum-capacity-specifications-comparison/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>T-SQL Script to Divide One Column Data into Two Columns</title>
		<link>http://technotes.towardsjob.com/sql-server/t-sql-script-to-divide-one-column-data-into-two-columns/</link>
		<comments>http://technotes.towardsjob.com/sql-server/t-sql-script-to-divide-one-column-data-into-two-columns/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 11:51:00 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Divide Columns]]></category>
		<category><![CDATA[Split Columns]]></category>
		<category><![CDATA[Split Columns in T-SQL]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/sql-server/t-sql-script-to-divide-one-column-data-into-two-columns/</guid>
		<description><![CDATA[Just a day ago, we faced situation where one column in database contained two values which were separated by comma. We wanted to separate this two values in their own columns. 
&#160;
It was interesting that value of the column was variable and something dynamic needed to be written. Following is quick script which separates one [...]


Related posts:<ol><li><a href='http://technotes.towardsjob.com/oracle/sql-tutorial-converting-rows-to-columns/' rel='bookmark' title='Permanent Link: SQL Tutorial : Converting Rows to Columns'>SQL Tutorial : Converting Rows to Columns</a> <small>In this tutorial we can see how to convert rows into columns using Structured Query language SQL. We cover this tutorial from the basic steps i.e creating tables and inserting values into the table so that it can be useful for basic users as well...</small></li>
<li><a href='http://technotes.towardsjob.com/oracle/sql-tips-writing-multiple-column-subqueries/' rel='bookmark' title='Permanent Link: SQL TIPS : Writing Multiple Column Subqueries'>SQL TIPS : Writing Multiple Column Subqueries</a> <small>In subqueries, regardless of whether one row or multiple rows are returned, each of these rows contains only one column worth of data to compare to the main query level. The main query can be set up to handle multiple columns in each row returned, too. For example select deptno,ename,job,sal,...</small></li>
<li><a href='http://technotes.towardsjob.com/db2/error-sql0161n-insert-update-not-conform-view-definition/' rel='bookmark' title='Permanent Link: Error: SQL0161N Insert or Update operation does not conform to the view definition'>Error: SQL0161N Insert or Update operation does not conform to the view definition</a> <small>DB2 Error: SQL0161N Description : The resulting row of the insert or update operation does not conform to the view definition. Explanation: The WITH CHECK OPTION clause was specified in the view definition that is the object of the insert or update operation or a FROM clause specified an insert...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/sql-server/t-sql-script-to-divide-one-column-data-into-two-columns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Split Backup Files while Backup and Restore SQL Server Database</title>
		<link>http://technotes.towardsjob.com/sql-server/split-backup-files-while-backup-and-restore-sql-server-database/</link>
		<comments>http://technotes.towardsjob.com/sql-server/split-backup-files-while-backup-and-restore-sql-server-database/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 11:54:00 +0000</pubDate>
		<dc:creator>Raju Sachin</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[multi file backup]]></category>
		<category><![CDATA[split sql Backup]]></category>
		<category><![CDATA[SQL Server 2008 Backup]]></category>
		<category><![CDATA[SQL Server Backup]]></category>
		<category><![CDATA[SQL Server Database Backup]]></category>
		<category><![CDATA[TSQL Backup]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/sql-server/split-backup-files-while-backup-and-restore-sql-server-database/</guid>
		<description><![CDATA[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 in two equal sizes, each [...]


Related posts:<ol><li><a href='http://technotes.towardsjob.com/sql-server/backup-and-restore-transaction-log-in-sql-server/' rel='bookmark' title='Permanent Link: Backup and Restore Transaction Log in SQL Server'>Backup and Restore Transaction Log in SQL Server</a> <small>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...</small></li>
<li><a href='http://technotes.towardsjob.com/sql-server/how-to-verify-the-sql-server-backup/' rel='bookmark' title='Permanent Link: How to Verify the SQL Server Backup'>How to Verify the SQL Server Backup</a> <small>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...</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/split-backup-files-while-backup-and-restore-sql-server-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup SQL Server database using T-SQL</title>
		<link>http://technotes.towardsjob.com/sql-server/backup-sql-server-database-using-t-sql/</link>
		<comments>http://technotes.towardsjob.com/sql-server/backup-sql-server-database-using-t-sql/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 17:29:00 +0000</pubDate>
		<dc:creator>Raju Sachin</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Backup using T-SQL]]></category>
		<category><![CDATA[SQL Server Backup]]></category>
		<category><![CDATA[SQL Server Database Backup]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[T-SQL Backup]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/sql-server/backup-sql-server-database-using-t-sql/</guid>
		<description><![CDATA[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.


Related posts:<ol><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/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/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>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/sql-server/backup-sql-server-database-using-t-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup SQL Server Database using SSMS</title>
		<link>http://technotes.towardsjob.com/sql-server/backup-sql-server-database-using-ssms/</link>
		<comments>http://technotes.towardsjob.com/sql-server/backup-sql-server-database-using-ssms/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 19:29:00 +0000</pubDate>
		<dc:creator>Raju Sachin</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Database Backup]]></category>
		<category><![CDATA[SQL Server 2008 Backup]]></category>
		<category><![CDATA[SQL Server Backup]]></category>
		<category><![CDATA[SQL Server Database Backup]]></category>
		<category><![CDATA[SSMS]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/sql-server/backup-sql-server-database-using-ssms/</guid>
		<description><![CDATA[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 prevent the data loss due to disk failure, file corruption, code bugs, external factors, etc. 

The best practice is to take database backup and store it in an external media like tape drive and keep it in a safe place. The easiest way to take database backup is by using SQL Server Management Studio (SSMS).


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/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-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-sql-server-database-using-ssms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>