﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>SQL Latest Articles</title><link>http://www.c-sharpcorner.com/articles/</link><description>Watch latest articles from SQL</description><copyright>© 1999 - 2012  Mindcracker LLC. All Rights Reserved</copyright><item><title>Extended Properties in SQL Server</title><description>Extended Properties in SQL Server allows us to create additional customized properties to store additional information. Extended Properties are a way to create a self-documenting database.</description><link>http://www.c-sharpcorner.com/UploadFile/ff2f08/extended-properties-in-sql-server/</link><pubDate>6/12/2013 5:52:04 AM</pubDate><author>Jignesh Trivedi</author></item><item><title>Some Nice Select Query Techniques For DB Programmers</title><description>The article explains some nice data retreving techniques including Derived Tables and CTE.</description><link>http://www.c-sharpcorner.com/UploadFile/6897bc/some-nice-select-query-techniques-for-db-programmers/</link><pubDate>5/15/2013 11:18:09 PM</pubDate><author>Sivaraman Dhamodaran</author></item><item><title>How To Find A Doctor Near Your Home in SQL Server</title><description>How to use a database to find nearby locations.</description><link>http://www.c-sharpcorner.com/UploadFile/afenster/how-to-find-a-doctor-near-your-home-in-sql-server/</link><pubDate>6/7/2013 4:10:14 AM</pubDate><author>Andrew Fenster</author></item><item><title>SQL Security Functions: Part 3</title><description>In this article I describe the Transact-SQL security functions SUSER_ID, SUSER_NAME, SESSION_USER and SESSIONPROPERTY.</description><link>http://www.c-sharpcorner.com/UploadFile/5089e0/sql-security-functions-part-3/</link><pubDate>6/3/2013 11:26:29 AM</pubDate><author>Nitin Bhardwaj</author></item><item><title>Display Line Numbers in SQL Server Query Window</title><description>In this article we have a look at how to enable line numbers in the SQL Server Query Window.</description><link>http://www.c-sharpcorner.com/UploadFile/rohatash/display-line-numbers-in-sql-server-query-window/</link><pubDate>5/31/2013 2:22:04 AM</pubDate><author>Rohatash Kumar</author></item><item><title>Complex SQL Queries With Split() Function in SQL 2008</title><description>In this article you will learn about Complex SQL queries with the split() function in SQL 2008.</description><link>http://www.c-sharpcorner.com/UploadFile/8911c4/complex-sql-queries-with-split-function-in-sql-2008/</link><pubDate>5/23/2013 6:45:30 AM</pubDate><author>Mahesh Alle</author></item><item><title>ObjectContext VS DBContext</title><description>ObjectContext and DbContext has capability to querying and working with data as objects.</description><link>http://www.c-sharpcorner.com/UploadFile/ff2f08/objectcontext-vs-dbcontext/</link><pubDate>5/22/2013 9:59:48 AM</pubDate><author>Jignesh Trivedi</author></item><item><title>How to Use SQL Server Profiler and Tuning Advisor</title><description>In this article you will learn how to use SQL Profiler and database Tuning Advisor to improve the performance of a database.</description><link>http://www.c-sharpcorner.com/UploadFile/raj1979/how-to-use-sql-server-profiler-and-tuning-advisor/</link><pubDate>5/21/2013 7:03:27 AM</pubDate><author>Raj Kumar</author></item><item><title>Call Stored Procedure From Entity Framework</title><description>In this article, I will demonstrate how can we call stored procedure from entity framework? There are many different way to call stored procedure from entity framework. </description><link>http://www.c-sharpcorner.com/UploadFile/ff2f08/call-store-procedure-from-entity-framework/</link><pubDate>5/21/2013 6:38:59 AM</pubDate><author>Jignesh Trivedi</author></item><item><title>Create a Report in SSRS 2008</title><description>In this article you will learn how to create a report in SSRS 2008.</description><link>http://www.c-sharpcorner.com/UploadFile/47fc0a/create-a-report-in-ssrs-2008/</link><pubDate>5/20/2013 7:27:57 AM</pubDate><author>Surjeet Yadav</author></item><item><title>Explain SQL Joins</title><description>In this article you will learn about Join statements of SQL server.</description><link>http://www.c-sharpcorner.com/UploadFile/47fc0a/explain-sql-joins/</link><pubDate>5/19/2013 8:19:09 AM</pubDate><author>Surjeet Yadav</author></item><item><title>Encrypt and Decrypt in SQL Server: Part 5</title><description>In this article we will create symmetric key and encrypt and decrypt string using this key.</description><link>http://www.c-sharpcorner.com/UploadFile/db2972/encrypt-and-decrypt-in-sql-server-part-5/</link><pubDate>5/16/2013 6:05:53 AM</pubDate><author>Akshay Patel</author></item><item><title>Finding Duplicates Among Multiple Columns in SQL</title><description>Here I show how to find duplicates and their frequency among multiple columns using the GROUP BY clause.</description><link>http://www.c-sharpcorner.com/UploadFile/0f68f2/finding-duplicates-among-multiple-columns-in-sql/</link><pubDate>5/15/2013 5:26:55 AM</pubDate><author>Hemant Srivastava</author></item><item><title>Create and Schedule a Job in SQL Server 2008</title><description>In this article you will learn how to create a new job and schedule that job for execution in SQL Server 2008.</description><link>http://www.c-sharpcorner.com/UploadFile/raj1979/create-and-schedule-a-job-in-sql-server-2008/</link><pubDate>5/14/2013 11:43:00 PM</pubDate><author>Raj Kumar</author></item><item><title>Extended Event in SQL Server  </title><description>SQL server Extended event is nothing but event handling system for server system. </description><link>http://www.c-sharpcorner.com/UploadFile/ff2f08/extended-event-in-sql-server/</link><pubDate>5/14/2013 9:55:43 AM</pubDate><author>Jignesh Trivedi</author></item><item><title>Encrypt and Decrypt in SQL Server: Part 4</title><description>In this article we will encrypt plain text and decrypt encrypted text using asymmetric key.</description><link>http://www.c-sharpcorner.com/UploadFile/db2972/encrypt-and-decrypt-in-sql-server-part-4/</link><pubDate>5/14/2013 4:52:38 AM</pubDate><author>Akshay Patel</author></item><item><title>Temporary Table in SQL Server</title><description>In this article you will learn how to use a Temporary Table in SQL Server.</description><link>http://www.c-sharpcorner.com/UploadFile/8911c4/temporary-table-in-sql-server/</link><pubDate>5/13/2013 11:03:16 AM</pubDate><author>Mahesh Alle</author></item><item><title>Encrypt and Decrypt in SQL Server: Part 3</title><description>In this article we will generate certificate and using this certificate we will encrypt and decrypt the string.</description><link>http://www.c-sharpcorner.com/UploadFile/db2972/encrypt-and-decrypt-in-sql-server-part-3/</link><pubDate>5/12/2013 4:52:57 AM</pubDate><author>Akshay Patel</author></item><item><title>Secured Connection Between SQL Server and C# Using Specific Port</title><description>In this article we will discuss how get the port no of our own SQL Server instance and how to use that port in SQL Server setting and at the end how use that port in your C Sharp application.</description><link>http://www.c-sharpcorner.com/UploadFile/e881fb/secured-connection-between-sql-server-and-C-Sharp-using-specific/</link><pubDate>5/10/2013 4:53:40 AM</pubDate><author>Naveed Zaman</author></item><item><title>Encrypt and Decrypt in SQL Server: Part 2</title><description>In this article we will discuss Database Master Key.</description><link>http://www.c-sharpcorner.com/UploadFile/db2972/encrypt-and-decrypt-in-sql-server-part-2/</link><pubDate>5/8/2013 4:08:38 AM</pubDate><author>Akshay Patel</author></item><item><title>Encrypt and Decrypt in SQL Server: Part 1</title><description>In this article we will discuss Service Master Key, backup, restore and alter Service Master Key.</description><link>http://www.c-sharpcorner.com/UploadFile/db2972/encrypt-and-decrypt-in-sql-server-part-1/</link><pubDate>5/6/2013 5:08:55 AM</pubDate><author>Akshay Patel</author></item><item><title>The Database Principal Owns a Schema in the Database, and Cannot be Dropped</title><description>I encountered a problem today and thought to share with all of you so that in the future, if you confront such an issue then this article may help you.</description><link>http://www.c-sharpcorner.com/UploadFile/97fc7a/the-database-principal-owns-a-schema-in-the-database-and-ca/</link><pubDate>5/6/2013 12:37:58 AM</pubDate><author>Sachin Kalia</author></item><item><title>Procedure to Create a Job Task in SQL Server 2008</title><description>Here you will learn how to create a Job Task in SQL Server 2008.</description><link>http://www.c-sharpcorner.com/UploadFile/0fca19/step-by-step-procedure-to-create-a-job-task-in-sql-server-20/</link><pubDate>5/6/2013 12:16:02 AM</pubDate><author>Pankaj Pandey</author></item><item><title>SQL Server Functions and Oracle Equivalent</title><description>This article looks at SQL Server string, numeric and date functions and their Oracle equivalents.</description><link>http://www.c-sharpcorner.com/UploadFile/c5c6e2/sql-server-functions-and-oracle-equivalent/</link><pubDate>5/4/2013 12:25:20 PM</pubDate><author>Shankar M</author></item><item><title>Learn Membership Services Part 1: Installing ASP.NET Membership Services Database in SQL Server 2008</title><description>In this article we create a database in SQL Server 2008 and install ASP.NET membership services then install an ASP.NET Memberships Services Database.</description><link>http://www.c-sharpcorner.com/UploadFile/3d39b4/learn-membership-services-part-1-installing-Asp-Net-members/</link><pubDate>5/4/2013 11:26:40 AM</pubDate><author>Sandeep Singh Shekhawat</author></item><item><title>Temporary Tables vs Table Variable in SQL Server 2008</title><description>In this article you will learn about Temporary Tables and Table Variables in SQL Server 2008.
</description><link>http://www.c-sharpcorner.com/UploadFile/eec362/temporary-tables-vs-table-variable-in-sql-server-2008/</link><pubDate>5/4/2013 11:16:35 AM</pubDate><author>Yogesh Bajpai</author></item><item><title>Find and Delete Duplicate Records From SQL Table</title><description>In this article I explain how to count and delete duplicate records from SQL database table.</description><link>http://www.c-sharpcorner.com/UploadFile/c63ec5/find-and-delete-duplicate-records-from-sql-table/</link><pubDate>4/30/2013 9:19:33 AM</pubDate><author>Sharad Gupta</author></item><item><title>Prevent Dead Lock in Entity Framework</title><description>Recently I am working on Entity Framework as data access layer based Project. We found many performance issues with this application. </description><link>http://www.c-sharpcorner.com/UploadFile/ff2f08/prevent-dead-lock-in-entity-framework/</link><pubDate>5/2/2013 9:15:40 AM</pubDate><author>Jignesh Trivedi</author></item><item><title>DATABASEPROPERTYEX Function in SQL Server</title><description>In this article, I would like to show how to extract the metadata about a database in SQL Server.</description><link>http://www.c-sharpcorner.com/UploadFile/rohatash/databasepropertyex-function-in-sql-server/</link><pubDate>5/1/2013 5:28:05 AM</pubDate><author>Rohatash Kumar</author></item><item><title>User Activity Log Using C# With SQL Server</title><description>The purpose of this article is to explain how to keep track of user activities in the Database Managements System.</description><link>http://www.c-sharpcorner.com/UploadFile/e881fb/user-activity-log-using-C-Sharp-with-sql-server/</link><pubDate>4/27/2013 10:47:37 AM</pubDate><author>Naveed Zaman</author></item><item><title>Creating Subquery in SQL Server</title><description>This article shows how to create a subquery to a select statement in SQL Server. </description><link>http://www.c-sharpcorner.com/UploadFile/rohatash/creating-subquery-in-sql-server/</link><pubDate>4/25/2013 1:38:59 AM</pubDate><author>Rohatash Kumar</author></item><item><title>Changing Static Themes to Dynamic Themes Using C# With SQL Server</title><description>In this article you will learn how to Change Static themes to Dynamic themes using C Sharp with SQL Server.</description><link>http://www.c-sharpcorner.com/UploadFile/e881fb/changing-static-themes-to-dynamic-themes-using-c-sharp-with/</link><pubDate>4/21/2013 8:13:58 AM</pubDate><author>Naveed Zaman</author></item><item><title>Introduction to Stored Procedure in SQL Server with Examples</title><description>Sometimes or every time  their need to perform the Insert,Select ,update,delete  record task on table using single stored procedure instead of Creating different stored procedure for each operation.</description><link>http://www.c-sharpcorner.com/UploadFile/0c1bb2/insertselectupdate-delete-records-in-single-stored-proce/</link><pubDate>10/18/2012 8:35:01 AM</pubDate><author>Vithal Wadje</author></item><item><title>Modifying Date and Time Values in SQL Server</title><description>In this article, I would like to show the functions DATEADD, EMONTH, TODATETIMEOFFSET in SQL Server. </description><link>http://www.c-sharpcorner.com/UploadFile/rohatash/modifying-date-and-time-values-in-sql-server/</link><pubDate>4/16/2013 4:13:43 AM</pubDate><author>Rohatash Kumar</author></item><item><title>Getting Date and Time Parts From DateTime in SQL Server</title><description>In this article, I would like to show the functions Datepart, DateName, Year, Month and Day in SQL Server.</description><link>http://www.c-sharpcorner.com/UploadFile/rohatash/getting-date-and-time-parts-from-datetime-in-sql-server/</link><pubDate>4/15/2013 1:06:11 AM</pubDate><author>Rohatash Kumar</author></item><item><title>Working With Date and Time in SQL Server and C#</title><description>In this article, I would like to show the similarity of SQL Getdate function and the C# DateTime class.</description><link>http://www.c-sharpcorner.com/UploadFile/rohatash/working-with-date-and-time-in-sql-server-and-C-Sharp/</link><pubDate>4/11/2013 4:18:56 AM</pubDate><author>Rohatash Kumar</author></item><item><title>ISNULL VS COALESCE in SQL</title><description>In this article you will learn about ISNULL versus COALESCE in SQL.</description><link>http://www.c-sharpcorner.com/UploadFile/ff2f08/isnull-vs-coalesce-in-sql/</link><pubDate>4/9/2013 7:57:46 AM</pubDate><author>Jignesh Trivedi</author></item><item><title>Comma Separated Value in SQL Query</title><description>I have reviewed and answered many articles related to SQL Server. For the previous one and a half months, I found 3 to 4 articles related to finding comma separated values in SQL Server. So I decided to write an article on Comma Separated Values in SQL, it might help people who are looking for a solution of this.</description><link>http://www.c-sharpcorner.com/UploadFile/ff2f08/comma-separated-value-in-sql-query/</link><pubDate>4/8/2013 10:28:46 AM</pubDate><author>Jignesh Trivedi</author></item><item><title>Using Filter Settings Option in SQL Server</title><description>In this article I provide a quick overview of how to use Filter Setting in SQL Server. </description><link>http://www.c-sharpcorner.com/UploadFile/rohatash/using-filter-settings-option-in-sql-server/</link><pubDate>4/4/2013 4:48:45 AM</pubDate><author>Rohatash Kumar</author></item><item><title>Tips &amp; Tricks - Compare Database Project in Solution With SQL Server Database</title><description>In this article you will see how to compare the database projects in a solution with SQL Server Database.</description><link>http://www.c-sharpcorner.com/UploadFile/013102/tips-tricks-compare-database-project-in-solution-with-sq/</link><pubDate>4/2/2013 7:26:06 AM</pubDate><author>Ck Nitin </author></item><item><title>Using Right and Left Function in SQL Server</title><description>In this article I provide a quick overview of how to use the right and left functions in SQL Server. </description><link>http://www.c-sharpcorner.com/UploadFile/rohatash/using-right-and-left-function-in-sql-server/</link><pubDate>4/1/2013 10:01:28 AM</pubDate><author>Rohatash Kumar</author></item><item><title>Adding a Number in String in SQL Server</title><description>In this article I provide a quick overview of how to add a number in a string in SQL Server. </description><link>http://www.c-sharpcorner.com/UploadFile/rohatash/adding-a-number-in-string-in-sql-server/</link><pubDate>3/22/2013 7:47:28 AM</pubDate><author>Rohatash Kumar</author></item><item><title>SQL Server Transaction Types</title><description>This Article helps you understand three types SQL Server Transactions. You can also learn how they differ from each other.</description><link>http://www.c-sharpcorner.com/UploadFile/6897bc/sql-server-transaction-types/</link><pubDate>3/22/2013 12:02:19 AM</pubDate><author>Sivaraman Dhamodaran</author></item><item><title>Magic Tables Used by Triggers in SQL Server 2012</title><description>In this article I have described the magic tables and how to use magic tables in SQL Server.</description><link>http://www.c-sharpcorner.com/UploadFile/93126e/what-are-the-magic-tables-used-by-triggers-in-sql-server/</link><pubDate>3/19/2013 6:39:13 AM</pubDate><author>Manish Sharma</author></item><item><title>Commonly Asked SQL Queries</title><description>Here I am sharing some of the SQL queries which are commonly asked. I was practicing with such queries and wanted to know more from people.</description><link>http://www.c-sharpcorner.com/UploadFile/praneet.rane/commonly-ask-sql-queries/</link><pubDate>3/18/2013 6:57:12 AM</pubDate><author>Praneet Rane</author></item><item><title>SSRS Reporting Document in SQL Server</title><description>In this article, you'll learn about SSRS Reporting Document.</description><link>http://www.c-sharpcorner.com/UploadFile/26ae36/ssrs-reporting-document-in-sql-server/</link><pubDate>3/15/2013 5:57:16 AM</pubDate><author>Vijendra Singh</author></item><item><title>Convert Comma-Separated Numbers Into Comma-Separated Weekday Name in SQL</title><description>Today I was given a task  to convert comma-separated numbers into comma-separated weekday names in SQL.</description><link>http://www.c-sharpcorner.com/UploadFile/e70b61/convert-comma-separated-numbers-into-comma-separated-weekday/</link><pubDate>3/8/2013 7:30:06 AM</pubDate><author>Ahmar Husain</author></item><item><title>SQL Server 2008 R2 on Windows 8 Error 17058 When Starting the Service</title><description>Windows 8 is the newest operating system from Microsoft and now it's spreading through the development systems replacing Windows 7.</description><link>http://www.c-sharpcorner.com/UploadFile/vendettamit/sql-server-2008-r2-on-windows-8-error-17058-when-starting-th/</link><pubDate>3/8/2013 4:42:54 AM</pubDate><author>Amit Choudhary</author></item><item><title>How to Configure Reports on Server</title><description>How to configure reports on server and with ASP.NET.</description><link>http://www.c-sharpcorner.com/UploadFile/india1234/steps-to-configure-reports-on-server/</link><pubDate>2/8/2013 5:21:13 AM</pubDate><author>Sanjeev rajput</author></item><item><title>SPARSE Column in SQL Server</title><description>SPARSE column is ordinary type column that has an optimized storage for NULL values. </description><link>http://www.c-sharpcorner.com/UploadFile/ff2f08/sparse-column-in-sql-server1/</link><pubDate>2/7/2013 8:20:16 AM</pubDate><author>Jignesh Trivedi</author></item><item><title>Filtered Indexes in SQL Server</title><description>SQL Server 2008 introduced Filtered Index. It is nothing but an optimized non-clustered index. </description><link>http://www.c-sharpcorner.com/UploadFile/ff2f08/filtered-indexes-in-sql-server/</link><pubDate>2/4/2013 6:50:16 AM</pubDate><author>Jignesh Trivedi</author></item><item><title>How to Use the EXCEPT and INTERSECT Operators in SQL Server 2005</title><description>This sample shows how to use EXCEPT and INTERSECT operators in SQL Server 2005.</description><link>http://www.c-sharpcorner.com/UploadFile/raj1979/how-to-use-the-except-and-intersect-operators-in-sql-server-2005/</link><pubDate>9/28/2008 12:00:00 AM</pubDate><author>Raj Kumar</author></item><item><title>Asynchronous Triggers Using SQL Broker</title><description>In this article we learn how to use Service Broker and triggers to capture data changes.</description><link>http://www.c-sharpcorner.com/UploadFile/ff2f08/asynchronous-triggers-using-sql-broker/</link><pubDate>1/23/2013 10:36:30 AM</pubDate><author>Jignesh Trivedi</author></item><item><title>Service Broker in SQL Server</title><description>The SQL Server Service Broker helps developers to build scalable as well as secure database applications.</description><link>http://www.c-sharpcorner.com/UploadFile/ff2f08/service-broker-in-sql-server/</link><pubDate>1/22/2013 9:49:56 AM</pubDate><author>Jignesh Trivedi</author></item><item><title>SQL Data Types</title><description>In this article you will learn about SQL Data Types in detail.</description><link>http://www.c-sharpcorner.com/UploadFile/8911c4/sql-data-types/</link><pubDate>1/17/2013 6:07:28 AM</pubDate><author>Mahesh Alle</author></item><item><title>Common Table Expression (CTE) in SQL Server</title><description>Common Table Expression (CTE) was introduced in SQL Server 2005, which offers a more readable form of the derived table, which can be declared once and referenced multiple times in a query. </description><link>http://www.c-sharpcorner.com/UploadFile/ff2f08/common-table-expression-cte-in-sql-server/</link><pubDate>1/16/2013 9:10:33 AM</pubDate><author>Jignesh Trivedi</author></item><item><title>CASE Statement In Transact-SQL</title><description>In this article I am going to explain the case statement in Transact-SQL and how to sort table data using the case statement</description><link>http://www.c-sharpcorner.com/UploadFile/3d39b4/case-statement-in-sql/</link><pubDate>1/4/2013 12:10:00 PM</pubDate><author>Sandeep Singh Shekhawat</author></item><item><title>Implementing CRUD Operation in MySql Using Entity Framework</title><description>In the last article I showed how we can implement CRUD operations using Entity Framework using SQL database, now I would like to show you how we can implement the same using MySql database.</description><link>http://www.c-sharpcorner.com/UploadFile/Dorababu742/implementing-crud-operation-in-mysql-using-entity-framework/</link><pubDate>12/27/2012 8:56:10 AM</pubDate><author>Dorababu </author></item><item><title>Entity Framework CRUD Operations Using Stored Procedure</title><description>In this post I would like to share something regarding Entity Framework, how we can implement CRUD operations using stored procedures in Entity Framework.</description><link>http://www.c-sharpcorner.com/UploadFile/Dorababu742/entity-framework-crud-operations-using-stored-procedure/</link><pubDate>12/26/2012 9:31:08 AM</pubDate><author>Dorababu </author></item><item><title>SQL Server Interview Question</title><description>Recently I had been on an interview and this was the question that I was asked about SQL Server which I would like to share with all of you.</description><link>http://www.c-sharpcorner.com/UploadFile/17e8f6/sql-server-interview-question/</link><pubDate>12/24/2012 11:29:23 AM</pubDate><author>Vishal Gilbile</author></item><item><title>Custom Paging in SQL Server 2012</title><description>Microsoft SQL Server 2012 has a customized clause for paging and it is efficient. Custom paging is the option for handling huge records.</description><link>http://www.c-sharpcorner.com/UploadFile/bc1c71/custom-paging-in-sql-server-2012/</link><pubDate>11/13/2012 4:28:18 PM</pubDate><author>Anil Kumar </author></item><item><title>Employee's Birthday Mail by SQL Server</title><description>In this article, I will explain the three basic thingss to do to send mail in SQL Server.</description><link>http://www.c-sharpcorner.com/UploadFile/c1f7d5/employees-birthday-mail-by-sql-server/</link><pubDate>12/18/2012 4:52:29 AM</pubDate><author>Shivom Agarwal</author></item><item><title>Introduction to DDL Statements in SQL Server</title><description>In this article I have explained DDL statements used in SQL Server</description><link>http://www.c-sharpcorner.com/UploadFile/0c1bb2/introduction-to-ddl-statements-in-sql-server/</link><pubDate>12/7/2012 7:42:41 AM</pubDate><author>Vithal Wadje</author></item><item><title>Take and Skip Operator In LINQ to SQL</title><description>In this article I am going to explain the Take and Skip operators in LINQ to SQL. The Take operator is used to return a given number of rows from a database table and the Skip operator skips over a specifed number of rows in a database table.</description><link>http://www.c-sharpcorner.com/UploadFile/3d39b4/take-and-skip-operator-in-linq-to-sql/</link><pubDate>12/6/2012 6:58:50 AM</pubDate><author>Sandeep Singh Shekhawat</author></item><item><title>Aggregate Functions in Linq To SQL</title><description>In this article I am going to explain how to use aggregate functions in LINQ to SQL as well as in SQL Server.</description><link>http://www.c-sharpcorner.com/UploadFile/3d39b4/aggregate-functions-in-linq-to-sql/</link><pubDate>12/5/2012 6:13:54 AM</pubDate><author>Sandeep Singh Shekhawat</author></item><item><title>Introduction to Insert Statement in SQL Server</title><description>In this article is a detailed explanation of the Insert statement in SQL Server.</description><link>http://www.c-sharpcorner.com/UploadFile/0c1bb2/introduction-to-insert-statement-in-sql-server/</link><pubDate>12/4/2012 7:42:27 AM</pubDate><author>Vithal Wadje</author></item><item><title>Difference Among @@IDENTITY, SCOPE_IDENTITY() And IDENT_CURRENT()</title><description>In this article I am explaining how to get the last inserted identity value of an auto increment column of database tables using SQL Server variable (@@IDENITY) and functions (SCOPE_IDENTITY() and IDENT_CURRENT()). Both @@IDENTITY and SCOPE_IDENTITY() return the last identity value that are produced in a single session; in other words a connection while IDENT_CURRENT() returns the last identity value according to the table for any session.</description><link>http://www.c-sharpcorner.com/UploadFile/3d39b4/difference-among-identity-scope_identity-and-ident_curr/</link><pubDate>12/3/2012 6:40:29 AM</pubDate><author>Sandeep Singh Shekhawat</author></item><item><title>Insert Rows Using User Defined Table Types</title><description>In this article I am going to explain how to insert multiple rows using a user defined table type. </description><link>http://www.c-sharpcorner.com/UploadFile/3d39b4/insert-rows-using-user-defined-table-types/</link><pubDate>12/3/2012 7:37:47 AM</pubDate><author>Sandeep Singh Shekhawat</author></item><item><title>Out of Process Session State - In SQL Server</title><description>In this article I am explaining, with a sample demo, storing Session State in a local or remote SQL Server.</description><link>http://www.c-sharpcorner.com/UploadFile/2124ae/out-of-process-session-state-in-sql-server/</link><pubDate>11/13/2012 8:59:24 AM</pubDate><author>Kumar Saurabh</author></item><item><title>How to Get the Entire Database Size Using C# in SQL Server</title><description>This article shows how we can determine the size of an entire database using C# and the size of each and every table in the database using a single SQL command.</description><link>http://www.c-sharpcorner.com/UploadFile/0f68f2/how-to-get-whole-database-size-using-C-Sharp-in-sql-server/</link><pubDate>11/6/2012 6:13:04 AM</pubDate><author>Hemant Srivastava</author></item><item><title>Find Nth Highest Salary in SQL Server</title><description>In this article I am explaining various ways to get the Nth highest salary from an EMPLOYEE table.</description><link>http://www.c-sharpcorner.com/UploadFile/3d39b4/find-nth-highest-salary-in-sql-server/</link><pubDate>11/6/2012 5:25:38 AM</pubDate><author>Sandeep Singh Shekhawat</author></item><item><title>SQL Server Text Data Manipulation</title><description>In this article I explain most of the SQL Server functions for manipulating text.</description><link>http://www.c-sharpcorner.com/UploadFile/3d39b4/sql-server-text-data-manipulation/</link><pubDate>11/2/2012 11:54:48 AM</pubDate><author>Sandeep Singh Shekhawat</author></item><item><title>Cursor in SQL Server</title><description>This article describes cursors, declaration of cursors, opening of cursors, fetching from cursors, closing of cursors and deallocating cursors.</description><link>http://www.c-sharpcorner.com/UploadFile/63f5c2/cursor-in-sql-server/</link><pubDate>10/20/2012 6:02:09 AM</pubDate><author>Nishu </author></item><item><title>View in SQL Server</title><description>In this article, I describe Views in SQL Server.</description><link>http://www.c-sharpcorner.com/UploadFile/63f5c2/view-in-sql-server/</link><pubDate>10/22/2012 4:54:47 AM</pubDate><author>Nishu </author></item><item><title>Triggers in Sql Server</title><description>In this artcle I describe triggers </description><link>http://www.c-sharpcorner.com/UploadFile/63f5c2/triggers-in-sql-server/</link><pubDate>10/17/2012 6:23:33 AM</pubDate><author>Nishu </author></item><item><title>Entity Framework Console Applications With SQL Server Compact</title><description>Microsoft SQL Server Compact Edition is an embedded database system that allows us to integrate it in our Web, Desktop and Mobile applications.</description><link>http://www.c-sharpcorner.com/UploadFile/abhikumarvatsa/entity-framework-console-applications-with-sql-server-compac/</link><pubDate>10/8/2012 9:39:29 AM</pubDate><author>Abhimanyu K Vatsa</author></item><item><title>Top in SQL SERVER 2008</title><description>In this artcle you will see how to use the top keyword in a select query to get the top element from the query.</description><link>http://www.c-sharpcorner.com/UploadFile/d2b5dd/top-is-really-a-nice-and-important-in-sql-server-2008/</link><pubDate>10/6/2012 8:58:00 AM</pubDate><author>Vikrant More</author></item><item><title>Performance Tuning in Database Systems</title><description>In this article, we’re going to learn the principles and techniques you can use to help troubleshoot and evaluate query performance by illustrating examples in Microsoft SQL Server and Oracle database.</description><link>http://www.c-sharpcorner.com/UploadFile/john_charles/performance-tuning-in-database-systems/</link><pubDate>11/8/2008 12:00:00 AM</pubDate><author>John Charles Olamendy</author></item><item><title>Create a SQL Server CE Database From SQL Schema File</title><description>In this article, I will explain how to create a SQL Server CE .sdf database file from a database schema defined in .sql scripts. </description><link>http://www.c-sharpcorner.com/UploadFile/john_charles/create-a-sql-server-ce-database-from-sql-schema-file/</link><pubDate>3/4/2009 12:00:00 AM</pubDate><author>John Charles Olamendy</author></item><item><title>SQL Server - FAQ's</title><description>In this article we will go through the most basic and frequently asked interview questions on SQL Server. </description><link>http://www.c-sharpcorner.com/UploadFile/shivprasadk/sql-server-faqs/</link><pubDate>2/16/2009 12:00:00 AM</pubDate><author>Shivprasad </author></item><item><title>Create SSRS Report Using Report Wizard</title><description>This article demonstrates how to create SSRS report. This article begins with the SSRS Introduction, Use of SSRS and step by step creation of report.</description><link>http://www.c-sharpcorner.com/UploadFile/db2972/create-ssrs-report-using-report-wizard/</link><pubDate>9/17/2012 8:50:30 AM</pubDate><author>Akshay Patel</author></item><item><title>Ranking Functions in SQL Server 2005</title><description>Once upon a time there was an interview question, "How do you find the second Maximum". With the SQL Ranking function of course. Continue reading the story. </description><link>http://www.c-sharpcorner.com/UploadFile/6897bc/ranking-functions/</link><pubDate>8/30/2012 11:01:37 PM</pubDate><author>Sivaraman Dhamodaran</author></item><item><title>Handling Concurrency Data Insertion Operations in MySQL</title><description>This article discusses how to create database and tables in MySQL. More emphasis is placed on how to get the details of the latest inserted ID and also the usage of appropriate functions in the case of concurrent insertions by multiple users.</description><link>http://www.c-sharpcorner.com/UploadFile/akkiraju/handling-concurrency-data-insertion-operations-in-mysql/</link><pubDate>9/11/2012 8:23:08 AM</pubDate><author>Akkiraju Ivaturi</author></item><item><title>Magic Tables in SQL Server</title><description>In this article I would like to discuss the Magic tables used in the SQL Server.</description><link>http://www.c-sharpcorner.com/UploadFile/d2b5dd/magic-tables-in-sql-server/</link><pubDate>9/10/2012 7:46:33 AM</pubDate><author>Vikrant More</author></item><item><title>SQL Queries asked during Interviews</title><description>Let me share share some of the Sql questions I have been asked during interviews.</description><link>http://www.c-sharpcorner.com/UploadFile/SukeshMarla/select-a-row-randomly-using-sql/</link><pubDate>8/14/2012 1:58:56 PM</pubDate><author>Sukesh Marla</author></item><item><title>Inversion of Control and Dependency Injection</title><description>This article explains Inversion of Control and Dependency Injection. Inversion of control is a principle and dependency injection is a way of implementing inversion of control.</description><link>http://www.c-sharpcorner.com/UploadFile/db2972/inversion-of-control-and-dependency-injection/</link><pubDate>9/3/2012 8:37:36 AM</pubDate><author>Akshay Patel</author></item><item><title>Table Valued CLR Function in SQL Server 2005</title><description>In SQL Server 2005 and later versions of it, database objects such as functions, Stored Procedures, etc. can be created which are already created in CLR.</description><link>http://www.c-sharpcorner.com/UploadFile/ff2f08/table-valued-clr-function-in-sql-server-2005/</link><pubDate>8/28/2012 9:20:23 AM</pubDate><author>Jignesh Trivedi</author></item><item><title>CLR Function in SQL Server 2005</title><description>In SQL Server 2005 and later version of it, database objects like function, store Procedure, etc can be created which are already created in CLR.</description><link>http://www.c-sharpcorner.com/UploadFile/ff2f08/clr-function-in-sql-server-2005/</link><pubDate>8/27/2012 10:02:51 AM</pubDate><author>Jignesh Trivedi</author></item><item><title>Put SQL Server’s Query Execution Engine on Hold</title><description>Here you will see how to put your SQL Server’s Query Execution Engine on hold for a while.</description><link>http://www.c-sharpcorner.com/UploadFile/2f73dd/put-sql-server’s-query-execution-engine-on-hold/</link><pubDate>8/26/2012 10:06:41 AM</pubDate><author>Prabhu Raja</author></item><item><title>How to Use Full Text Search in SQL Server 2008</title><description>This article demonstrates how to use full text catalog and full text search in SQL Server 2008.</description><link>http://www.c-sharpcorner.com/UploadFile/raj1979/how-to-use-full-text-search-in-sql-server-2008/</link><pubDate>8/22/2012 7:51:47 AM</pubDate><author>Raj Kumar</author></item><item><title>Find Difference of Data Between Two Data Sources</title><description>One of the friends in C-sharpcorner has asked me for help displaying the difference of data from two different data sources.</description><link>http://www.c-sharpcorner.com/UploadFile/akkiraju/find-difference-of-data-between-two-data-sources/</link><pubDate>8/21/2012 9:50:36 AM</pubDate><author>Akkiraju Ivaturi</author></item><item><title>Displaying Rows as Columns With Total Displayed on Each Row and Column</title><description>In this article you will see how to display rows as columns with totals displayed on each row and column.</description><link>http://www.c-sharpcorner.com/UploadFile/akkiraju/displaying-rows-as-columns-with-total-displayed-on-each-row/</link><pubDate>8/19/2012 3:53:35 AM</pubDate><author>Akkiraju Ivaturi</author></item><item><title>Fetching the Records Through Cursor in Sql Server 2005</title><description>In this article I explain how to create and use a cursor in SQL, and also how to fetch the records from the table using the cursor.</description><link>http://www.c-sharpcorner.com/UploadFile/c25b6d/fetching-the-records-through-cursor-in-sql-server-2005/</link><pubDate>8/17/2012 6:35:54 AM</pubDate><author>Richa Garg</author></item><item><title>Combining More Than One Rows Into a Single Row in SQL Server 2005</title><description>In this article I will explain how to merge multiple rows into a single row using SQL 2005.
</description><link>http://www.c-sharpcorner.com/UploadFile/c25b6d/combining-more-than-one-rows-into-a-single-row-in-sql-server/</link><pubDate>8/16/2012 5:28:16 AM</pubDate><author>Richa Garg</author></item><item><title>Configure and send E-Mail from SQL Server</title><description>In this article we will discuss how to configure and send emails from SQL server 2008.
</description><link>http://www.c-sharpcorner.com/UploadFile/raj1979/how-to-configuresend-sql-server-database-mail/</link><pubDate>8/7/2012 3:56:52 AM</pubDate><author>Raj Kumar</author></item><item><title>Delete Files with a SQL Job in SQL Server 2008</title><description>Here I am going to discuss deleting files using SQL Job.</description><link>http://www.c-sharpcorner.com/UploadFile/0f68f2/delete-and-create-files-with-a-sql-job-in-sql-server-2008/</link><pubDate>8/7/2012 6:36:05 AM</pubDate><author>Hemant Srivastava</author></item><item><title>View For Updating Data in SQL</title><description>In this article you will learn how to update data of View in SQL.</description><link>http://www.c-sharpcorner.com/UploadFile/hirenvisavadiya/view-for-updating-data-in-sql/</link><pubDate>8/2/2012 12:40:42 PM</pubDate><author>Hiren V</author></item><item><title>Connect C# With MySQL</title><description>The purpose of this article is to show step-by-step how to connect C# to MySQL using MySQL Connect/Net.</description><link>http://www.c-sharpcorner.com/UploadFile/shubham0987/connect-C-Sharp-with-mysql/</link><pubDate>7/31/2012 6:58:19 AM</pubDate><author>Shubham Saxena</author></item><item><title>Use Update Statement in SQL Using Inner Join</title><description>In this example, we will see how to use an update statement of SQL using Inner Joins.</description><link>http://www.c-sharpcorner.com/UploadFile/pandeypradip/use-update-statement-in-sql-using-inner-join/</link><pubDate>7/30/2012 1:59:41 AM</pubDate><author>Pradip Pandey</author></item><item><title>Compound Operators in SQL Server 2008</title><description>In this article you will learn some basics about Compound Operators of SQL Server 2008.</description><link>http://www.c-sharpcorner.com/UploadFile/ff2f08/compound-operators-in-sql-server-2008/</link><pubDate>7/25/2012 11:10:00 AM</pubDate><author>Jignesh Trivedi</author></item></channel></rss>