﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Article By </title><link>https://www.c-sharpcorner.com/articles/</link><description>Articles from C# Corner</description><copyright>© 1999 - 2026  CSharp Inc. All contents are copyright of their authors.</copyright><atom:link href="https://www.c-sharpcorner.com/rss/authorarticles.aspx?MemberUniqueName=om-agarwal" rel="self" type="application/rss+xml" /><item><title>Restoring a Database to a Point Within a Backup</title><description>This article describes the most important Interview question for every DBA. 
</description><link>https://www.c-sharpcorner.com/UploadFile/d73cd5/restoring-a-database-to-a-point-within-a-backup/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/d73cd5/restoring-a-database-to-a-point-within-a-backup/</guid><pubDate>Sun, 29 Sep 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Om Agarwal)</author></item><item><title>SQL Server Profiler</title><description>In this article we are describing SQL Server Profiler Terminology and Architecture.</description><link>https://www.c-sharpcorner.com/UploadFile/d73cd5/sql-server-profiler/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/d73cd5/sql-server-profiler/</guid><pubDate>Wed, 25 Sep 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Om Agarwal)</author></item><item><title>How to Create a New User Account in Windows 7</title><description>This article provides a comprehensive guide on creating a new user account in Windows 7. It explains the benefits of having multiple user accounts on a single computer and outlines the process step by</description><link>https://www.c-sharpcorner.com/UploadFile/d73cd5/how-to-create-a-new-user-account-in-windows-7/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/d73cd5/how-to-create-a-new-user-account-in-windows-7/</guid><pubDate>Sun, 15 Sep 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Om Agarwal)</author></item><item><title>SQL Server Database Files</title><description>In this article I describe SQL Server database files.</description><link>https://www.c-sharpcorner.com/UploadFile/d73cd5/sql-server-database-files/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/d73cd5/sql-server-database-files/</guid><pubDate>Fri, 13 Sep 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Om Agarwal)</author></item><item><title>SQL Server Differential Backups using T-SQL and SSMS</title><description>In this blog, covers the basics of Differential Backups in SQL Server.</description><link>https://www.c-sharpcorner.com/blogs/sql-server-differential-backups-using-tsql-and-ssms1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/sql-server-differential-backups-using-tsql-and-ssms1</guid><pubDate>Wed, 11 Sep 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Om Agarwal)</author></item><item><title>SQL Server Full Backups using T-SQL and SSMS</title><description>In this blog, covers the basics of full backups in SQL Server.</description><link>https://www.c-sharpcorner.com/blogs/sql-server-full-backups-using-tsql-and-ssms1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/sql-server-full-backups-using-tsql-and-ssms1</guid><pubDate>Tue, 10 Sep 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Om Agarwal)</author></item><item><title>Backup and Restore Using Command Prompt - SQLCMD and T-SQL</title><description>In this article I am explaining how to do backup and restore using a SQLCMD and T-SQL command prompt.</description><link>https://www.c-sharpcorner.com/UploadFile/d73cd5/backup-and-restore-using-command-prompt-sqlcmd-and-t-sql/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/d73cd5/backup-and-restore-using-command-prompt-sqlcmd-and-t-sql/</guid><pubDate>Mon, 09 Sep 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Om Agarwal)</author></item><item><title>To Determine the Password Policies For Windows 7</title><description>In this article determines content and explores the password policies implemented for Windows 7 systems, delving into the security measures, authentication guidelines, and access control mechanisms.</description><link>https://www.c-sharpcorner.com/UploadFile/d73cd5/to-determine-the-password-policies-for-windows-7/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/d73cd5/to-determine-the-password-policies-for-windows-7/</guid><pubDate>Mon, 02 Sep 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Om Agarwal)</author></item><item><title>Important Server Property in SQL Server</title><description>In this Blog We can get significant server property which returns all information about the SQL Server instance. Use following script to see all the properties of server instance.</description><link>https://www.c-sharpcorner.com/blogs/important-server-property-in-sql-server1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/important-server-property-in-sql-server1</guid><pubDate>Mon, 02 Sep 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Om Agarwal)</author></item><item><title>Create a Comma Separated List from Column using Select Statement</title><description>In this blog I am explaining two methods for a comma separated list from column using COALESCE and STUFF function in select statement.</description><link>https://www.c-sharpcorner.com/blogs/create-a-comma-separated-list-from-column-using-select-statement1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/create-a-comma-separated-list-from-column-using-select-statement1</guid><pubDate>Thu, 01 Aug 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Om Agarwal)</author></item><item><title>Dynamic Management Views (DMVs) in SQL Server 2008 R2</title><description>This article explains Dynamic Management Views (DMVs) in SQL Server 2008 R2. This provides the current information about the procedures of the service and the server health.</description><link>https://www.c-sharpcorner.com/UploadFile/d73cd5/dynamic-management-views-dmvs-in-sql-server-2008-r2/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/d73cd5/dynamic-management-views-dmvs-in-sql-server-2008-r2/</guid><pubDate>Mon, 29 Jul 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Om Agarwal)</author></item><item><title>Get Schema of a Objects and How to Change the Schema of a Objects in SQL Server</title><description>In this blog I am determining the Schema of a objects and  How to change the schema of a objects in SQL Server using  below given Query. This query show all Schema of a objects in Existing database and we can change the schema of a objects of any database.</description><link>https://www.c-sharpcorner.com/blogs/get-schema-of-a-objects-and-how-to-change-the-schema-of-a-objects-in-sql-server1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/get-schema-of-a-objects-and-how-to-change-the-schema-of-a-objects-in-sql-server1</guid><pubDate>Fri, 26 Jul 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Om Agarwal)</author></item><item><title>Database Mail in SQL Server 2008R2</title><description>Database Mail in SQL Server 2008 R2 enables sending emails directly from SQL Server using SMTP. It supports job alerts, query results, and file attachments, ensuring consistent, scalable, and secure e</description><link>https://www.c-sharpcorner.com/UploadFile/d73cd5/database-mail-in-sql-server-2008r2/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/d73cd5/database-mail-in-sql-server-2008r2/</guid><pubDate>Thu, 25 Jul 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Om Agarwal)</author></item><item><title>Get all Database Files (data, logs) in SQL Server</title><description>In this blog, Today I am determining all database files (data, logs) size and growth in SQL Server below given Query.</description><link>https://www.c-sharpcorner.com/blogs/get-all-database-files-data-logs-in-sql-server1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/get-all-database-files-data-logs-in-sql-server1</guid><pubDate>Mon, 22 Jul 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Om Agarwal)</author></item><item><title>Stop SQL Server Directly using T-SQL</title><description>If you want to directly stops SQL Server by T-SQL (without execution Checkpoint Databases).</description><link>https://www.c-sharpcorner.com/blogs/stop-sql-server-directly-using-tsql1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/stop-sql-server-directly-using-tsql1</guid><pubDate>Mon, 22 Jul 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Om Agarwal)</author></item><item><title>All Login Enable and Disable Login in SQL Server 2008</title><description>In this blog we can enable and disable all login for security reasons.</description><link>https://www.c-sharpcorner.com/blogs/all-login-enable-and-disable-login-in-sql-server-2008</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/all-login-enable-and-disable-login-in-sql-server-2008</guid><pubDate>Fri, 19 Jul 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Om Agarwal)</author></item><item><title>Reindexing and Reorganized in SQL Server 2008</title><description>Today I discuss Reindexing and Reorganized in SQL Server 2008.</description><link>https://www.c-sharpcorner.com/blogs/reindexing-and-reorganized-in-sql-server-2008</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/reindexing-and-reorganized-in-sql-server-2008</guid><pubDate>Mon, 15 Jul 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Om Agarwal)</author></item><item><title>Find out the Owner of a Database and Change the Owner of a Database in SQL Server</title><description>Today I am determining the owner of the Database and change the owner of a database in SQL Server below given Query.</description><link>https://www.c-sharpcorner.com/blogs/find-out-the-owner-of-a-database-and-change-the-owner-of-a-database-in-sql-server1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/find-out-the-owner-of-a-database-and-change-the-owner-of-a-database-in-sql-server1</guid><pubDate>Fri, 12 Jul 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Om Agarwal)</author></item><item><title>Change Data Capture in SQL Server 2008</title><description>Today I discuss the new features Change Data Capture in SQL Server 2008.</description><link>https://www.c-sharpcorner.com/UploadFile/d73cd5/change-data-capture-in-sql-server-2008/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/d73cd5/change-data-capture-in-sql-server-2008/</guid><pubDate>Sat, 06 Jul 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Om Agarwal)</author></item><item><title>Temporary Stored Procedures in SQL Server</title><description>In this article, I highlight a small feature of Temporary Stored Procedures in SQL Server. Temporary Stored Procedures are similar to normal Stored Procedures, and are two kinds of temporary Stored Pr</description><link>https://www.c-sharpcorner.com/UploadFile/d73cd5/temporary-stored-procedures-in-sql-server-2008/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/d73cd5/temporary-stored-procedures-in-sql-server-2008/</guid><pubDate>Wed, 03 Jul 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Om Agarwal)</author></item><item><title>SQL Server Log Shipping</title><description>It&amp;#39;s easy to set up. A standby database is easy to maintain and troubleshoot. It can be used for reporting purposes and configured for log shipping in one or more servers, for instance.</description><link>https://www.c-sharpcorner.com/UploadFile/d73cd5/sql-server-log-shipping/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/d73cd5/sql-server-log-shipping/</guid><pubDate>Wed, 26 Jun 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Om Agarwal)</author></item><item><title>Define Free Disk Space in SQL Server with TSQL Code</title><description>In this blog I will explain how to Free Disk Space in SQL Server with TSQL Code.</description><link>https://www.c-sharpcorner.com/blogs/define-free-disk-space-in-sql-server-with-tsql-code1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/define-free-disk-space-in-sql-server-with-tsql-code1</guid><pubDate>Wed, 26 Jun 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Om Agarwal)</author></item></channel></rss>