<?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>NetProgrammingHelp.com &#187; SQL SERVER/ORACLE</title>
	<atom:link href="http://netprogramminghelp.com/category/sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://netprogramminghelp.com</link>
	<description>Asp.Net,C#,Ajax,Sql server,silverlight,Javascript codes exambles articles,Programming exambles</description>
	<lastBuildDate>Tue, 09 Aug 2011 14:31:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Controlling/Handling/Optimizing dataset processing time in SSRS reports Asp.Net C# Sql</title>
		<link>http://netprogramminghelp.com/sql-server/controllinghandlingoptimizing-dataset-processing-time-in-ssrs-reports-asp-net-c-sql/</link>
		<comments>http://netprogramminghelp.com/sql-server/controllinghandlingoptimizing-dataset-processing-time-in-ssrs-reports-asp-net-c-sql/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 22:33:32 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[SQL SERVER/ORACLE]]></category>
		<category><![CDATA[Controlling]]></category>
		<category><![CDATA[dataset]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[reports]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/sql-server/controllinghandlingoptimizing-dataset-processing-time-in-ssrs-reports-asp-net-c-sql/</guid>
		<description><![CDATA[Long running queries in complex reports is one key performance optimization area.&#160; One way to keep your users from waiting for a long period of time to view a report, due to corrupt queries or poorly designed queries, is to configure your reports with an acceptable time limit to wait for the database engine to [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/sql-server/controllinghandlingoptimizing-dataset-processing-time-in-ssrs-reports-asp-net-c-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best/Easy Way to Resolving could not open a connection to SQL Server errors Asp.Net C#</title>
		<link>http://netprogramminghelp.com/sql-server/besteasy-way-to-resolving-could-not-open-a-connection-to-sql-server-errors-asp-net-c/</link>
		<comments>http://netprogramminghelp.com/sql-server/besteasy-way-to-resolving-could-not-open-a-connection-to-sql-server-errors-asp-net-c/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 16:53:12 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[SQL SERVER/ORACLE]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[could]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[Resolving]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/sql-server/besteasy-way-to-resolving-could-not-open-a-connection-to-sql-server-errors-asp-net-c/</guid>
		<description><![CDATA[Sometimes you may have issues connecting to SQL Server and you may get messages such as the following:ERROR: (provider: Named Pipes Provider, error: 40 ? Could not open a connection to SQL Server) (Microsoft SQL Server, Error:) An error has occurred while establishing a connection to the server. (provider: Named Pipes Provider, error: 40 ? [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/sql-server/besteasy-way-to-resolving-could-not-open-a-connection-to-sql-server-errors-asp-net-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding/Getting/Identifying Violating SQL Server Foreign Key Values Asp.Net C#</title>
		<link>http://netprogramminghelp.com/sql-server/findinggettingidentifying-violating-sql-server-foreign-key-values-asp-net-c/</link>
		<comments>http://netprogramminghelp.com/sql-server/findinggettingidentifying-violating-sql-server-foreign-key-values-asp-net-c/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 21:39:35 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[SQL SERVER/ORACLE]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/sql-server/findinggettingidentifying-violating-sql-server-foreign-key-values-asp-net-c/</guid>
		<description><![CDATA[In many databases, foreign key constraints are not used initially and then later created on tables after data already exists.&#160; If data already exists and there are possible foreign key violations the constraint may be created using the NOCHECK option.&#160; In addition, sometimes when loading BULK data, foreign keys are disabled or removed to make [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/sql-server/findinggettingidentifying-violating-sql-server-foreign-key-values-asp-net-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Differences Similarities Between Global Variables @@IDENTITY @@SCOPE_IDENTITY Asp.Net C# Sql Server</title>
		<link>http://netprogramminghelp.com/sql-server/differences-similarities-global-variables-identity-scope_identity-asp-net-c-sql-server/</link>
		<comments>http://netprogramminghelp.com/sql-server/differences-similarities-global-variables-identity-scope_identity-asp-net-c-sql-server/#comments</comments>
		<pubDate>Sun, 14 Nov 2010 14:58:33 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[SQL SERVER/ORACLE]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=2066</guid>
		<description><![CDATA[SCOPE_IDENTITY, IDENT_CURRENT, and @@IDENTITY are similar functions because they return values that are inserted into identity columns. IDENT_CURRENT is not limited by scope and session; it is limited to a specified table. IDENT_CURRENT returns the value generated for a specific table in any session and any scope. SCOPE_IDENTITY and @@IDENTITY return the last identity values [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/sql-server/differences-similarities-global-variables-identity-scope_identity-asp-net-c-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sql Server Important Interview Questions Online free download</title>
		<link>http://netprogramminghelp.com/sql-server/sql-server-important-interview-questions-online-free-download/</link>
		<comments>http://netprogramminghelp.com/sql-server/sql-server-important-interview-questions-online-free-download/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 15:20:03 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[SQL SERVER/ORACLE]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=2026</guid>
		<description><![CDATA[What is normalization? Explain different levels of normalization? Check out the article Q100139 from Microsoft knowledge base and of course, there&#8217;s much more information available in the net. It&#8217;ll be a good idea to get a hold of any RDBMS fundamentals text book, especially the one by C. J. Date. Most of the times, it [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/sql-server/sql-server-important-interview-questions-online-free-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Inserting Rownum into Select Result Query Asp.Net c#</title>
		<link>http://netprogramminghelp.com/sql-server/adding-inserting-rownum-select-result-query-asp-net-c/</link>
		<comments>http://netprogramminghelp.com/sql-server/adding-inserting-rownum-select-result-query-asp-net-c/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 15:02:33 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[SQL SERVER/ORACLE]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=2008</guid>
		<description><![CDATA[Introduction: In this article,i am going to explain about how to add a rownum into an a select result query. Main: we can simply add a rownum into a select result query,see the below simple examble, SELECT ROW_NUMBER&#40;&#41; OVER &#40;ORDER BY FieldName ASC&#41; AS ROWNO, * FROM Emp //Emp is a table name. Conclusion: Hope [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/sql-server/adding-inserting-rownum-select-result-query-asp-net-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Generating Fetching Random Numbers Using Sql Server Asp.Net C#</title>
		<link>http://netprogramminghelp.com/sql-server/creating-generating-fetching-random-numbers-sql-server-asp-net-c/</link>
		<comments>http://netprogramminghelp.com/sql-server/creating-generating-fetching-random-numbers-sql-server-asp-net-c/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 16:09:43 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[SQL SERVER/ORACLE]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=1987</guid>
		<description><![CDATA[Introduction: In this article,i am going to explain about how to create random numbers in sql server. Main: &#8211;Method 1 : Generate Random Numbers (Int) between Range &#8211; Create the variables for the random number generation DECLARE @Random INTDECLARE @Upper INTDECLARE @Lower INT -- This will create a random number between 1 and 999SET @Lower [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/sql-server/creating-generating-fetching-random-numbers-sql-server-asp-net-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Fetching Retrieving Table Column Collections Details Informations in Sql Server Asp.Net C#</title>
		<link>http://netprogramminghelp.com/sql-server/fetching-retrieving-table-column-collections-details-informations-sql-server-asp-net-c/</link>
		<comments>http://netprogramminghelp.com/sql-server/fetching-retrieving-table-column-collections-details-informations-sql-server-asp-net-c/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 15:58:48 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[SQL SERVER/ORACLE]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=1982</guid>
		<description><![CDATA[Introduction: In this article,i am going to explain about how to fetch the sql table column collections using sql query. Main: I tried the below query in my database, SELECT Columns.name AS ColumnName, ColumnTypes.name AS Type, Columns.prec AS Precision, Columns.scale AS Scale, Columns.isnullable AS IsNullable FROM sys.sysobjects AS Tables INNER JOIN sys.syscolumns AS Columns ON [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/sql-server/fetching-retrieving-table-column-collections-details-informations-sql-server-asp-net-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stored Procedure Execution Combilation Process in Sql Server 2008</title>
		<link>http://netprogramminghelp.com/sql-server/stored-procedure-execution-combilation-process-sql-server-2008/</link>
		<comments>http://netprogramminghelp.com/sql-server/stored-procedure-execution-combilation-process-sql-server-2008/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 15:41:16 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[SQL SERVER/ORACLE]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=1832</guid>
		<description><![CDATA[Introduction: In this article,i am going to demonstrate how the stored prcedure are combiled in sql server 2008. What is precombiled mean? When you run a query or stored procedure for the first time,sql server will go through a five step process that prepares the query to be run.This will generate an execution plan that [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/sql-server/stored-procedure-execution-combilation-process-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Encrypting Stored Procedure sql server 2008 asp.net c#</title>
		<link>http://netprogramminghelp.com/sql-server/encrypting-stored-procedure-sql-server-2008-aspnet-c/</link>
		<comments>http://netprogramminghelp.com/sql-server/encrypting-stored-procedure-sql-server-2008-aspnet-c/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 11:04:37 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[SQL SERVER/ORACLE]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=1661</guid>
		<description><![CDATA[Introduction: In this article,i am going to explain about how to encrypt a stored procedure and how to set a stored procedure security while using exec statement. Main: Just like a view, stored procedure Transact-SQL definitions can have their contents encrypted in the database, removing the ability to read the procedure&#8217;s definition. In order to [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/sql-server/encrypting-stored-procedure-sql-server-2008-aspnet-c/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

