<?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>Database Administration Archives | Blog</title>
	<atom:link href="https://onclickinnovations.com/blog/tag/database-administration/feed/" rel="self" type="application/rss+xml" />
	<link>https://onclickinnovations.com/blog/tag/database-administration/</link>
	<description>Onclick Innovations Pvt. Ltd.</description>
	<lastBuildDate>Thu, 04 May 2017 12:59:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">208843066</site>	<item>
		<title>Entity Framework</title>
		<link>https://onclickinnovations.com/blog/entity-framework/</link>
					<comments>https://onclickinnovations.com/blog/entity-framework/#comments</comments>
		
		<dc:creator><![CDATA[it_geeks]]></dc:creator>
		<pubDate>Thu, 04 May 2017 12:59:47 +0000</pubDate>
				<category><![CDATA[Custom Software Development Solutions]]></category>
		<category><![CDATA[.NET DLLs]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Database Administration]]></category>
		<category><![CDATA[EDMX files]]></category>
		<category><![CDATA[EF]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[MVC]]></category>
		<guid isPermaLink="false">http://blog.onclickinnovations.com/?p=737</guid>

					<description><![CDATA[<p> ENTITY  FRAMEWORK is a layer which sits between  application and the database. EF is simply an abstraction layer that allows developers to model the domain, and it generates the database access logic for you. It allows you to write your domain objects in POCO classes and use it in application. The tooling support for Entity Framework [&#8230;]</p>
<p>The post <a href="https://onclickinnovations.com/blog/entity-framework/">Entity Framework</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="http://blog.onclickinnovations.com/entity-framework/"> ENTITY  FRAMEWORK</a> is a layer which sits between  application and the database. EF is simply an abstraction layer that allows developers to model the domain, and it generates the database access logic for you. It allows you to write your domain objects in POCO classes and use it in application. The tooling support for Entity Framework in Visual Studio is great, but is ultimately just tooling to help with EDMX file creation. The actual framework is the .NET DLLs which act upon the information declared in your EDMX files. Although it is easy to understand and implement. It affects the performance of application most of the time. Secondly, if you are debugging then some time it becomes very difficult as it takes time to load the internal attributes of the objects.</p>
<p>&nbsp;</p>
<p>EF has the following Advantage:: reduces the amount code, LINQ for all object queries, one don&#8217;t have to write the SQL queries, easy to manage relationship between tables, developers spend lots of time coding the plumbing required to save the data to the data store. EF Reduces this time, hence the developers can spend time actually building the application, developers can work against domain specific objects such as employee and employee address and need not to worry about how and where these data is stored, applications are now easier to maintain as the amount of code is reduced, applications are no longer tied up to a particular data store  EF Framework will handle the data storage, one don’t have to write SQL queries EF Will take care of that, the Entity framework is very easy to use,</p>
<p>&nbsp;</p>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fentity-framework%2F&amp;linkname=Entity%20Framework" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fentity-framework%2F&amp;linkname=Entity%20Framework" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fentity-framework%2F&amp;linkname=Entity%20Framework" title="LinkedIn" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_no_icon a2a_counter addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fentity-framework%2F&#038;title=Entity%20Framework" data-a2a-url="https://onclickinnovations.com/blog/entity-framework/" data-a2a-title="Entity Framework">Share</a></p><p>The post <a href="https://onclickinnovations.com/blog/entity-framework/">Entity Framework</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://onclickinnovations.com/blog/entity-framework/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">737</post-id>	</item>
		<item>
		<title>ETL Developers</title>
		<link>https://onclickinnovations.com/blog/etl-developers/</link>
					<comments>https://onclickinnovations.com/blog/etl-developers/#respond</comments>
		
		<dc:creator><![CDATA[it_geeks]]></dc:creator>
		<pubDate>Wed, 20 Jul 2016 13:22:48 +0000</pubDate>
				<category><![CDATA[Custom Software Development Solutions]]></category>
		<category><![CDATA[Database Administration]]></category>
		<category><![CDATA[ETL Developers]]></category>
		<category><![CDATA[ETL Development]]></category>
		<category><![CDATA[ETL Tools]]></category>
		<guid isPermaLink="false">http://blog.onclickinnovations.com/?p=155</guid>

					<description><![CDATA[<p>&#160; ETL (Extract, Transform and Load)  a process in data warehousing responsible for pulling data out of the source systems and placing it into a data warehouse. It could be as simple as mapping fields between two databases or as complicated as performing mathematical operations on some fields, combining it with other data sources, then loading [&#8230;]</p>
<p>The post <a href="https://onclickinnovations.com/blog/etl-developers/">ETL Developers</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>&nbsp;</p>
<p><strong>ETL</strong> (Extract, Transform and Load)  a process in data warehousing responsible for pulling data out of the source systems and placing it into a data warehouse. It could be as simple as mapping fields between two databases or as complicated as performing mathematical operations on some fields, combining it with other data sources, then loading them into a final location. <a href="http://blog.onclickinnovations.com/etl-developers/">ETL DEVELOPERS</a>  is expect to analyze the requirement , develop mappings. Few activities are listed below for better understanding :-</p>
<p>&#8211; Designing and creating the data warehouse</p>
<p>-All related extraction, transformation and load of data functions in the company, nature may  vary based on the tool being used.</p>
<p>&#8211; Test their designs to ensure the system runs smoothly.</p>
<p>&#8211; You must be experts at looking a big-picture view of a company&#8217;s data situation.</p>
<p>&#8211; Data modeling, means one needs to be able to read, analyze and digest what a business wants to accomplish with its data, and design the best possible ETL process around those goals.</p>
<p>&#8211; Develops ETL mappings / pipelines for Data Integration to / from sources such as RDBMS / Oracle / MySQL / PostgreSQL / Access) / CRMs / Websites via APIs / Flat files / No SQL DBs / Columnar DBs</p>
<p>&#8211; Database Administration,</p>
<p>&#8211; ETL Tool Administration (Informatica / Snaplogic),</p>
<p>&#8211; Documentation such as Technical Specification Documentation or Functional Specification Documentation</p>
<p>&#8211; Creation of Visio Diagrams for Process Flow.</p>
<p>Onclick Innovations Pvt. Ltd. help businesses organize and differentiate. We have a brilliant ETL Developers team which will make your web applications sustain as if next century enterprises are modeled around.</p>
<p>&nbsp;</p>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fetl-developers%2F&amp;linkname=ETL%20Developers" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fetl-developers%2F&amp;linkname=ETL%20Developers" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fetl-developers%2F&amp;linkname=ETL%20Developers" title="LinkedIn" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_no_icon a2a_counter addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fetl-developers%2F&#038;title=ETL%20Developers" data-a2a-url="https://onclickinnovations.com/blog/etl-developers/" data-a2a-title="ETL Developers">Share</a></p><p>The post <a href="https://onclickinnovations.com/blog/etl-developers/">ETL Developers</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://onclickinnovations.com/blog/etl-developers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">155</post-id>	</item>
	</channel>
</rss>
