<?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>Software News Daily &#187; sql server</title>
	<atom:link href="http://www.softwarenewsdaily.com/tag/sql-server/feed" rel="self" type="application/rss+xml" />
	<link>http://www.softwarenewsdaily.com</link>
	<description>Latest software and technology news!</description>
	<lastBuildDate>Wed, 08 Feb 2012 22:57:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Microsoft SQL Server 2012 &#8211; First Look</title>
		<link>http://www.softwarenewsdaily.com/2012/01/microsoft-sql-server-2012-first-look</link>
		<comments>http://www.softwarenewsdaily.com/2012/01/microsoft-sql-server-2012-first-look#comments</comments>
		<pubDate>Tue, 31 Jan 2012 15:43:38 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[Industry News]]></category>
		<category><![CDATA[New Releases]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://www.softwarenewsdaily.com/?p=10617</guid>
		<description><![CDATA[Microsoft announced that SQL Server 2012 will be released in the first half of 2012 in three versions: Standard (for basic database and reporting capabilities), Business Intelligence (a new version providing premium corporate and self-service BI) and Enterprise (for large scale data warehousing and mission critical applications). Microsoft is holding a &#8220;virtual launch event&#8221; for &#8230; </p><p><a class="more-link block-button" href="http://www.softwarenewsdaily.com/2012/01/microsoft-sql-server-2012-first-look">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><a href="http://www.softwarenewsdaily.com/wp-content/uploads/2012/01/SQL-Server-2012-Launches-in-H1-2012-Now-in-the-Final-Production-Stages-2.png"><img class="aligncenter  wp-image-10621" title="SQL-Server-2012-Launches-in-H1-2012-Now-in-the-Final-Production-Stages-2" src="http://www.softwarenewsdaily.com/wp-content/uploads/2012/01/SQL-Server-2012-Launches-in-H1-2012-Now-in-the-Final-Production-Stages-2.png" alt="" width="517" height="144" /></a></p>
<p style="text-align: left;">Microsoft announced that SQL Server 2012 will be released in the first half of 2012 in three versions: Standard (for basic database and reporting capabilities), Business Intelligence (a new version providing premium corporate and self-service BI) and Enterprise (for large scale data warehousing and mission critical applications). Microsoft is holding a &#8220;virtual launch event&#8221; for SQL Server 2012 on March 7, 2012.</p>
<p style="text-align: left;">Microsoft SQL Server 2012 is a significant product release that provides mission critical confidence with greater uptime, blazing-fast performance and enhanced security features.</p>
<p style="text-align: left;">SQL Server 2012 is a cloud-ready information platform that helps organizations unlock breakthrough insights with pervasive data discovery across their organization.<span id="more-10617"></span></p>
<p style="text-align: left;"><strong>SQL Server 2012 Enhancements &amp; New Features</strong></p>
<p style="text-align: left;"><strong> </strong><strong><em>Availability</em></strong></p>
<p style="text-align: left;"><strong><em> </em></strong>For protecting application databases, SQL Server 2012 introduces the AlwaysOn SQL Server Failover Cluster Instances and AlwaysOn Availability Groups feature.</p>
<p style="text-align: left;"><strong> </strong>AlwaysOn SQL Server Failover Clusters:</p>
<ul style="text-align: left;">
<li>A multi-subnet failover cluster provides a disaster recovery solution in addition to high availability.<strong></strong></li>
<li>The improved failure detection and addition of failure condition level property lets you configure a more flexible failover policy.<strong></strong></li>
<li>The indirect checkpoints feature provides a database specific alternative to automatic checkpoints that are configured by a server property.  <strong></strong></li>
</ul>
<p style="text-align: left;">AlwaysOn Availability Groups:</p>
<ul style="text-align: left;">
<li>An availability group is a container that defines a set user databases (availability databases) to fail over as a single unit. It defines a set of availability replicas to host copies of each user database.</li>
<li>It also provides a rich set of options that improve resource usage.</li>
</ul>
<p style="text-align: left;"><strong><em>Manageability</em></strong></p>
<p style="text-align: left;">Manageability of SQL Server 2012 is improved by enhancements to tools and monitoring features.</p>
<ul style="text-align: left;">
<li>The Database Engine Query Editor introduces enhanced functionality for Transact-SQL debugging and IntelliSense.</li>
<li>Point-in-time restore has improved by the addition of a visual timeline.</li>
<li>Restore plan algorithm has improved and a lot of edge cases are dealt more efficiently than in previous versions.</li>
<li>Data tier applications now support many more objects than in SQL Server 2008 R2.</li>
<li>The new Windows PowerShell 2.0 feature loads SQL Server components into a PowerShell environment.</li>
</ul>
<p style="text-align: left;"><strong><em> </em></strong></p>
<p style="text-align: left;"><strong><em>Programmability</em></strong><strong> </strong></p>
<p style="text-align: left;">Programmability enhancements include FileTables, statistical semantic search, ad-hoc query paging, support for sequence objects and numerous improvements to Transact-SQL.</p>
<ul style="text-align: left;">
<li>You can now store files and documents in special tables in SQL Server.  You can access them from Windows applications as if they were stored in the file system, without making changes to the Windows applications.</li>
<li>Semantic search enables new scenarios that extend beyond syntactical keyword searches. Semantic search lets you query the meaning of a document.</li>
<li>You can specify a range of rows returned by a SELECT statement based on row offset and row count values that you provide.</li>
<li>A sequence object generates a sequence of numeric values according to the specification with which the sequence was created. Here the sequence numbers are not restricted.</li>
<li>The THROW statement can be used to raise an exception and transfer the control to a CATCH block of a TRY-CATCH construct.</li>
<li>The OVER clause has been extended to support window functions.</li>
</ul>
<p style="text-align: left;"><strong><em>Scalability &amp; Performance</em></strong><strong><em> </em></strong></p>
<p style="text-align: left;">Scalability and performance enhancements in the Database Engine include columnstore indexes.</p>
<ul style="text-align: left;">
<li>The columnstore index improves data warehouse query performance by hundreds to thousands of times and can routinely give a tenfold speedup for a wide range of decision support queries.</li>
<li>This allows end users to get more business value from their data.</li>
<li>As columnstore indexes can eliminate the need of pre-built aggregates, IT workers can reduce the development costs and ETL times.</li>
</ul>
<p style="text-align: left;"><strong><em>Security</em></strong></p>
<p style="text-align: left;">Security enhancements include new SEARCH PROPERTY LIST permissions and new user-defined server roles.</p>
<ul style="text-align: left;">
<li>New GRANT, REVOKE, and DENY permissions are available to a SEARCH PROPERTY LIST.</li>
<li>To manage user-defined server roles and to add and remove members from all server roles, CREATE SERVER ROLE, ALTER SERVER ROLE, and DROP SERVER ROLE are available.</li>
</ul>
<p style="text-align: left;"><strong>Key Benefits</strong></p>
<ul style="text-align: left;">
<li>The new MDS Add-in for Excel helps end users to manage and maintain central data.</li>
<li>Create and scale business solutions from server to cloud.</li>
<li>Provide complete view across business data through integration, cleansing and management.</li>
<li>Reduce complexity and accelerate time to solution through SQL Server appliances and cloud offerings.</li>
<li>Ensure peace of mind with premier services and support, and free access to software service packs.</li>
</ul>
<p style="text-align: left;">The upcoming release of Microsoft SQL Server 2012 promises to further protect the infrastructure of an organization, especially for mission critical workloads. As you bet on Microsoft, you get more than a trusted platform. You also get a trusted business partner as well as a trusted ecosystem of experienced vendors.</p>
<p style="text-align: left;"><strong>Article Contributor: </strong>Satish Kumar</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2012%2F01%2Fmicrosoft-sql-server-2012-first-look&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2012%2F01%2Fmicrosoft-sql-server-2012-first-look&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2012%2F01%2Fmicrosoft-sql-server-2012-first-look&amp;counturl=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2012%2F01%2Fmicrosoft-sql-server-2012-first-look&amp;count=none&amp;text=Microsoft%20SQL%20Server%202012%20%26%238211%3B%20First%20Look" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2012%2F01%2Fmicrosoft-sql-server-2012-first-look&amp;counturl=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2012%2F01%2Fmicrosoft-sql-server-2012-first-look&amp;count=none&amp;text=Microsoft%20SQL%20Server%202012%20%26%238211%3B%20First%20Look" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2012%2F01%2Fmicrosoft-sql-server-2012-first-look&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2012%2F01%2Fmicrosoft-sql-server-2012-first-look&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2012%2F01%2Fmicrosoft-sql-server-2012-first-look&amp;linkname=Microsoft%20SQL%20Server%202012%20%26%238211%3B%20First%20Look" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.softwarenewsdaily.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2012%2F01%2Fmicrosoft-sql-server-2012-first-look&amp;title=Microsoft%20SQL%20Server%202012%20%26%238211%3B%20First%20Look" id="wpa2a_2">Share</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.softwarenewsdaily.com/2012/01/microsoft-sql-server-2012-first-look/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review of SQL Server 2008 Data types</title>
		<link>http://www.softwarenewsdaily.com/2011/07/review-of-sql-server-2008-data-types</link>
		<comments>http://www.softwarenewsdaily.com/2011/07/review-of-sql-server-2008-data-types#comments</comments>
		<pubDate>Mon, 25 Jul 2011 11:00:11 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Windows/PC]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[sql server 2008]]></category>
		<category><![CDATA[sql server data types]]></category>

		<guid isPermaLink="false">http://www.softwarenewsdaily.com/?p=9033</guid>
		<description><![CDATA[Data types play the most vital role to any database, since selecting the incorrect data types can waste storage space and grounds your database solutions to run slowly. This SQL Server 2008 review begins by acquainting you with the dozens of data types.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.softwarenewsdaily.com/wp-content/uploads/2011/07/2008-r2-small-business-01.jpg"><img class="aligncenter size-large wp-image-9051" title="SQL Server 2008 Data Types" src="http://www.softwarenewsdaily.com/wp-content/uploads/2011/07/sql-data-types-01-1024x798.jpg" alt="SQL Server 2008 Data Types" width="351" height="273" /></a></p>
<p style="text-align: left;">Data types play the most vital role to any database, since selecting the incorrect data types can waste storage space and grounds your database solutions to run slowly. Picking the right data types can give you faster, easier, and more flexible options for retrieving data from your database. This SQL Server 2008 review begins by acquainting you with the dozens of data types.</p>
<p style="text-align: left;"><a href="http://www.softwaremedia.com/microsoft/sql-server/">SQL Server 2008</a> supports dozens of native data types. The data type that you use to accumulate a column’s values say a lot about the data in that column. A few data types are adapted for storing characters, while others are best for holding large numbers or small numbers. Selecting the right data type for a column can save a lot of storage space and improve performance. We’ll go into detail with three main broad categories:<span id="more-9033"></span></p>
<ul style="text-align: left;">
<li><strong>Numbers and dates</strong></li>
<li><strong>Character and binary byte streams</strong></li>
<li><strong>Miscellaneous</strong></li>
</ul>
<p style="text-align: left;">&nbsp;</p>
<p style="text-align: left;"><strong><span style="text-decoration: underline;">Numbers and dates:</span></strong></p>
<p style="text-align: left;"><strong><span style="text-decoration: underline;"> </span></strong></p>
<p style="text-align: left;">Number data types can represent values either precisely or approximately. Data types for numbers have four common characteristics:</p>
<ul style="text-align: left;">
<li><strong>Precision:</strong> Refers to how accurately a data type can represent a number value.</li>
<li><strong>Scale:</strong> Refers to the number of digits to the right of a decimal point.</li>
<li><strong>Length:</strong> designates the number of bytes used to store a value.</li>
<li><strong>Range of legitimate values: </strong>provides a very concrete way of appreciating the role of a data type.</li>
</ul>
<p style="text-align: left;"><strong> </strong></p>
<p style="text-align: left;">In many cases, data types for precise numbers represent integer values with a scale of zero (no digits to the right of the decimal point). Some data types for numbers represent values precisely even while they permit the inclusion of digits to the right of the decimal point. Two data types like this are:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="583" valign="top"><strong><span style="text-decoration: underline;">Decimal (numeric):</span></strong>&nbsp;</p>
<p><code> </code></p>
<p><code><strong><span style="text-decoration: underline;">Exact   Numbers:</span></strong></code></p>
<p><code><strong> </strong></code></p>
<p><code>Create table Patient (PatientId int,</code> <code>FullName varchar(20),</code></p>
<p><code>Weight decimal (5,2),   Height decimal (5,2), ADP smallint,BDZ tinyint);</code><br />
<code>Go</code><br />
<code><strong>Note:   --decimal constants do not need delimiters either:</strong></code><br />
<code><strong>Insert </strong></code><code>into Patient (PatientId, FullName, Weight, Height, ADP, BDZ)</code><br />
<code>values (834021, 'Tom Jones', 89.5, 188.5, 450, 11)</code><br />
<code>GO</code><br />
<code>(1 rows affected)</code></p>
<p><code><strong>select </strong></code><code>* <strong>from </strong>Patient;</code><br />
<code>GO</code><br />
<code>PatientId   FullName             Weight Height ADP    BDZ</code><br />
<code>----------- -------------------- ------- ------- ------ ---</code><br />
<code> 834021 Tom Jones              89.50 188.50    450 11</code></p>
<p><code>(1 rows affected)</code><strong> </strong></p>
<p><strong> </strong></p>
<p><strong><span style="text-decoration: underline;">Convert DECIMAL (10, 2) to varchar(10):</span></strong></p>
<p><strong><span style="text-decoration: underline;"> </span></strong></p>
<p><code><strong>CREATE </strong></code><code>TABLE employee   (id INTEGER NOT NULL PRIMARY KEY,</code></p>
<p><code>first_name  VARCHAR(10),</code> <code>last_name   VARCHAR(10),</code></p>
<p><code>salary      DECIMAL(10,2),</code> <code>start_Date  DATETIME,   region      VARCHAR(10),</code></p>
<p><code>city        VARCHAR(20),</code> <code>managerid   INTEGER);</code></p>
<p><code>GO</code><strong> </strong></p>
<p><code><strong>SELECT </strong></code><code>ID,First_Name,  'The total is $' +</code> <code>CONVERT(varchar(10),salary)</code></p>
<p><code><strong>FROM</strong></code><code> employee</code></p>
<p><code>GO</code><br />
<code>ID          First_Name</code><br />
<code>----------- ---------- ------------------------</code><br />
<code> 1 Jason      The total is $5890.00</code><br />
<code> 2 Alison     The total is $4789.00</code><br />
<code> </code><code>3 James      The total is $6678.00</code><br />
<code> 4 Celia      The total is $5567.00</code><br />
<code> 5 Robert     The total is $4467.00</code><br />
<code> 6 Linda      The total is $6456.00</code><br />
<code> 7 David      The total is $5345.00</code><br />
<code> 8 James      The total is $4234.00</code><br />
<code> 9 Joan       The total is $6123.00</code></p>
<p><code>(9 rows affected)</code><strong> </strong></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p style="text-align: left;"><strong><span style="text-decoration: underline;">Bit Data Type: </span></strong></p>
<p style="text-align: left;"><strong><span style="text-decoration: underline;"> </span></strong></p>
<p style="text-align: left;">The bit data type is for values that can be either 0 or 1. The <a href="http://www.softwaremedia.com/licensing/microsoft-open-business/sql-server/">SQL Server</a> database engine automatically groups bit data values to fill the bits within a byte. If a table has between 1 and 8 bit values per table row, SQL Server stores the values in a byte. Similarly, from 9 to 16 bit values are stored within 2 bytes.</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="590" valign="top">
<h2><code> </code></h2>
<p><strong><code>Bit   Type (Column):</code></strong></p>
<p><code> </code></p>
<p><code><strong>CREATE </strong></code><code>TABLE T (int1 int,</code> <code>bit1 bit,</code> <code>varchar1 varchar(3),</code> <code>dec1 dec(5,2),</code> <code>cmp1 AS (int1 + bit1);</code></p>
<p><code>GO</code><br />
<code><strong>INSERT </strong></code><code>T (int1, bit1) VALUES (1, 0)</code><br />
<code><strong>INSERT </strong></code><code>T (int1, varchar1) VALUES (2, 'abc')</code><br />
<code><strong>INSERT </strong></code><code>T (int1, dec1) VALUES (3, 5.25)</code><br />
<code><strong>INSERT </strong></code><code>T (bit1, dec1) VALUES (1, 9.75)</code><br />
<code>GO</code></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p style="text-align: left;"><strong><span style="text-decoration: underline;">Integer Data Types:</span></strong></p>
<p style="text-align: left;"><strong><span style="text-decoration: underline;"> </span></strong></p>
<p style="text-align: left;">The four integer data types are:<strong> </strong></p>
<ul>
<li style="text-align: left;"><strong>Tinyint: </strong>Range of values: 0 through 255, precision: 3, scale: 0, length: 1</li>
<li style="text-align: left;"><strong>Smallint:</strong> Range of values: –32, 768 (–2^15),      through 32, 767 (2^15 – 1), precision: 5, scale: 0, length: 2</li>
<li style="text-align: left;"><strong>Int: </strong>Range of values: –2,147,483,648 (–2^31), through 2,147,483,647      (2^31 – 1) precision: 10, scale: 0, length: 4</li>
<li style="text-align: left;"><strong>Bigint</strong>: Range of values: –9,223,372,036,854,775,808 (–2^63), through      9,223,372,036,854,775,807 (2^63 – 1), precision: 19, scale: 0, length: 8</li>
</ul>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="590" valign="top"><strong><span style="text-decoration: underline;">smallint:</span></strong>&nbsp;</p>
<p><strong> </strong></p>
<p><code><strong>CREATE </strong></code><code>TABLE discounts(</code> <code>discounttype   varchar(40) NOT NULL,</code> <code>stor_id <strong>char</strong>(4) NULL,</code> <code>lowqty smallint NULL,</code> <code>highqty smallint NULL,   discount       dec(4,2)          NOT NULL);</code><br />
<code>GO</code><br />
<code><strong>insert </strong></code><code>discounts values('Initial Customer',  NULL,   NULL, NULL, 10.5)</code><br />
<code><strong>insert </strong></code><code>discounts values('Volume Discount',   NULL,   100,  1000, 6.7)</code><br />
<code><strong>insert </strong></code><code>discounts values('Customer Discount', '8042', NULL, NULL, 5.0)</code><br />
<code>GO</code></p>
<p><strong><span style="text-decoration: underline;">Integer</span></strong><strong><span style="text-decoration: underline;">:</span></strong><strong> </strong></p>
<p><strong> </strong></p>
<p><code><strong>Create </strong></code><code>table Billings (BankerID    INTEGER,</code> <code>BillingNumber  INTEGER,</code> <code>BillingDate  datetime,</code> <code>BillingTotal  INTEGER,</code> <code>TermsID  INTEGER,</code> <code>BillingDueDate   datetime ,</code> <code>PaymentTotal  INTEGER,</code> <code>CreditTotal  INTEGER</code> <code>);</code><br />
<code>GO</code><br />
<code><strong>INSERT </strong></code><code>INTO Billings VALUES (1, 1, '2005-01-22', 165, 1,'2005-04-22',123,321);</code><br />
<code>GO</code><strong> </strong></p>
<p>Bigint:</p>
<p><strong><span style="text-decoration: underline;"> </span></strong></p>
<p><code><strong>CREATE </strong></code><code>TABLE T (c1 bigint,</code> <code>c2 nvarchar(max));</code></p>
<p><strong><span style="text-decoration: underline;"> </span></strong></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p style="text-align: left;"><strong><span style="text-decoration: underline;">Currency Data Types: </span></strong></p>
<p style="text-align: left;"><strong><span style="text-decoration: underline;"> </span></strong></p>
<p style="text-align: left;">These Data types explicitly target the representation of currency values.</p>
<ul>
<li style="text-align: left;"><strong>Money:</strong> Range of values: –214,748.3648 through 214,748.3647, precision: 10, scale: 0, length: 4</li>
<li style="text-align: left;"><strong>Smallmoney: </strong>Range of values:      –922,337,203,685,477.5808 through 922,337,203,685,477.5807, precision: 19,      scale: 0, length: 8</li>
</ul>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="583" valign="top"><strong><span style="text-decoration: underline;">Money:</span></strong>&nbsp;</p>
<p><strong> </strong></p>
<p><code><strong>CREATE </strong></code><code>FUNCTION dbo.AveragePrice()</code> <code>RETURNS money WITH SCHEMABINDING</code></p>
<p><code>AS</code><br />
<code><strong>BEGIN</strong></code><br />
<code>RETURN (<strong>SELECT </strong>AVG   (Price) <strong>FROM </strong>dbo.Titles)</code><br />
<code><strong>END</strong></code><br />
<code>GO</code><br />
<code><strong>SELECT </strong></code><code>OBJECTPROPERTY(OBJECT_ID('AveragePrice'), 'IsDeterministic')</code><br />
<code>GO</code><br />
<code> (1 row affected)</code></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p style="text-align: left;"><span style="text-decoration: underline;"><strong>Date and Time Data Types:</strong></span></p>
<p style="text-align: left;">SQL Server 2008 offers two data types for representing date and time values, these data types store their values as numbers with digits to the left and right of a decimal point.</p>
<ul>
<li style="text-align: left;"><strong>Smalldatetime:</strong> date range: January 1, 1900, through      June 6, 2079, time resolution: 1 minute, length: 4.</li>
<li style="text-align: left;"><strong>Datetime:</strong> date range: January 1, 1753, through      December 31, 9999, time resolution: 3.33 milliseconds, length: 8</li>
</ul>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="590" valign="top"><strong> </strong>&nbsp;</p>
<p><strong><span style="text-decoration: underline;">Datetime:</span></strong></p>
<p><strong> </strong></p>
<p><code><strong>Create </strong></code><code>table Billings (BankerID INTEGER,</code> <code>BillingNumber INTEGER,   BillingDate        datetime,</code><br />
<code>BillingTotal       INTEGER,</code> <code>TermsID            INTEGER,   BillingDueDate     datetime ,</code></p>
<p><code>PaymentTotal       INTEGER,</code> <code>CreditTotal        INTEGER);</code><br />
<code>GO</code><br />
<code><strong>INSERT </strong></code><code>INTO Billings VALUES (1, 1, '2005-01-22', 165, 1,'2005-04-22',   123,321);</code></p>
<p><code>GO</code></p>
<p><code>(1</code><code> </code><code>rows affected)</code></td>
</tr>
<tr>
<td width="590" valign="top"><strong> </strong>&nbsp;</p>
<p><strong><span style="text-decoration: underline;">Smalldatetime (Column with default value):</span></strong></p>
<p><strong> </strong></p>
<p><code><strong>CREATE </strong></code><code>TABLE StudentsArchive (AID <strong>int </strong>IDENTITY   (1,1) PRIMARY KEY CLUSTERED,</code></p>
<p><code>type nvarchar(6) NOT NULL,</code> <code>whenchanged smalldatetime NOT NULL DEFAULT Getdate(),</code><br />
<code>StudentID int,</code> <code>nFirstName nvarchar(30),   nLastName nvarchar(50), oFirstName nvarchar(30),</code></p>
<p><code>oLastName nvarchar(50))</code><strong> </strong></td>
</tr>
</tbody>
</table>
<p><strong><span style="text-decoration: underline;"> </span></strong></p>
<p>&nbsp;</p>
<p style="text-align: left;"><strong><span style="text-decoration: underline;">Decimal and Numeric Data Types:</span></strong></p>
<p style="text-align: left;">The decimal &amp; numeric data type both describe the same kind of data. A table designer can specify both the precision (p) and scale (s) of table columns with either a numeric or decimal data type at the time that they designate the column for the table.</p>
<ul style="text-align: left;">
<li><strong>Decimal or numeric:</strong> Range of values: –10^38 + 1 through      10^38 – 1,</li>
</ul>
<p style="text-align: left;">Precision: minimum of 0 and maximum of 38, scale: minimum of 0 and 3 maximum of 38, Length: varies (for p of 1–9, the length is 5; for p of 10–19, the length is 9; for p of 20–28, the length is 13; for p of 29–38, the length is 17)</p>
<p>&nbsp;</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="590" valign="top"><code><strong> </strong></code>&nbsp;</p>
<p><code><strong><span style="text-decoration: underline;">Decimal   with Exact Number:</span></strong></code></p>
<p><code> </code></p>
<p><code>Create table Patient (PatientId int,</code> <code>FullName varchar(20),   Weight decimal(5,2),</code></p>
<p><code>Height decimal (5,2),</code> <code>ADP smallint, BDZ tinyint));</code><br />
<code>Go</code></p>
<p><strong>Note</strong><code><strong>--decimal constants do not need delimiters either:</strong></code><strong><br />
</strong><br />
<code><strong>insert </strong></code><code>into Patient (PatientId, FullName, Weight, Height, ADP, BDZ)</code><br />
<code>values (834021, 'Tom Jones', 89.5, 188.5, 450, 11)</code><br />
<code>GO</code></p>
<p><code><strong>select </strong></code><code>* <strong>from </strong>Patient;</code><br />
<code>GO</code><br />
<code>PatientId   FullName             Weight Height ADP    BDZ</code><br />
<code>----------- -------------------- ------- ------- ------ ---</code><br />
<code> 834021 Tom Jones              89.50  188.50    450  11</code></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p style="text-align: left;"><strong><span style="text-decoration: underline;">Approximate Data Types:</span></strong></p>
<p style="text-align: left;"><strong><span style="text-decoration: underline;"> </span></strong></p>
<p style="text-align: left;">Real and float data types can represent values approximately instead of precisely, as with integer data types, such as int and bigint.</p>
<ul>
<li style="text-align: left;"><strong>Real: </strong>range of values: –3.40E + 38 through 3.40E + 38, precision: from 1      to 7Scale: Null, length: 4</li>
<li style="text-align: left;"><strong>Float: </strong>Range of values: –1.79E + 308 through 1.79E + 308, precision: from 1      to 15, scale: Null, length: 8</li>
</ul>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="595" valign="top"><strong><span style="text-decoration: underline;">FLOAT type column:</span></strong>&nbsp;</p>
<p><code><strong><span style="text-decoration: underline;"> </span></strong></code></p>
<p><code><strong>CREATE </strong></code><code>TABLE project (project_no CHAR   (4) NOT NULL,</code> <code>project_name CHAR (15) NOT NULL,</code><br />
<code>budget FLOAT NULL));</code></td>
</tr>
</tbody>
</table>
<p><strong><span style="text-decoration: underline;"> </span></strong></p>
<p>&nbsp;</p>
<p style="text-align: left;"><strong><span style="text-decoration: underline;">Character and Binary Byte Streams:</span></strong></p>
<p style="text-align: left;"><strong><span style="text-decoration: underline;"> </span></strong></p>
<p style="text-align: left;">A sequence of 1 or more bytes is a byte stream. <a href="http://www.softwaremedia.com/search/?search_keywords=SQL+Server+2008&amp;search-btn.x=0&amp;search-btn.y=0">SQL Server 2008</a> can decode a byte stream to characters, such as letters, numbers, and symbols, or it can just save and retrieve a byte stream without decoding the byte(s). There are basically three types of byte stream types:</p>
<ul style="text-align: left;">
<li><strong>Character: </strong>The three character data      types are char, varchar, and text. These data types correspond,      respectively, to the fixed-length, variable-length, and large object data      types.</li>
<li><strong>Unicode      character: </strong>The fixed-length, variable-length, and large object data      types for Unicode characters are nchar,nvarchar, and ntext.</li>
<li><strong>Binary:</strong> The fixed-length, variable-length, and large object binary string data      types are binary, varbinary, and image</li>
</ul>
<ol>
<li style="text-align: left;">Use binary (n) to designate the       fixed-length binary string data type for a column of binary</li>
<li style="text-align: left;">Strings. The n parameter can assume       values from 1 through 8,000.</li>
<li style="text-align: left;">Use varbinary(n) to specify a variable       length binary string data type. Values for n can range from 1 through       8,000.</li>
<li style="text-align: left;">Use image or varbinary(max) to specify a       data type for a large object binary string with image or varbinary(max).       Because of the future obsolescence of the image data type (along with the       text and ntext data types), use varbinary(max) for all new database       applications.</li>
</ol>
<p><strong><span style="text-decoration: underline;"> </span></strong></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="590" valign="top"><strong><span style="text-decoration: underline;">Character type Column:</span></strong>&nbsp;</p>
<p><strong><span style="text-decoration: underline;"> </span></strong></p>
<p><code><strong>CREATE </strong></code><code>TABLE employee (emp_no INTEGER NOT NULL,</code> <code>emp_fname CHAR (20) NOT NULL,</code><br />
<code>emp_lname CHAR   (20) NOT NULL,</code> <code>dept_no CHAR   (4) NULL));</code></p>
<p><strong><span style="text-decoration: underline;">Unicode Character Strings:</span></strong></p>
<p><code> </code></p>
<p><code>Create table Contacts   (ContactId nchar(8), Name nvarchar(50),   Note ntext,Resume nvarchar(max))</code></p>
<p><code> </code></p>
<p><code>Go</code><br />
<code><strong>Note-Unicode   characters constants are also delimited with quotes but are prefixed with N?</strong></code></p>
<p><code><strong> </strong></code></p>
<p><code> <strong>Insert </strong>into Contacts   (Contactld, Name, Note, Resume)</code></p>
<p><code> Values (N'CO-92-81', N'Tom Jones', N'Tom@trigonblue.com', N'N/a')</code></p>
<p><code> </code></p>
<p><strong><span style="text-decoration: underline;">Binary Stings:</span></strong></p>
<p><code> </code></p>
<ol>
<li><strong>1. </strong><strong>Binary Data types:</strong></li>
</ol>
<p><strong> </strong></p>
<p><code><strong>CREATE </strong></code><code>TABLE Mydata (Id int,BinData varbinary(8000),Diagram varbinary(max))</code></p>
<p><code>GO</code></p>
<p><code>Update MyTable</code> <code>Set BinData = 0x82A7210B <strong>where </strong>Id = 121131</code></p>
<p><code>GO</code><br />
<strong>Note: </strong><code><strong>(0 rows affected)</strong></code><strong> </strong></p>
<p><strong> </strong></p>
<ol>
<li><strong>2. </strong><strong>VarBinary (MAX):</strong></li>
</ol>
<p><strong> </strong></p>
<p><code>IF OBJECT_ID('dbo.CustomerData') IS NOT NULL</code> <code>DROP TABLE dbo.CustomerData;</code><br />
<code>GO</code><br />
<code><strong>CREATE </strong></code><code>TABLE dbo.CustomerData  (</code> <code>custid      INT            NOT NULL PRIMARY KEY,</code> <code>txt_data    VARCHAR(MAX)   NULL,</code> <code>ntxt_data   NVARCHAR(MAX)  NULL,</code> <code>binary_data VARBINARY(MAX) NULL</code> <code>);</code><br />
<code>GO</code><br />
<code><strong>INSERT </strong></code><code>INTO dbo.CustomerData(custid, txt_data)</code> <code>VALUES(102, 'Customer 102 text data');</code><br />
<code>GO</code></td>
</tr>
</tbody>
</table>
<p><strong><span style="text-decoration: underline;"> </span></strong></p>
<p>&nbsp;</p>
<p style="text-align: left;"><strong><span style="text-decoration: underline;">Miscellaneous:</span></strong></p>
<p style="text-align: left;"><strong><span style="text-decoration: underline;"> </span></strong></p>
<p style="text-align: left;">The remaining SQL Server 2008 data types serve a variety of specialized purposes. Unless your database application has special needs, you may find no use for these data types.</p>
<p style="text-align: left;"><span style="text-decoration: underline;"> </span></p>
<ul style="text-align: left;">
<li><strong><span style="text-decoration: underline;">Timestamp:</span></strong> You can use      this data type for timestamping table rows for an insert or identifying      the last update. Instead of assigning a datetime value to a row, the      timestamp data type assigns a sequential binary(8) number that is unique      throughout a database. rowversion is another name for the timestamp data      type.</li>
</ul>
<p style="text-align: left;"><strong> </strong></p>
<ul style="text-align: left;">
<li><strong><span style="text-decoration: underline;">Uniqueidentifier:</span></strong> The uniqueidentifier data type holds      globally unique identifier (GUID) values, which have a 16-byte      length. It is common to express uniqueidentifier values with a      32-character hexadecimal representation      (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx); two hexadecimal characters      represent 1 byte.</li>
</ul>
<p style="text-align: left;"><strong> </strong></p>
<ul style="text-align: left;">
<li><strong><span style="text-decoration: underline;">Cursor:</span></strong> The cursor data      type represents a result set, such as one returned from a stored      procedure, which you can scroll through. Set techniques that you implement      with SELECT statements are generally a much more efficient way to recover      values from a data source than for scrolling through result set rows with      a cursor.<strong> </strong></li>
</ul>
<p style="text-align: left;"><strong> </strong></p>
<ul style="text-align: left;">
<li><strong><span style="text-decoration: underline;">sql_variant</span></strong><strong>:</strong> The sql_variant data type can store values declared with data      types, except for text, ntext, image, timestamp, sql_variant, and      the max data types for varchar, nvarchar, and varbinary. The sql_variant      data type is similar to the variant type in Visual Basic.<strong> </strong></li>
</ul>
<p style="text-align: left;"><strong> </strong></p>
<ul style="text-align: left;">
<li><strong><span style="text-decoration: underline;">xml:</span></strong> The xml data type      enables you to assign an XML document or XML fragment as a value for a      column in a table’s row, a variable, or a parameter. An XML document      consists of a single root element with one or more nested other elements.      An XML fragment consists of one or more elements without an outer root      element.<strong> </strong></li>
</ul>
<p style="text-align: left;"><strong> </strong></p>
<ul>
<li style="text-align: left;"><strong><span style="text-decoration: underline;">Table:</span></strong><span style="text-decoration: underline;"> </span>The table data type can represent a result set from a SELECT      statement. You can return a table value from a table-valued, user-defined      function. The returned table value can be referenced by the FROM clause of      a SELECT statement in a script or a stored procedure. Table values can be      assigned to local variables.</li>
<li style="text-align: left;"><strong><span style="text-decoration: underline;">Alias</span></strong><strong>:</strong> The alias data type      corresponds to what was called a user-defined type in earlier versions of      SQL Server. However, the introduction of user-defined types based on      classes</li>
</ul>
<p>&nbsp;</p>
<p><span style="text-decoration: underline;"> </span></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="590" valign="top"><strong><span style="text-decoration: underline;">Timestamp:</span></strong>&nbsp;</p>
<p><strong><span style="text-decoration: underline;"> </span></strong></p>
<p><code><strong>CREATE </strong></code><code>TABLE T (int1 int,</code> <code>bit1 bit NOT NULL DEFAULT 0,   rvr1 timestamp,</code></p>
<p><code>usr1 nvarchar(128) DEFAULT USER,</code> <code>createtime datetime DEFAULT CURRENT_TIMESTAMP)</code><br />
<code>GO</code><br />
<code><strong>INSERT </strong></code><code>T (int1, bit1) VALUES (3, 1)</code><br />
<code>GO</code><strong> </strong></p>
<p>&nbsp;</p>
<p><strong><span style="text-decoration: underline;">Sql_variant:</span></strong></p>
<p><strong><span style="text-decoration: underline;"> </span></strong></p>
<p><strong>Creation of table with a Column with SQl_variant type:</strong></p>
<p><strong> </strong></p>
<p><code><strong>CREATE </strong></code><code>TABLE Item_Attributes (item_id INT NOT NULL,</code> <code>attribute NVARCHAR(30) NOT NULL,</code><br />
<code>value SQL_VARIANT NOT NULL,</code> <code>PRIMARY KEY (item_id, attribute))</code><br />
<code>GO</code></p>
<p><strong> </strong></p>
<p><strong>SQL_vaiant data type allow a single user</strong></p>
<p><strong><span style="text-decoration: underline;"> </span></strong></p>
<p><code>Create table Lookup   (LookupGroupId tinyint,   LookupId smallint,LookupValue sql_variant)</code><br />
<code>Go</code><br />
<code>Insert Lookup (LookupGroupId, LookupId, LookupValue)</code> <code>Values (2, 34, 'VAR')</code></p>
<p><code>Insert Lookup (LookupGroupId, LookupId, LookupValue)</code> <code>Values (3, 22, 2000)</code></p>
<p><code>Insert Lookup (LookupGroupId, LookupId, LookupValue)</code> <code>Values (4, 16, '1/12/2000')</code></p>
<p><code>Insert Lookup (LookupGroupId, LookupId, LookupValue)</code> <code>Values (4, 11, $50000)</code></p>
<p>Go</p>
<p><span style="text-decoration: underline;"> </span></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.softwarenewsdaily.com/2011/07/review-of-sql-server-2008-data-types/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What is SQL Server 2008 R2 Reporting Services?</title>
		<link>http://www.softwarenewsdaily.com/2011/07/what-is-sql-server-2008-r2-reporting-services</link>
		<comments>http://www.softwarenewsdaily.com/2011/07/what-is-sql-server-2008-r2-reporting-services#comments</comments>
		<pubDate>Wed, 20 Jul 2011 11:00:13 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Windows/PC]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[reporting services]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://www.softwarenewsdaily.com/?p=9001</guid>
		<description><![CDATA[Microsoft SQL Server 2008 R2 Reporting Services is a new feautre of SQL Server 2008 R2 and provides a complete set of tools and services that is designed to cater to a gamut of reporting needs which includes managed enterprise reporting, ad-hoc reporting, embedded reporting and web-based reporting.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.softwaremedia.com/microsoft/sql-server/#Version=2008%20R2"><img class="alignleft size-medium wp-image-9002" title="Microsoft Report Builder 3" src="http://www.softwarenewsdaily.com/wp-content/uploads/2011/07/ms-report-builder-3-300x210.jpg" alt="Microsoft Report Builder 3" width="240" height="168" /></a>As a new feature of <a href="http://www.softwaremedia.com/microsoft/sql-server/sql-server-2008-r2-standard-with-10-cals.html">SQL Server 2008 R2</a>, Microsoft SQL Server 2008 R2 Reporting Services provides a complete set of tools and services that is designed to cater to a gamut of reporting needs which includes managed enterprise reporting, ad-hoc reporting, embedded reporting and web-based reporting. The SQL Server 2008 Reporting Services also includes programming features that allows you to customize your reports as needed. Reporting Services enable you to extend your reporting functionality through comprehensive reporting functionality supporting variety of types of data sources.<span id="more-9001"></span></p>
<p><a href="http://www.softwaremedia.com/microsoft/sql-server/#Version=2008%20R2">SQL Server 2008 Reporting Services</a> include APIs to assist developers in integrating and extending data and report processing in custom applications. Reporting Services also includes a comprehensive set of tools required to create, deploy, manage and deliver reports across organization.</p>
<p>In order to be able to make effective decisions in business, users across the organization need to have access to informative reports that contains data from different data sources across enterprise. Reporting services enables you to create a wide variety of data sources including interactive, graphical, and tabular. Other free form reports from multidimensional, relational or XML-based data sources are also supported.</p>
<p>SQL Server 2008 Reporting Services allow you to interactively explore data within the predefined model while creating an ad-hoc report. The reports created with SQL Server 2008 Reporting Services can be viewed using a variety formats. The reports can be easily exported to other applications and viewed as a part of a Microsoft Windows application or SharePoint site.</p>
<p>Reporting Services consists of a complete set of report authoring tools and a wide variety of report formats that facilitate in creating reports quickly and delivering the reports that users need in whatever format across the organization. <a href="http://www.softwaremedia.com/microsoft/sql-server/">SQL Server 2008</a> provides distinct report development tools to meet the needs of both experienced business intelligence developers and business users who have little or no knowledge of database schema designs. The report designer tool allows developers to define data sets from a wide range of data sources, design the report structure and then preview the report in the design environment even before deploying it on the report server. Another interesting feature that SQL Server 2008 Reporting Services provides is a business-oriented report query tool known as Report Builder that abstracts the underlying business data through report models. Business users can create robust reports without having to know the underlying database structure or query syntaxes. SQL Server 2008 Reporting Services supports accessing a wide variety of data sources including SQL relational databases, SQL server analysis services, <a href="http://www.softwaremedia.com/licensing/oracle/">Oracle</a>, DB2 and Hyperion Essbase.</p>
<p>With SQL Server 2008 Reporting Services, business data can be presented in different types of formats. Businesses are provided with a set of compelling report authoring features such as multiple display, rich text formatting, interactivity and charting capabilities.</p>
<p>Managing reporting services was never so easy. <a href="http://www.softwaremedia.com/microsoft/sql-server/#Version=2008%20R2">SQL Server 2008 R2</a> Reporting Services provide two different management modes to the administrators: Native mode and SharePoint mode. Administrators can use integrate management of reporting services instances with SQL server database engine management in native mode. While running in Share point integrated mode, administrators can take full advantage of integrated management capabilities of SharePoint.</p>
<p>&nbsp;</p>
<p>Manasa contributed to this article.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwarenewsdaily.com/2011/07/what-is-sql-server-2008-r2-reporting-services/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Review of SQL Server 2008 R2</title>
		<link>http://www.softwarenewsdaily.com/2011/07/review-of-sql-server-2008-r2</link>
		<comments>http://www.softwarenewsdaily.com/2011/07/review-of-sql-server-2008-r2#comments</comments>
		<pubDate>Tue, 19 Jul 2011 15:58:06 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Windows/PC]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://www.softwarenewsdaily.com/?p=8993</guid>
		<description><![CDATA[SQL Server 2008 R2 brings to the table many new and exciting feature to help businesses of all shapes and sizes better manage their databases. This review will go in-depth with some of these features and show how your company can benefit from this great product from Microsoft.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.softwaremedia.com/microsoft/sql-server/sql-server-2008-r2-for-small-business-with-5-cals.html"><img class="alignleft size-medium wp-image-8994" title="SQL Server 2008 R2 for Small Business" src="http://www.softwarenewsdaily.com/wp-content/uploads/2011/07/2008-r2-small-business-221x300.jpg" alt="SQL Server 2008 R2 for Small Business" width="133" height="180" /></a>If you are like many small business owners, the second release of Microsoft’s popular SQL Server 2008 may appear utterly immaterial to your interests, but it is not. <a href="http://www.softwaremedia.com/microsoft/">Microsoft</a> has added together significant new features in the R2 version that will help you delve deep into your business data, extract the most valuable nuggets of data, and award them in a compelling way.</p>
<p><a href="http://www.softwaremedia.com/microsoft/sql-server/#Version=2008%20R2">SQL Server 2008 R2</a> builds upon all the best features of the regular SQL Server 2008 version. In addition, it includes new features not found in the first release. One such feature is the new Master Data Service; which is a server that brings all the different entities and power structure. It also features Power Pivot for Excel and SharePoint and Report Builder 3.0.  Microsoft has revamped the visual features of the program and SQL Server 2008 R2 has earned high-ranking marks in support options.<span id="more-8993"></span></p>
<p>SQL Server 2008 R2 gives users the option to apply two studios: one is for developing tasks and the other is for management tasks. In the management studio, for instance, one can make the server database. The development studio is much suited to business concerns and may be applied to develop solutions related to the business-world.</p>
<p>“Not only does SQL Server 2008 R2 give a lot of power to small businesses, it also helps software developers who write applications designed to be applied by small business,” says Microsoft&#8217;s Herain Oberio, a group production manager for R2. One example of this is a feature known as StreamInsight, which permits developers to create applications which can deal streaming result data by sources such as RFID, sensors and web logs.</p>
<p>As you may already know, at its core, <a href="http://www.softwaremedia.com/microsoft/sql-server/">SQL Server</a> is a database builder. SQL Server 2008 R2 establishes a few significant modifications to that underlying database engine, but it controls a number of meaningful new services and features on lead of it.</p>
<p>An exciting new feature with the R2 version of SQL Server 2008 is Powerpivot; a tool that permits users to take out data from multiple origins, not only a SQL database, and drop it into Excel 2010 for analytic thinking. For example: Atom feeds in, a syndication acceptable similar to RSS but centered data rather than text, can be pullulated into SQL Server, combined with an existent application to build a mashup, which could be mutual using Sharepoint 2010.</p>
<p>Data in SQL Server can be used applying a reporting tool that lets users make more complex graphs and other visualization devices than those accessible in Excel. Elements of a report can be preserved, shared and applied again, when the data is updated.</p>
<p>SQL Server 2008 R2 is a valuable data management tool perfect for businesses of any size: <a href="http://www.softwaremedia.com/microsoft/sql-server/sql-server-2008-r2-for-small-business-with-5-cals.html">SQL Server 2008 R2 for Small Business</a> is an entry-level edition which allows up to 75 users, or for larger companies, <a href="http://www.softwaremedia.com/microsoft/sql-server/sql-server-2008-r2-enterprise-with-processor-license.html">SQL Server 2008 R2 Enterprise</a> may be the ideal choice.</p>
<p>&nbsp;</p>
<p>Md. Mofakhkharol contributed to this article.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwarenewsdaily.com/2011/07/review-of-sql-server-2008-r2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft SQL Server Replication Overview</title>
		<link>http://www.softwarenewsdaily.com/2011/05/microsoft-sql-server-replication-overview</link>
		<comments>http://www.softwarenewsdaily.com/2011/05/microsoft-sql-server-replication-overview#comments</comments>
		<pubDate>Wed, 25 May 2011 16:43:14 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Tips and User Guides]]></category>
		<category><![CDATA[Windows/PC]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[sql replication]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://www.softwarenewsdaily.com/?p=8615</guid>
		<description><![CDATA[Replication is a set of technologies for copying and distributing data and database objects from one database to another and then synchronizing between databases to maintain consistency. Using replication, you can distribute data to different locations and to remote or mobile users over local and wide area networks, dial-up connections, wireless connections and the Internet. This SQL Server Replication Overview will explain the terms and functions available through Microsoft SQL Server.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.softwaremedia.com/licensing/microsoft-open-business/sql-server/"><img class="alignright size-medium wp-image-8617" title="SQL Server Replication" src="http://www.softwarenewsdaily.com/wp-content/uploads/2011/05/sql-replication-251x300.jpg" alt="SQL Server Replication" width="176" height="210" /></a>Replication is a set of technologies for copying and distributing data and database objects from one database to another and then synchronizing between databases to maintain consistency. Using replication, you can distribute data to different locations and to remote or mobile users over local and wide area networks, dial-up connections, wireless connections and the Internet. This SQL Server Replication Overview will explain the terms and functions available through <a title="SQL Server Licensing Software" href="http://www.softwaremedia.com/licensing/microsoft-open-business/sql-server/">Microsoft SQL Server</a>.<span id="more-8615"></span></p>
<p>Usually replication is done to ensure redundancy. For instance, if a business runs a mission critical database, it is always wise to have a replication of this database on a separate physical database server, that can take over in case of failure in the primary database. Replication is useful in Data warehousing &amp; reporting, improving scalability and availability, delegating batch processing tasks etc. When it comes to SQL Replication, Publisher, Distributor and Subscriber are the terms associated with it. The Publisher is the part that offers the data for distribution. The Distributor is the intermediary in the act of publishing and subscribing. The Subscriber is the part that consumes (gets updates) the data from the Publisher.</p>
<p>The three main replication models are Snapshot Replication, Transactional Replication and Merge Replication:</p>
<p><strong> Snapshot Replication</strong> takes a snapshot of a publication and makes it available to subscribers. It is a one-shot deal; there is no continuous stream of data from the publisher to the subscriber. The data on the publisher at the time the snapshot is taken is applied to the subscriber.</p>
<p><strong> Transactional Replication</strong> is generally used with databases where data changes frequently and there’s need for constant refreshing of the data. Transactional replication allows for faster data synchronization with less latency. It is useful in cases where you need incremental changes to happen at the subscriber quickly.</p>
<p><strong> Merge Replication</strong> is usually used when there is no constant network connectivity among publishers and subscribers. It enables sites to work autonomously and merge the changes to the data when the connectivity is established.</p>
<p><strong>Replication capabilities: </strong></p>
<ul>
<li>SQL Express      Edition has extremely limited replication capabilities. It can act only as      a replication client.</li>
<li><a title="SQL Server Workgroup" href="http://www.softwaremedia.com/licensing/microsoft-open-business/sql-server/#Edition=Workgroup">SQL Workgroup      Edition</a> has limited publishing capabilities. It is able to serve five      clients using transactional replication and up to 25 clients using merge      replication.  It can also act as a      replication client.</li>
<li><a title="SQL Server Standard" href="http://www.softwaremedia.com/licensing/microsoft-open-business/sql-server/#Edition=Standard">SQL Standard      Edition</a> has full and unlimited replication capabilities with other SQL      Server databases.</li>
<li><a title="SQL Server Enterprise" href="http://www.softwaremedia.com/licensing/microsoft-open-business/sql-server/#Edition=Enterprise">SQL Enterprise      Edition </a>adds a powerful tool for those operating in mixed database      environments. It is capable of replication with Oracle databases.</li>
</ul>
<p>&nbsp;</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="text-align: center;" width="106" valign="top"><strong>Feature / Capabilities</strong></td>
<td style="text-align: center;" width="114" valign="top">
<p style="text-align: center;"><strong>Express Edition</strong></p>
</td>
<td style="text-align: center;" width="104" valign="top"><strong>Workgroup Edition</strong></td>
<td width="108" valign="top">
<p style="text-align: center;"><strong>Standard Edition</strong></p>
</td>
<td width="108" valign="top">
<p style="text-align: center;"><strong>Enterprise   Edition</strong></p>
</td>
</tr>
<tr>
<td style="text-align: center;" width="106" valign="top">
<p style="text-align: left;">Snapshot Replication</p>
</td>
<td style="text-align: center;" width="114" valign="top">
<p style="text-align: left;">Subscriber Only</p>
</td>
<td width="104" valign="top">Subscriber Only</td>
<td width="108" valign="top">All Capabilities</td>
<td width="108" valign="top">All Capabilities</td>
</tr>
<tr>
<td width="106" valign="top">Transactional Replication</td>
<td width="114" valign="top">Subscriber Only</td>
<td width="104" valign="top">Subscriber Only</td>
<td width="108" valign="top">All Capabilities</td>
<td width="108" valign="top">All Capabilities</td>
</tr>
<tr>
<td width="106" valign="top">Merge   Replication</td>
<td width="114" valign="top">Subscriber Only</td>
<td width="104" valign="top">Subscriber Only</td>
<td width="108" valign="top">All Capabilities</td>
<td width="108" valign="top">All Capabilities</td>
</tr>
</tbody>
</table>
<p><em>SQL Server 2008 R2 Express Edition</em> replaces the Microsoft Data Engine (MSDE) as the free version of SQL Server for application development and lightweight use. It retains the limitations of MSDE with respect to client connections and performance. A good tool for developing and testing applications and extremely small implementations.</p>
<p><a title="SQL Server 2008 R2 Workgroup" href="http://www.softwaremedia.com/licensing/microsoft-open-business/sql-server/#Version=2008%20R2&amp;Edition=Workgroup"><em>SQL Server 2008 R2 Workgroup</em></a> offers an impressive array of functionality. Workgroup edition can handle 2 CPUs with 3GB of RAM and allows for most of the functionality you&#8217;d expect from a server-based relational database.</p>
<p><em><a title="SQL Server 2008 R2 Standard" href="http://www.softwaremedia.com/licensing/microsoft-open-business/sql-server/#Edition=Standard&amp;Version=2008%20R2">SQL Server 2008 R2 Standard</a> </em>remains the staple of the product line for serious database applications. It can handle up to 4 CPUs with an unlimited amount of RAM.</p>
<p><em><a title="SQL Server 2008 R2 Enterprise" href="http://www.softwaremedia.com/licensing/microsoft-open-business/sql-server/#Version=2008%20R2&amp;Edition=Enterprise">SQL Server 2008 R2 Enterprise</a> </em>allows unlimited scalability and partitioning. In addition, it supports 8 CPUs.</p>
<p>&nbsp;</p>
<p>Satish Kumar contributed to this article.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwarenewsdaily.com/2011/05/microsoft-sql-server-replication-overview/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Attacks Oracle on Price and Value</title>
		<link>http://www.softwarenewsdaily.com/2009/07/microsoft-attacks-oracle-on-price-and-value</link>
		<comments>http://www.softwarenewsdaily.com/2009/07/microsoft-attacks-oracle-on-price-and-value#comments</comments>
		<pubDate>Mon, 27 Jul 2009 18:26:21 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[Smart Software Buying]]></category>
		<category><![CDATA[business licensing]]></category>
		<category><![CDATA[business software]]></category>
		<category><![CDATA[controversial matter]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://www.softwarenewsdaily.com/?p=1281</guid>
		<description><![CDATA[In a recent post on the SQL Server News Blog, Microsoft didn&#8217;t pull any punches when describing the lower prices and greater value of SQL Server 2008 over Oracle&#8217;s 11g. This well-timed move on Microsoft&#8217;s part came in response to Oracle&#8217;s recent price increases on many of its products. Techworld reported on these price increases &#8230; </p><p><a class="more-link block-button" href="http://www.softwarenewsdaily.com/2009/07/microsoft-attacks-oracle-on-price-and-value">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>In a recent post on the <a title="Oracle Prices Up Again; SQL Server 2008 Remains the Value Leader " href="http://blogs.technet.com/dataplatforminsider/archive/2009/07/24/oracle-prices-up-again-sql-server-2008-remains-the-value-leader.aspx">SQL Server News Blog</a>, Microsoft didn&#8217;t pull any punches when describing the lower prices and greater value of SQL Server 2008 over Oracle&#8217;s 11g. This well-timed move on Microsoft&#8217;s part came in response to Oracle&#8217;s recent price increases on many of its products.</p>
<p><a title="Oracle hits users with 40 percent price hike" href="http://www.techworld.com/applications/news/index.cfm?newsid=119320&amp;email">Techworld</a> reported on these price increases by Oracle, showing increases of up to 40% in its database management products. Oracle&#8217;s enterprise database processor license remains at the same price as last year, but that price is 20% higher than the year prior.</p>
<p>In the SQL Server blog, Microsoft is quick to point out how Oracle is the most expensive database platform you can buy. It also touts how SQL Server 2008 has similar capabilities, for roughly 1/3 the cost of a comparible Oracle solution. This extensive savings comes from the fact that SQL Server comes with a broad range of features built-in, that Oracle charges extra for. These features include business intelligence applications and server consolidation.</p>
<p><a href="http://www.microsoft.com/sqlserver/2008/en/us/value-calc.aspx" target="_blank"><img class="aligncenter size-full wp-image-1284" title="SQL-server-value-tool" src="http://www.softwarenewsdaily.com/wp-content/uploads/2009/07/SQL-server-value-tool.jpg" alt="SQL-server-value-tool" width="475" height="296" /></a></p>
<p>To back up its claims, Microsoft has created a pretty cool, interactive application that lets you see exactly how much you could save with SQL Server 2008. Check out the SQL Server 2008 Value Calculator <a title="SQL Server 2008 Value Calculator" href="http://www.microsoft.com/sqlserver/2008/en/us/value-calc.aspx">here</a>.</p>
<p>Of course, all of these prices and cost savings are based on MSRP. If you want to save even more, and see what kind of discounts we can get for you, check out the <a title="Discount Microsoft SQL Server 2008" href="http://www.softwaremedia.com/category/476.html">SQL Server</a> page at SoftwareMedia.com.</p>
<p>
		<div id='cont' style="float: left;width:500px;padding-bottom: 20px; margin-top:40px;">
			<div id='pgr_topper' style="float: left;width: 500px; height: 6px; background: url('http://www.softwaremedia.com/application/views/sm/skins/default/images/pgrbox/apiBox-top.gif'); background-repeat: no-repeat;'">
			</div>
			<div id='runner' style="font-family:Helvetica;float: left;width:500px; background: url('http://www.softwaremedia.com/application/views/sm/skins/default/images/pgrbox/api-tile.gif'); background-repeat: y-repeat;">
				<div style="float: left; width: 120px; margin-left: 10px; margin-top: 10px; padding-bottom: 10px;"><img src='http://i.pgcdn.com/pi/8/87/43/88743986_125.jpg' style="border:none;"></div>
				<div style="float: left; width: 340px; margin-left: 10px; margin-right: 20px;  margin-top: 10px; padding-bottom: 10px;">
					<div style="float: left; font-size: 17pt; font-weight: bold;">SQL Server 2008 Standard (Data Management - Complete Product - Standard - 1 Server, 10 CAL -  Retail - PC)</div>
					<div style="float: left;">
						<div style="float: left; text-align: center;  margin-left: 60px; width: 180px; margin-top: 20px;"><div style="font-size: 10pt;">Prices start at</div><div style="font-size: 24pt; font-weight: bold;color: #f7941e">$2289.00</div></div>
						<div style="float: right; width: 100px; margin-top: 20px; line-height: 16pt">
							<div style="text-align: right; float: left; width: 100px;  font-size: 8pt;color: #5d5d5d;">Avg user rating</div>
							<div style="text-align: right; float: left; width: 100px; "><img src='http://ai.pricegrabber.com/images/rating_0_rstar.gif' style='border: none;'></div>
							<div style="text-align: right; float: left; width: 100px; font-size: 8pt;color: #5d5d5d;">0 user reviews</div>
						</div>
					</div>
				</div>
				<div id='pgrheader' style="float: left;width: 500px; height: 42px; margin-left: 2px;">
				<img style='border: 0;' src='http://www.softwaremedia.com/application/views/sm/skins/default/images/pgrbox/compareTitle.gif' USEMAP='#pgr'>
				</div>
				<div id='merchant_header' style="margin-top: -2px; float: left;font-size: 11pt; font-weight: bold; color: white; margin-left: 2px;">
					<div style="text-align: left; float: left; width: 195px; background: #2c2726; padding-top: 3px; padding-bottom: 3px; padding-left: 20px;">Merchant</div>
					<div style="text-align: center; float: left; width: 152px; background: #2c2726; margin-left: 2px; padding-top: 3px; padding-bottom: 3px;">Price</div>
					<div style="text-align: right; float: left; width: 105px; background: #2c2726; margin-left: 2px;padding-top: 3px; padding-bottom: 3px; padding-right: 20px;">Rating</div>
				</div>
				<div id='mid_cont' style="text-align: center; float: left;padding-left: 20px; padding-right: 20px; width: 480px;'">
					<div style="float: left;border-bottom: 1px solid #5d5d5d; margin-top: 5px; padding-bottom:5px;">
					<div style="text-align: left; float: left; width: 200px; margin-top: 17px; font-size: 1.2em;"><a href='http://softwaremedia.pgpartner.com/rd.php?pg=~~10&r=2851&z=84128&m=88743986&mt=~~~~~~~~y~~~~~&q=n&dl=1&source=xmlapi&k=f47aa8d936076202f423a4cbca8fc269' rel='nofollow'><img src='http://i.pgcdn.com/images/retbutton_2851.gif' style='border: none;'></a></div>
					<div style="text-align: center; float: left; width: 140px;color:#2c2726;font-size: 16pt; font-weight: bold;">$2,289.00<br><a href='http://softwaremedia.pgpartner.com/rd.php?pg=~~10&r=2851&z=84128&m=88743986&mt=~~~~~~~~y~~~~~&q=n&dl=1&source=xmlapi&k=f47aa8d936076202f423a4cbca8fc269' rel='nofollow'><img src='http://www.softwaremedia.com/application/views/sm/skins/default/images/pgrbox/buynow.gif' style="border: none;"></a></div>
					<div style="text-align: right; float: left; width: 120px;font-size: 8pt;color: #5d5d5d; margin-top: 5px; line-height: 18pt; text-align: right;"><img src='http://ai.pricegrabber.com/images/rating_5_newo.gif' style='border: none;'> <br>1894 Reviews</div>
			</div><div style="float: left;border-bottom: 1px solid #5d5d5d; margin-top: 5px; padding-bottom:5px;">
					<div style="text-align: left; float: left; width: 200px; margin-top: 17px; font-size: 1.2em;"><a href='http://softwaremedia.pgpartner.com/rd.php?pg=~~10&r=308&m=88743986&mt=~~~~~~~~y~~~~~&q=n&dl=1&source=xmlapi&k=6d516ce36550957ad1c40849d1e09230' rel='nofollow'><img src='http://i.pgcdn.com/images/retbutton_308.gif' style='border: none;'></a></div>
					<div style="text-align: center; float: left; width: 140px;color:#2c2726;font-size: 16pt; font-weight: bold;">$2,292.96<br><a href='http://softwaremedia.pgpartner.com/rd.php?pg=~~10&r=308&m=88743986&mt=~~~~~~~~y~~~~~&q=n&dl=1&source=xmlapi&k=6d516ce36550957ad1c40849d1e09230' rel='nofollow'><img src='http://www.softwaremedia.com/application/views/sm/skins/default/images/pgrbox/buynow.gif' style="border: none;"></a></div>
					<div style="text-align: right; float: left; width: 120px;font-size: 8pt;color: #5d5d5d; margin-top: 5px; line-height: 18pt; text-align: right;"><img src='http://ai.pricegrabber.com/images/rating_5_newo.gif' style='border: none;'> <br>3696 Reviews</div>
			</div><div style="float: left;border-bottom: 1px solid #5d5d5d; margin-top: 5px; padding-bottom:5px;">
					<div style="text-align: left; float: left; width: 200px; margin-top: 17px; font-size: 1.2em;"><a href='http://softwaremedia.pgpartner.com/rd.php?pg=~~10&r=20868&m=88743986&mt=~~~~~~~~y~~~~~&q=n&dl=1&source=xmlapi&k=75f58cc1fad1ba4bf9e309ed5f89e394' rel='nofollow'><img src='http://i.pgcdn.com/images/retbutton_20868.gif' style='border: none;'></a></div>
					<div style="text-align: center; float: left; width: 140px;color:#2c2726;font-size: 16pt; font-weight: bold;">$2,349.99<br><a href='http://softwaremedia.pgpartner.com/rd.php?pg=~~10&r=20868&m=88743986&mt=~~~~~~~~y~~~~~&q=n&dl=1&source=xmlapi&k=75f58cc1fad1ba4bf9e309ed5f89e394' rel='nofollow'><img src='http://www.softwaremedia.com/application/views/sm/skins/default/images/pgrbox/buynow.gif' style="border: none;"></a></div>
					<div style="text-align: right; float: left; width: 120px;font-size: 8pt;color: #5d5d5d; margin-top: 5px; line-height: 18pt; text-align: right;"><img src='http://ai.pricegrabber.com/images/rating_0_newo.gif' style='border: none;'> <br>0 Reviews</div>
			</div>
					<div id='disclaimer' style="float: left; width: 460px; margin-top: 10px; margin-bottom: 20px; color: #a7a7a7; font-size: 7pt; text-align: center;">
						Prices and availability are subject to change by merchant without notice.  Please check with merchant for details.  For all prices or availability <a href='http://softwaremedia.pgpartner.com/' rel='nofollow'>click here</a>
					</div>
				</div>
			</div>
			<div id='pgr_footer' style="float: left;width: 500px; height: 6px; background: url('http://www.softwaremedia.com/application/views/sm/skins/default/images/pgrbox/api-bottom.gif'); background-repeat: no-repeat;)}';">
			</div>
		</div>
		<map name='pgr'>
		<area shape='rect'' coords='313,6,477,29'' href='http://softwaremedia.pgpartner.com/' rel='nofollow'>
		</map></p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F07%2Fmicrosoft-attacks-oracle-on-price-and-value&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F07%2Fmicrosoft-attacks-oracle-on-price-and-value&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F07%2Fmicrosoft-attacks-oracle-on-price-and-value&amp;counturl=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F07%2Fmicrosoft-attacks-oracle-on-price-and-value&amp;count=none&amp;text=Microsoft%20Attacks%20Oracle%20on%20Price%20and%20Value" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F07%2Fmicrosoft-attacks-oracle-on-price-and-value&amp;counturl=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F07%2Fmicrosoft-attacks-oracle-on-price-and-value&amp;count=none&amp;text=Microsoft%20Attacks%20Oracle%20on%20Price%20and%20Value" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F07%2Fmicrosoft-attacks-oracle-on-price-and-value&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F07%2Fmicrosoft-attacks-oracle-on-price-and-value&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F07%2Fmicrosoft-attacks-oracle-on-price-and-value&amp;linkname=Microsoft%20Attacks%20Oracle%20on%20Price%20and%20Value" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.softwarenewsdaily.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F07%2Fmicrosoft-attacks-oracle-on-price-and-value&amp;title=Microsoft%20Attacks%20Oracle%20on%20Price%20and%20Value" id="wpa2a_4">Share</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.softwarenewsdaily.com/2009/07/microsoft-attacks-oracle-on-price-and-value/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Worldwide Partner Conference 2009</title>
		<link>http://www.softwarenewsdaily.com/2009/07/microsoft-worldwide-partner-conference-2009</link>
		<comments>http://www.softwarenewsdaily.com/2009/07/microsoft-worldwide-partner-conference-2009#comments</comments>
		<pubDate>Tue, 14 Jul 2009 23:58:56 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Industry News]]></category>
		<category><![CDATA[Posts]]></category>
		<category><![CDATA[business licensing]]></category>
		<category><![CDATA[business software]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[technology news]]></category>
		<category><![CDATA[windows azure]]></category>

		<guid isPermaLink="false">http://www.softwarenewsdaily.com/?p=1244</guid>
		<description><![CDATA[This week, the Microsoft Worldwide Partner Conference is going on in New Orleans. This the premiere Microsoft event of the year,with keynote addresses from top Microsoft executives and partners from around the world. There are a lot of news stories coming out of the conference, but I thought I would summarize some of the highlights &#8230; </p><p><a class="more-link block-button" href="http://www.softwarenewsdaily.com/2009/07/microsoft-worldwide-partner-conference-2009">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>This week, the Microsoft Worldwide Partner Conference is going on in New Orleans. This the premiere Microsoft event of the year,with keynote addresses from top Microsoft executives and partners from around the world. There are a lot of news stories coming out of the conference, but I thought I would summarize some of the highlights here.</p>
<p>One of the main themes running throughout the conference so far is the future of software plus services. New and innovative cloud services, like Windows Azure, are paving the way for new ways to implement software solutions. Today, Microsoft announced the business model for the Windows Azure program. Companies will be able to deploy a cloud-based operating system, a web-based database (SQL Azure), and .NET Services with pay-as-you-go pricing. For more information on the new Windows Azure platform, check out Microsoft&#8217;s official <a title="Microsoft Unveils Windows Azure Platform Business Model, Bringing New Revenue Opportunities to Partners Worldwide" href="http://www.microsoft.com/presspass/press/2009/jul09/07-14WPCAzurePR.mspx">press release</a> from today.</p>
<p>In order news, Joe Matz, corporate VP of Microsoft Worldwide Licensing and Pricing announced an increased level of simplification for Microsoft licensing products. Through feedback from customers and resellers, Microsoft is constantly adjusting their licensing models to be easier to understand and deploy. One example of this is the new Microsoft Enrollment for Application Platform. It will save customers money and simplify purchasing decisions by bundling popular products together. This particular platform includes licenses for SQL Server, BizTalk Server, SharePoint Server, Visual Studio and more. For more in-depth examples of how Microsoft licensing will be changing this year, check out <a title="Microsoft Streamlines Its Licensing Structure" href="http://www.microsoft.com/presspass/features/2009/Jul09/07-14JoeMatzQA.mspx">this interview</a> with Joe Matz.</p>
<p>Also, I&#8217;ve embedded part of the Day 2 keynote below. In this segment, CEO Steve Ballmer gets the crowd excited about Microsoft&#8217;s upcoming product launches and the extraordinary changes coming for customers and partners.</p>
<div class="iframe-wrapper">
  <iframe src="http://www.microsoft.com/presspass/silverlightApps/videoplayer2/standalone.aspx?contentId=wwpc_09_Day2KeynoteBallmer&amp;src=/presspass/events/wwpc/channel.xml&amp;WT.cg_n=ChannelTemplate&amp;WT.z_convert=embed" frameborder="0" style="height:334px;width:475px;">Please upgrade your browser</iframe>
</div>
<p>For all the breaking info surrounding Microsoft WPC 09, including a live Twitter feed, check out <a title="WPC09 DigitalWPC" href="http://www.digitalwpc.com/">Digital WPC09</a>.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F07%2Fmicrosoft-worldwide-partner-conference-2009&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F07%2Fmicrosoft-worldwide-partner-conference-2009&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F07%2Fmicrosoft-worldwide-partner-conference-2009&amp;counturl=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F07%2Fmicrosoft-worldwide-partner-conference-2009&amp;count=none&amp;text=Microsoft%20Worldwide%20Partner%20Conference%202009" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F07%2Fmicrosoft-worldwide-partner-conference-2009&amp;counturl=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F07%2Fmicrosoft-worldwide-partner-conference-2009&amp;count=none&amp;text=Microsoft%20Worldwide%20Partner%20Conference%202009" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F07%2Fmicrosoft-worldwide-partner-conference-2009&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F07%2Fmicrosoft-worldwide-partner-conference-2009&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F07%2Fmicrosoft-worldwide-partner-conference-2009&amp;linkname=Microsoft%20Worldwide%20Partner%20Conference%202009" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.softwarenewsdaily.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F07%2Fmicrosoft-worldwide-partner-conference-2009&amp;title=Microsoft%20Worldwide%20Partner%20Conference%202009" id="wpa2a_6">Share</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.softwarenewsdaily.com/2009/07/microsoft-worldwide-partner-conference-2009/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NoSQL Movement is Gaining Traction</title>
		<link>http://www.softwarenewsdaily.com/2009/07/nosql-movement-is-gaining-traction</link>
		<comments>http://www.softwarenewsdaily.com/2009/07/nosql-movement-is-gaining-traction#comments</comments>
		<pubDate>Thu, 02 Jul 2009 20:40:54 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Industry News]]></category>
		<category><![CDATA[Posts]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://www.softwarenewsdaily.com/?p=1200</guid>
		<description><![CDATA[A new movement has started in the world of database programming. A small group of programmers and start-up companies are developing new ways of managing large amounts of data. They claim that relational databases like MySQL are too constrictive and slow, and they are developing their own ways of dealing with all of their data. &#8230; </p><p><a class="more-link block-button" href="http://www.softwarenewsdaily.com/2009/07/nosql-movement-is-gaining-traction">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>A new movement has started in the world of database programming. A small group of programmers and start-up companies are developing new ways of managing large amounts of data. They claim that relational databases like MySQL are too constrictive and slow, and they are developing their own ways of dealing with all of their data.</p>
<p>Many of these new data stores are open source, and they&#8217;re starting to get noticed. Extremely large companies like Amazon and Facebook have developed similar data storage solutions in-house, but these individual programmers and small companies are trying to do similar things.</p>
<p>More and more start-up web companies are looking for data storage alternatives to an SQL database. Too time consuming and costly to develop themselves, new NoSQL alternatives like Hypertable, Hadoop, and Dynomite are compelling solutions. Experimental and new platforms like these are often a perfect fit for new companies that have nothing to lose.</p>
<p>One of the main advantage to a NoSQL solution is the fact that they can run on clusters of cheap servers and are easily scalable. While relational databases like SQL offer many benefits, a faster and lighter solution will often be all that is needed, which can save you a lot of money.</p>
<p>Large enterprise companies are reluctant to adopt any of these NoSQL solutions right now because they are new and lack the support of something like SQL Server. Most companies are set up to work with relational databases and they have no reason to change that at the moment. An article on <a title="NoSQL?" href="http://www.dbms2.com/2009/07/01/nosql-sql-alternative/">Monash</a> from yesterday lays out both sides of this argument and makes some good points.</p>
<p>For further reading, check out this <a title="No to SQL?" href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;articleId=9135086">great article</a> on Computerworld.</p>
<p>
		<div id='cont' style="float: left;width:500px;padding-bottom: 20px; margin-top:40px;">
			<div id='pgr_topper' style="float: left;width: 500px; height: 6px; background: url('http://www.softwaremedia.com/application/views/sm/skins/default/images/pgrbox/apiBox-top.gif'); background-repeat: no-repeat;'">
			</div>
			<div id='runner' style="font-family:Helvetica;float: left;width:500px; background: url('http://www.softwaremedia.com/application/views/sm/skins/default/images/pgrbox/api-tile.gif'); background-repeat: y-repeat;">
				<div style="float: left; width: 120px; margin-left: 10px; margin-top: 10px; padding-bottom: 10px;"><img src='http://i.pgcdn.com/pi/8/87/43/88743986_125.jpg' style="border:none;"></div>
				<div style="float: left; width: 340px; margin-left: 10px; margin-right: 20px;  margin-top: 10px; padding-bottom: 10px;">
					<div style="float: left; font-size: 17pt; font-weight: bold;">SQL Server 2008 Standard (Data Management - Complete Product - Standard - 1 Server, 10 CAL -  Retail - PC)</div>
					<div style="float: left;">
						<div style="float: left; text-align: center;  margin-left: 60px; width: 180px; margin-top: 20px;"><div style="font-size: 10pt;">Prices start at</div><div style="font-size: 24pt; font-weight: bold;color: #f7941e">$2289.00</div></div>
						<div style="float: right; width: 100px; margin-top: 20px; line-height: 16pt">
							<div style="text-align: right; float: left; width: 100px;  font-size: 8pt;color: #5d5d5d;">Avg user rating</div>
							<div style="text-align: right; float: left; width: 100px; "><img src='http://ai.pricegrabber.com/images/rating_0_rstar.gif' style='border: none;'></div>
							<div style="text-align: right; float: left; width: 100px; font-size: 8pt;color: #5d5d5d;">0 user reviews</div>
						</div>
					</div>
				</div>
				<div id='pgrheader' style="float: left;width: 500px; height: 42px; margin-left: 2px;">
				<img style='border: 0;' src='http://www.softwaremedia.com/application/views/sm/skins/default/images/pgrbox/compareTitle.gif' USEMAP='#pgr'>
				</div>
				<div id='merchant_header' style="margin-top: -2px; float: left;font-size: 11pt; font-weight: bold; color: white; margin-left: 2px;">
					<div style="text-align: left; float: left; width: 195px; background: #2c2726; padding-top: 3px; padding-bottom: 3px; padding-left: 20px;">Merchant</div>
					<div style="text-align: center; float: left; width: 152px; background: #2c2726; margin-left: 2px; padding-top: 3px; padding-bottom: 3px;">Price</div>
					<div style="text-align: right; float: left; width: 105px; background: #2c2726; margin-left: 2px;padding-top: 3px; padding-bottom: 3px; padding-right: 20px;">Rating</div>
				</div>
				<div id='mid_cont' style="text-align: center; float: left;padding-left: 20px; padding-right: 20px; width: 480px;'">
					<div style="float: left;border-bottom: 1px solid #5d5d5d; margin-top: 5px; padding-bottom:5px;">
					<div style="text-align: left; float: left; width: 200px; margin-top: 17px; font-size: 1.2em;"><a href='http://softwaremedia.pgpartner.com/rd.php?pg=~~10&r=2851&z=84128&m=88743986&mt=~~~~~~~~y~~~~~&q=n&dl=1&source=xmlapi&k=f47aa8d936076202f423a4cbca8fc269' rel='nofollow'><img src='http://i.pgcdn.com/images/retbutton_2851.gif' style='border: none;'></a></div>
					<div style="text-align: center; float: left; width: 140px;color:#2c2726;font-size: 16pt; font-weight: bold;">$2,289.00<br><a href='http://softwaremedia.pgpartner.com/rd.php?pg=~~10&r=2851&z=84128&m=88743986&mt=~~~~~~~~y~~~~~&q=n&dl=1&source=xmlapi&k=f47aa8d936076202f423a4cbca8fc269' rel='nofollow'><img src='http://www.softwaremedia.com/application/views/sm/skins/default/images/pgrbox/buynow.gif' style="border: none;"></a></div>
					<div style="text-align: right; float: left; width: 120px;font-size: 8pt;color: #5d5d5d; margin-top: 5px; line-height: 18pt; text-align: right;"><img src='http://ai.pricegrabber.com/images/rating_5_newo.gif' style='border: none;'> <br>1894 Reviews</div>
			</div><div style="float: left;border-bottom: 1px solid #5d5d5d; margin-top: 5px; padding-bottom:5px;">
					<div style="text-align: left; float: left; width: 200px; margin-top: 17px; font-size: 1.2em;"><a href='http://softwaremedia.pgpartner.com/rd.php?pg=~~10&r=308&m=88743986&mt=~~~~~~~~y~~~~~&q=n&dl=1&source=xmlapi&k=6d516ce36550957ad1c40849d1e09230' rel='nofollow'><img src='http://i.pgcdn.com/images/retbutton_308.gif' style='border: none;'></a></div>
					<div style="text-align: center; float: left; width: 140px;color:#2c2726;font-size: 16pt; font-weight: bold;">$2,292.96<br><a href='http://softwaremedia.pgpartner.com/rd.php?pg=~~10&r=308&m=88743986&mt=~~~~~~~~y~~~~~&q=n&dl=1&source=xmlapi&k=6d516ce36550957ad1c40849d1e09230' rel='nofollow'><img src='http://www.softwaremedia.com/application/views/sm/skins/default/images/pgrbox/buynow.gif' style="border: none;"></a></div>
					<div style="text-align: right; float: left; width: 120px;font-size: 8pt;color: #5d5d5d; margin-top: 5px; line-height: 18pt; text-align: right;"><img src='http://ai.pricegrabber.com/images/rating_5_newo.gif' style='border: none;'> <br>3696 Reviews</div>
			</div><div style="float: left;border-bottom: 1px solid #5d5d5d; margin-top: 5px; padding-bottom:5px;">
					<div style="text-align: left; float: left; width: 200px; margin-top: 17px; font-size: 1.2em;"><a href='http://softwaremedia.pgpartner.com/rd.php?pg=~~10&r=20868&m=88743986&mt=~~~~~~~~y~~~~~&q=n&dl=1&source=xmlapi&k=75f58cc1fad1ba4bf9e309ed5f89e394' rel='nofollow'><img src='http://i.pgcdn.com/images/retbutton_20868.gif' style='border: none;'></a></div>
					<div style="text-align: center; float: left; width: 140px;color:#2c2726;font-size: 16pt; font-weight: bold;">$2,349.99<br><a href='http://softwaremedia.pgpartner.com/rd.php?pg=~~10&r=20868&m=88743986&mt=~~~~~~~~y~~~~~&q=n&dl=1&source=xmlapi&k=75f58cc1fad1ba4bf9e309ed5f89e394' rel='nofollow'><img src='http://www.softwaremedia.com/application/views/sm/skins/default/images/pgrbox/buynow.gif' style="border: none;"></a></div>
					<div style="text-align: right; float: left; width: 120px;font-size: 8pt;color: #5d5d5d; margin-top: 5px; line-height: 18pt; text-align: right;"><img src='http://ai.pricegrabber.com/images/rating_0_newo.gif' style='border: none;'> <br>0 Reviews</div>
			</div>
					<div id='disclaimer' style="float: left; width: 460px; margin-top: 10px; margin-bottom: 20px; color: #a7a7a7; font-size: 7pt; text-align: center;">
						Prices and availability are subject to change by merchant without notice.  Please check with merchant for details.  For all prices or availability <a href='http://softwaremedia.pgpartner.com/' rel='nofollow'>click here</a>
					</div>
				</div>
			</div>
			<div id='pgr_footer' style="float: left;width: 500px; height: 6px; background: url('http://www.softwaremedia.com/application/views/sm/skins/default/images/pgrbox/api-bottom.gif'); background-repeat: no-repeat;)}';">
			</div>
		</div>
		<map name='pgr'>
		<area shape='rect'' coords='313,6,477,29'' href='http://softwaremedia.pgpartner.com/' rel='nofollow'>
		</map></p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F07%2Fnosql-movement-is-gaining-traction&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F07%2Fnosql-movement-is-gaining-traction&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F07%2Fnosql-movement-is-gaining-traction&amp;counturl=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F07%2Fnosql-movement-is-gaining-traction&amp;count=none&amp;text=NoSQL%20Movement%20is%20Gaining%20Traction" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F07%2Fnosql-movement-is-gaining-traction&amp;counturl=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F07%2Fnosql-movement-is-gaining-traction&amp;count=none&amp;text=NoSQL%20Movement%20is%20Gaining%20Traction" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F07%2Fnosql-movement-is-gaining-traction&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F07%2Fnosql-movement-is-gaining-traction&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F07%2Fnosql-movement-is-gaining-traction&amp;linkname=NoSQL%20Movement%20is%20Gaining%20Traction" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.softwarenewsdaily.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F07%2Fnosql-movement-is-gaining-traction&amp;title=NoSQL%20Movement%20is%20Gaining%20Traction" id="wpa2a_8">Share</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.softwarenewsdaily.com/2009/07/nosql-movement-is-gaining-traction/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Licensing: Big Easy Offer</title>
		<link>http://www.softwarenewsdaily.com/2009/03/microsoft-licensing-big-easy-offer</link>
		<comments>http://www.softwarenewsdaily.com/2009/03/microsoft-licensing-big-easy-offer#comments</comments>
		<pubDate>Mon, 09 Mar 2009 17:53:37 +0000</pubDate>
		<dc:creator>Lisa</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[Smart Software Buying]]></category>
		<category><![CDATA[business licensing]]></category>
		<category><![CDATA[business software]]></category>
		<category><![CDATA[discount software]]></category>
		<category><![CDATA[exchange server]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[microsoft licensing]]></category>
		<category><![CDATA[microsoft office]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://www.softwarenewsdaily.com/?p=171</guid>
		<description><![CDATA[If your business was considering purchasing Microsoft Licensing in the near future, now is a great time. Qualifying purchases made between March 2 and June 26, 2009 earns you subsidy funds. The subsidy allows you to purchase additional products or services from the Microsoft partner of your choice. Let’s say your business needed 30 licenses &#8230; </p><p><a class="more-link block-button" href="http://www.softwarenewsdaily.com/2009/03/microsoft-licensing-big-easy-offer">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>If your business was considering purchasing Microsoft Licensing in the near future, now is a great time. Qualifying purchases made between March 2 and June 26, 2009 earns you subsidy funds. The subsidy allows you to purchase additional products or services from the Microsoft partner of your choice.</p>
<p>Let’s say your business needed 30 licenses of Office 2007 Small Business.  You would receive a check for around $1,050 to spend with your Microsoft Partner within 90 days. This amount can be used for whatever your Microsoft Partner offers (doesn’t have to be used on only Microsoft products).</p>
<p>Qualifying Products (restrictions apply &#8211; talk to your Microsoft Partner for specific products)</p>
<ul>
<li> Microsoft Office</li>
<li> Microsoft SQL Server</li>
<li> Microsoft Exchange Server</li>
<li> Microsoft Office Project</li>
<li> Microsoft Internet Security and Acceleration Server   (ISA)</li>
<li> Microsoft Office Visio</li>
<li> Microsoft Office Communications Server</li>
<li> Microsoft Expression</li>
<li> Microsoft Office SharePoint Server</li>
<li> Microsoft Visual Studio</li>
<li> Microsoft Forefront Security</li>
<li> Microsoft Visual Studio Team Suite</li>
<li> Microsoft Windows Server</li>
<li> Microsoft System Center Essentials</li>
<li> Microsoft Windows Server 2008 Datacenter</li>
<li> Microsoft System Center Configuration Manager</li>
<li> Microsoft Windows Small Business Server</li>
<li> Microsoft Dynamics CRM</li>
<li> Microsoft Windows Web Server 2008</li>
<li> Microsoft Windows Essential Business Server</li>
</ul>
<p>Make sure to <a href="http://www.microsoftincentives.com/BigEasy3/redeem.aspx" target="_blank">submit</a> your claim within 30 days of purchase date. View <a href="http://www.microsoftincentives.com/BigEasy3/estimate.aspx" target="_blank">Subsidy Calculator</a> to see how much you could earn. Talk to your Microsoft Partner for details.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F03%2Fmicrosoft-licensing-big-easy-offer&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F03%2Fmicrosoft-licensing-big-easy-offer&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F03%2Fmicrosoft-licensing-big-easy-offer&amp;counturl=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F03%2Fmicrosoft-licensing-big-easy-offer&amp;count=none&amp;text=Microsoft%20Licensing%3A%20Big%20Easy%20Offer" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F03%2Fmicrosoft-licensing-big-easy-offer&amp;counturl=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F03%2Fmicrosoft-licensing-big-easy-offer&amp;count=none&amp;text=Microsoft%20Licensing%3A%20Big%20Easy%20Offer" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F03%2Fmicrosoft-licensing-big-easy-offer&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F03%2Fmicrosoft-licensing-big-easy-offer&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F03%2Fmicrosoft-licensing-big-easy-offer&amp;linkname=Microsoft%20Licensing%3A%20Big%20Easy%20Offer" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.softwarenewsdaily.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.softwarenewsdaily.com%2F2009%2F03%2Fmicrosoft-licensing-big-easy-offer&amp;title=Microsoft%20Licensing%3A%20Big%20Easy%20Offer" id="wpa2a_10">Share</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.softwarenewsdaily.com/2009/03/microsoft-licensing-big-easy-offer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

