﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>SQL Latest Content</title><link>http://www.c-sharpcorner.com</link><description>Watch latest content from SQL</description><copyright>© 1999 - 2012  Mindcracker LLC. All Rights Reserved</copyright><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>May 20, 2013</pubDate><author>Surjeet Yadav</author></item><item><title>SQL Server Management Studio Keyboard Shortcuts</title><description>Learn about SQL Server Management Studio Keyboard Shortcuts.</description><link>http://www.c-sharpcorner.com/Blogs/11712/sql-server-management-studio-keyboard-shortcuts.aspx</link><pubDate>May 19, 2013</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>May 19, 2013</pubDate><author>Surjeet Yadav</author></item><item><title>Find Dependent Object In SQL Server</title><description>CHECK FOR TABLE/PROCEDUE THAT DEPEND ON PROCEDURE/TABLE.</description><link>http://www.c-sharpcorner.com/Blogs/11703/find-dependent-object-in-sql-server.aspx</link><pubDate>May 17, 2013</pubDate><author>Sambhav 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>May 16, 2013</pubDate><author>Akshay Patel</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>May 15, 2013</pubDate><author>Sivaraman Dhamodaran</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>May 15, 2013</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>May 14, 2013</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>May 14, 2013</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>May 14, 2013</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>May 13, 2013</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>May 12, 2013</pubDate><author>Akshay Patel</author></item><item><title>How To Create Linked Server From MySQL TO SQL SERVER</title><description>This blog defines step by step process for to create linked server from MySQL TO SQL Server.
</description><link>http://www.c-sharpcorner.com/Blogs/11655/how-to-create-linked-server-from-mysql-to-sql-server.aspx</link><pubDate>May 10, 2013</pubDate><author>Pankaj Pandey</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>May 10, 2013</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>May 08, 2013</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>May 06, 2013</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>May 06, 2013</pubDate><author>Sachin Kalia</author></item><item><title>Remove Duplicate rows in a table</title><description>Remove Duplicate rows in a table.</description><link>http://www.c-sharpcorner.com/Blogs/11626/remove-duplicate-rows-in-a-table.aspx</link><pubDate>May 06, 2013</pubDate><author>Siva Ganesh Rongala</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>May 06, 2013</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>May 04, 2013</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>May 04, 2013</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>May 04, 2013</pubDate><author>Yogesh Bajpai</author></item><item><title>Call or execute a Stored Procedure from Select Statement in SQL Server using OPENROWSET</title><description>Call or execute a Stored Procedure from Select Statement in SQL Server using OPENROWSET.</description><link>http://www.c-sharpcorner.com/Blogs/11616/call-or-execute-a-stored-procedure-from-select-statement-in.aspx</link><pubDate>May 03, 2013</pubDate><author>Sachin Kalia</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>May 02, 2013</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>May 01, 2013</pubDate><author>Rohatash Kumar</author></item><item><title>Remove Last Character from a String in SQL Server</title><description>Remove last character from a string by using some SQL functions.</description><link>http://www.c-sharpcorner.com/Blogs/11591/remove-last-character-from-a-string-in-sql-server.aspx</link><pubDate>Apr 30, 2013</pubDate><author>Pradip Pandey</author></item><item><title>How to upgrade a database file to use LocalDB</title><description>This blog is about how to upgrade a database file to use LocalDB</description><link>http://www.c-sharpcorner.com/Blogs/11585/how-to-upgrade-a-database-file-to-use-localdb.aspx</link><pubDate>Apr 29, 2013</pubDate><author>Raj Kumar</author></item><item><title>Case Statement in SQL Server</title><description>This blog defines the case statement with a simple example in SQL Server.
</description><link>http://www.c-sharpcorner.com/Blogs/11581/case-statement-in-sql-server.aspx</link><pubDate>Apr 29, 2013</pubDate><author>Yogesh Bajpai</author></item><item><title>How to Create Function in SQL Server</title><description>Here, You will see how to create function and then call in SQL Query in SQL Server 2008.</description><link>http://www.c-sharpcorner.com/Blogs/11580/how-to-create-function-in-sql-server.aspx</link><pubDate>Apr 29, 2013</pubDate><author>Yogesh Bajpai</author></item><item><title>How to Convert Indian Rupee to Indian Rupee System</title><description>How to Convert Indian Rupee to Indian Rupee System using SQL Function.</description><link>http://www.c-sharpcorner.com/Blogs/11525/how-to-convert-indian-rupee-to-indian-rupee-system.aspx</link><pubDate>Apr 24, 2013</pubDate><author>Bhupendra Singh</author></item><item><title>Difference Between  Stored Procedure and   Functions </title><description>in this blog we will learn what is  Between Functions and Stored Procedure</description><link>http://www.c-sharpcorner.com/Blogs/11463/difference-between-stored-procedure-and-functions.aspx</link><pubDate>Apr 18, 2013</pubDate><author>Vithal Wadje</author></item><item><title>Dynamic Query in SQL</title><description>How to write dynamic query in SQL. Means your query execute according to your requirement.</description><link>http://www.c-sharpcorner.com/Blogs/11461/dynamic-query-in-sql.aspx</link><pubDate>Apr 18, 2013</pubDate><author>Ravi Shekhar</author></item><item><title>Difference between In and Between Operator in SQL</title><description>In this blog I will tell you that what is the difference between In and Between Operator in SQL.</description><link>http://www.c-sharpcorner.com/Blogs/11356/difference-between-in-and-between-operator-in-sql.aspx</link><pubDate>Apr 11, 2013</pubDate><author>Akash Garg</author></item><item><title>How to use MAX() and MIN() Function in SQL</title><description>In this blog I will provide a quick overview of how to use the max and min functions in SQL.</description><link>http://www.c-sharpcorner.com/Blogs/11347/how-to-use-max-and-min-function-in-sql.aspx</link><pubDate>Apr 10, 2013</pubDate><author>Akash Garg</author></item><item><title>Findout First Day and Last Day With Time Of The Previous Month By Using SQL</title><description>We can find out the first and last day with time of the previous month by simple step.</description><link>http://www.c-sharpcorner.com/Blogs/11331/findout-first-day-and-last-day-with-time-of-the-previous-mon.aspx</link><pubDate>Apr 09, 2013</pubDate><author>Akash Garg</author></item><item><title>Update Male TO Female and Female To Male with single query</title><description>Update Male TO Female and Female To Male with single query</description><link>http://www.c-sharpcorner.com/Blogs/11330/update-male-to-female-and-female-to-male-with-single-query.aspx</link><pubDate>Apr 09, 2013</pubDate><author>Satyapriya Nayak</author></item><item><title>Calculate Number of Working Days Between Two Date by Using SQL</title><description>In this blog we calculate the working days in a company by using SQL.</description><link>http://www.c-sharpcorner.com/Blogs/11329/calculate-number-of-working-days-between-two-date-by-using-s.aspx</link><pubDate>Apr 09, 2013</pubDate><author>Akash Garg</author></item><item><title>Difference between SQL Server 2008 and SQL Server 2012</title><description>In this blog  differences between SQL Server 2008 and SQL Server 2012 are shown</description><link>http://www.c-sharpcorner.com/Blogs/11323/difference-between-sql-server-2008-and-sql-server-2012.aspx</link><pubDate>Apr 08, 2013</pubDate><author>Akash Garg</author></item><item><title>Triggers in SQL SERVER</title><description>Triggers can be classified as a special type of stored procedure that executes automatically in response to some triggering action like INSERT, UPDATA, DELETE  etc</description><link>http://www.c-sharpcorner.com/Blogs/11289/triggers-in-sql-server.aspx</link><pubDate>Apr 03, 2013</pubDate><author>Jatin Nagpal</author></item><item><title>Difference between  @@IDENTITY, SCOPE_IDENTITY() , IDENT_CURRENT</title><description>Sql server table identity column in different session and scopes.</description><link>http://www.c-sharpcorner.com/Blogs/11257/difference-between-identity-scope_identity-ident_cur.aspx</link><pubDate>Mar 31, 2013</pubDate><author>Nitesh Singhal</author></item><item><title>Create a simple report using SQL Server reporting services ?</title><description>In this video we will see how we can create a simple report using SQL Server reporting servcies.</description><link>http://www.c-sharpcorner.com/UploadFile/shivprasadk/create-a-simple-report-using-sql-server-reporting-services/</link><pubDate>Mar 30, 2013</pubDate><author>Shivprasad </author></item><item><title>Introduction to Database Management Systems (DBMS) &amp; Types of SQL Commands</title><description>This video gives introduction to DBMS, Advantages of DBMS over a physical database and the different types of SQL Commands</description><link>http://www.c-sharpcorner.com/UploadFile/f64127/introduction-to-dbms-types-of-sql-commands/</link><pubDate>Feb 05, 2013</pubDate><author>Hemanth Kumar</author></item><item><title>What is CDC ( Change data capture ) in SQL Server ?</title><description>What is CDC ( Change data capture ) in SQL Server ?</description><link>http://www.c-sharpcorner.com/UploadFile/shivprasadk/what-is-cdc-change-data-capture-in-sql-server/</link><pubDate>Dec 23, 2012</pubDate><author>Shivprasad </author></item><item><title>Can SQL Server views be updated - Simple SQL Server interview question ?</title><description>In this video we will try to understand can SQL Server views  be updated.</description><link>http://www.c-sharpcorner.com/UploadFile/shivprasadk/can-sql-server-views-be-updated-simple-sql-server-intervie/</link><pubDate>Nov 23, 2012</pubDate><author>Shivprasad </author></item><item><title>ABC of SSIS and SSRS ( Webinar) C# corner mumbai group</title><description>In this webinar video Kamal and Akshay talk about essentials of SSIS ( SQL Server integration services) and SSRS ( SQL Server reporting services)</description><link>http://www.c-sharpcorner.com/UploadFile/shivprasadk/abc-of-ssis-and-ssrs-webinar-C-Sharp-corner-mumbai-group/</link><pubDate>Jun 22, 2012</pubDate><author>Shivprasad </author></item><item><title>PL/SQL Best Practices</title><description>In an enterprise data-driven application, the quality of SQL statements plays a vital role in an application's performance. A bad SQL statement can break the application. In this article, I discuss some best practices of using PL/SQL.</description><link>http://www.c-sharpcorner.com/UploadFile/esubal/plsql-best-practices3/</link><pubDate>Jun 15, 2012</pubDate><author>Subal Mishra</author></item></channel></rss>