<?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>Vishal Vasu&#039;s Blog &#187; MS SQL</title>
	<atom:link href="http://www.vishalvasu.com/tag/ms-sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vishalvasu.com</link>
	<description>Thoughts, Passion, Technology</description>
	<lastBuildDate>Wed, 04 Jan 2012 08:23:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>ERP is not Enough! Plan for Business Intelligence.</title>
		<link>http://www.vishalvasu.com/business-intelligence/</link>
		<comments>http://www.vishalvasu.com/business-intelligence/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 08:35:36 +0000</pubDate>
		<dc:creator>Vishal Vasu</dc:creator>
				<category><![CDATA[Microsoft SharePoint]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[MS SQL]]></category>

		<guid isPermaLink="false">http://www.vishalvasu.com/?p=432</guid>
		<description><![CDATA[ERP systems are known to generate lots of data, but not much information. ERP does not contain all the information that is needed for business and hence various data sources thrive in form of spreadsheets or applications. For example, ERP may not include the results of a client survey or secondary sales data at channels or vendor data. ERP systems [...]]]></description>
			<content:encoded><![CDATA[<p>ERP systems are known to generate lots of data, but not much information. ERP does not contain all the information that is needed for business and hence various data sources thrive in form of spreadsheets or applications. For example, ERP may not include the results of a client survey or secondary sales data at channels or vendor data.</p>
<p>ERP systems tend to force businesses to re-engineer current practices to fit within the processes described by the ERP modules. Companies are investing millions in ERP solutions or have invested till date to improve the way they conduct their business. While these solutions provides significant benefits, organizations are finding that in order to achieve critical decision making business goals they often need to supplement it with additional external reporting capabilities. With the wealth of data entered and stored in ERP databases the ability to analyze and interpret the data is significant for management reporting. It&#8217;s time to take the next step for these businesses and explore Business Intelligence.</p>
<p>Business Intelligence (BI) means different things to different organizations and users. BI often refers to complex business applications, tools and technologies focused at understanding business metrics and performance. It includes such concepts as data warehouses, data cubes, dimensional analysis and performance monitoring &#8211; often refered to as KPI (Key Performance Indicator). BI often involves users accessing this data in spreadsheets, pivot tables and reports. BI typically represents systems where business data is aggregated from different enterprise systems with the goal of uncovering trends and insights.</p>
<p>Business intelligence and data visualization solutions often involve many components, hence the traditional complexity and cost. With newer tools now available in the market, many of the elements of BI and data visualization solutions can be implemented with reduced cost and complexity. Today’s businesses need analysis capabilities, not just the “flat-sheet” reporting to which they’ve grown accustomed. Simply stated, reports that provide statistics and raw data provide no intrinsic value. They need tools that provide meaningful “business intelligence” if management is to be able to use the information to support decisions and strategy.</p>
<p>Business Intelligence Solutions help fill this gap. BI gives the necessary insight to understand, analyze, and even predict the overall business performance. Moreover, clear visibility into all aspects of the operation can give companies the ordinance needed to combat business hazards. Business intelligence is about looking ahead rather than looking back and about creating answers and the tools to analyze new questions. When every user has access to the tools and the data they need to make timely and relevant decisions, the business becomes more efficient and effective while cutting costs and improving productivity.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vishalvasu.com/business-intelligence/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Securing Microsoft SQL Server</title>
		<link>http://www.vishalvasu.com/securing-microsoft-sql-server/</link>
		<comments>http://www.vishalvasu.com/securing-microsoft-sql-server/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 08:30:21 +0000</pubDate>
		<dc:creator>Vishal Vasu</dc:creator>
				<category><![CDATA[Microsoft Windows Server]]></category>
		<category><![CDATA[MS SQL]]></category>

		<guid isPermaLink="false">http://www.vishalvasu.com/?p=220</guid>
		<description><![CDATA[Here is a quick check list for System Engineers and Data Base Administrators to lock down MS SQL Server and secure the database server: Communication: If possible and if budget permits, do not expose the SQL Server directly to the Internet. Allow the communication from a web server to the SQL database server over an [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a quick check list for System Engineers and Data Base Administrators to lock down MS SQL Server and secure the database server:</p>
<p><strong>Communication:</strong> If possible and if budget permits, do not expose the SQL Server directly to the Internet. Allow the communication from a web server to the SQL database server over an internal IP address.</p>
<p><strong>Strong Passwords:</strong> Ensure that the server uses a strong password for the &#8220;sa&#8221; account. Use a combination of letters, numbers and symbols. This make it difficult for Brute Force hacks to guess the password.</p>
<p><strong>Authentication:</strong> Keep this to Windows Authentication if possible and avoid setting SQL to run under Mixed Mode. Windows Authentication will require SQL server to check the Active Directory and moreover the logins will not be stored in the SQL server.</p>
<p><strong>Service Packs and Updates:</strong> Make sure that the SQL Server is always patched with the latest Service Pack and Security Updates. This ensures that the latest security vulnerabilities are addressed and blocked.</p>
<p><strong>Service Accounts:</strong> Run both MSSQLSERVER and SQLSERVERAGENT under the Domain User permissions. Do not run them under any Administrator account. This ensures very less damage in case the user account or the server is compromised.</p>
<p><strong>Block Ports:</strong> If there is no need to expose the MS SQL Server to the Internet, block port 1433 and 1434 at the firewall. This means that the SQL Server will not be accessible from the Internet, thus making it hard for outside attackers to reach to the server. It also prevents worms and viruses.</p>
<p><strong>Backups:</strong> Encrypt and compress the backup files. Put a password on the backups and store them to a safe location. Do not keep them on the server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vishalvasu.com/securing-microsoft-sql-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  www.vishalvasu.com/tag/ms-sql/feed/ ) in 5.55197 seconds, on Feb 6th, 2012 at 3:17 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 6th, 2012 at 4:17 pm UTC -->
