<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <link xmlns="http://www.w3.org/2005/Atom" rel="hub" href="https://overblog.superfeedr.com"/>
        <link xmlns="http://www.w3.org/2005/Atom" rel="self" href="https://oracle-sqlserver.over-blog.com/rss" type="application/rss+xml"/>
        <title><![CDATA[ORACLE AND MSSQLSERVER]]></title>
        <link>https://oracle-sqlserver.over-blog.com/</link>
        <generator>Overblog - https://www.over-blog.com</generator>
        <description><![CDATA[Hello Job seeker learn here]]></description>
                    <item>
    <title><![CDATA[Coming soon postgresql dba]]></title>
    <link><![CDATA[https://oracle-sqlserver.over-blog.com/2019/12/coming-soon-postgresql-dba.html]]></link>
    <guid>https://oracle-sqlserver.over-blog.com/2019/12/coming-soon-postgresql-dba.html</guid>
    <pubDate>Thu, 19 Dec 2019 08:36:06 +0100</pubDate>
    <description><![CDATA[ ]]></description>
        <dc:creator><![CDATA[LakshmiSaahul,Dhana Royal]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Top 10 questions and answers about SQL Server Indexes?]]></title>
    <link><![CDATA[https://oracle-sqlserver.over-blog.com/2017/10/top-10-questions-and-answers-about-sql-server-indexes.html]]></link>
    <guid>https://oracle-sqlserver.over-blog.com/2017/10/top-10-questions-and-answers-about-sql-server-indexes.html</guid>
    <pubDate>Sat, 14 Oct 2017 15:42:50 +0200</pubDate>
    <description><![CDATA[1: What is an index? 2: What does a table look like without indexes? 3: What types of indexes are available in SQL Server? 4: What happens when you create a clustered index? 5: What about nonclustered indexes? 6: What about included columns? How can they... ]]></description>
        <dc:creator><![CDATA[LakshmiSaahul,Dhana Royal]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[SQL query performance killers – understanding poor database indexing]]></title>
    <link><![CDATA[https://oracle-sqlserver.over-blog.com/2017/10/sql-query-performance-killers-understanding-poor-database-indexing.html]]></link>
    <guid>https://oracle-sqlserver.over-blog.com/2017/10/sql-query-performance-killers-understanding-poor-database-indexing.html</guid>
    <pubDate>Sat, 14 Oct 2017 15:38:42 +0200</pubDate>
    <description><![CDATA[SQL Server performance is affected by many factors. The most common SQL Server performance killers are poor database design, poor indexing, poor query design, not reusable execution plans, frequent query recompilation, excessive fragmentation, and more.... ]]></description>
        <dc:creator><![CDATA[LakshmiSaahul,Dhana Royal]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Wipro interview questions 2017]]></title>
    <link><![CDATA[https://oracle-sqlserver.over-blog.com/2017/10/wipro-interview-questions-2017.html]]></link>
    <guid>https://oracle-sqlserver.over-blog.com/2017/10/wipro-interview-questions-2017.html</guid>
    <pubDate>Sat, 14 Oct 2017 10:39:06 +0200</pubDate>
    <description><![CDATA[1.what is diffrence between 2014 vs 2016 ?2.How you configure SQl cluster?3.Do you know about ITIL Process?4.What is problem ticket?5.What kind of problems tickets you resloved?6.How to add a node in existing cluster?7.What kind of dmvs using for performance... ]]></description>
        <dc:creator><![CDATA[LakshmiSaahul,Dhana Royal]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Adithi technologies interview questions]]></title>
    <link><![CDATA[https://oracle-sqlserver.over-blog.com/2016/10/adithi-technologies-interview-questions.html]]></link>
    <guid>https://oracle-sqlserver.over-blog.com/2016/10/adithi-technologies-interview-questions.html</guid>
    <pubDate>Sun, 02 Oct 2016 08:35:25 +0200</pubDate>
    <description><![CDATA[1. Explain WAL concept? 2.How to troubleshoot Service pack installation failed ? 3.Why every transaction log in t log file not data-file? 4.Diff between mirroring and log-shipping? 5. In log shipping copy job fail how to trouble shoot? 6.ACID properties?... ]]></description>
        <dc:creator><![CDATA[LakshmiSaahul,Dhana Royal]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[What is the database that has the backup and restore system tables? ]]></title>
    <link><![CDATA[https://oracle-sqlserver.over-blog.com/2016/09/what-is-the-database-that-has-the-backup-and-restore-system-tables-what-are-the-backup-and-restore-system-tables-what-do-each-of-the]]></link>
    <guid>https://oracle-sqlserver.over-blog.com/2016/09/what-is-the-database-that-has-the-backup-and-restore-system-tables-what-are-the-backup-and-restore-system-tables-what-do-each-of-the</guid>
    <pubDate>Wed, 14 Sep 2016 18:00:03 +0200</pubDate>
    <description><![CDATA[The MSDB database is the database with the backup and restore system tables. Here are the backup and restore system tables and their purpose: - backupfile - contains one row for each data file or log file backed up - backupmediafamily - contains one row... ]]></description>
        <dc:creator><![CDATA[LakshmiSaahul,Dhana Royal]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Upgrading to SQL Server 2008 Using Backup and Restore Method]]></title>
    <link><![CDATA[https://oracle-sqlserver.over-blog.com/2016/09/upgrading-to-sql-server-2008-using-backup-and-restore-method.html]]></link>
    <guid>https://oracle-sqlserver.over-blog.com/2016/09/upgrading-to-sql-server-2008-using-backup-and-restore-method.html</guid>
    <pubDate>Tue, 13 Sep 2016 20:43:42 +0200</pubDate>
    <description><![CDATA[SOLUTION The database backup and restore operation is an excellent method which is available to database administrators who need to upgrade a database from SQL Server 2000 or SQL Server 2005 to SQL Server 2008. Moving a database using backup and restore... ]]></description>
        <dc:creator><![CDATA[LakshmiSaahul,Dhana Royal]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[SQL Server Terminology]]></title>
    <link><![CDATA[https://oracle-sqlserver.over-blog.com/2016/09/sql-server-terminology.html]]></link>
    <guid>https://oracle-sqlserver.over-blog.com/2016/09/sql-server-terminology.html</guid>
    <pubDate>Mon, 12 Sep 2016 18:36:07 +0200</pubDate>
    <description><![CDATA[SQL Server Terminology Database – A database is an organized collection of data for one or more purposes, usually in digital form. Relational Database – A relational database stores data in separate tables instead of placing all data in one large table..... ]]></description>
        <dc:creator><![CDATA[LakshmiSaahul,Dhana Royal]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[script for  spid high cpu memory]]></title>
    <link><![CDATA[https://oracle-sqlserver.over-blog.com/2016/09/script-for-spid-high-cpu-memory.html]]></link>
    <guid>https://oracle-sqlserver.over-blog.com/2016/09/script-for-spid-high-cpu-memory.html</guid>
    <pubDate>Mon, 12 Sep 2016 18:33:07 +0200</pubDate>
    <description><![CDATA[Below is the query that tells the information about the SPID which has high Memory Usage in SQL Server. SELECT mg.granted_memory_kb, mg.session_id, t.text, qp.query_plan FROM sys.dm_exec_query_memory_grants AS mg CROSS APPLY sys.dm_exec_sql_text(mg.sql_handle)... ]]></description>
        <dc:creator><![CDATA[LakshmiSaahul,Dhana Royal]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Types of Pages in SQL Server]]></title>
    <link><![CDATA[https://oracle-sqlserver.over-blog.com/2016/09/types-of-pages-in-sql-server.html]]></link>
    <guid>https://oracle-sqlserver.over-blog.com/2016/09/types-of-pages-in-sql-server.html</guid>
    <pubDate>Mon, 12 Sep 2016 18:31:37 +0200</pubDate>
    <description><![CDATA[Types of Pages in SQL Server Pages are the basic storage unit of SQL Server. There are several pages available in SQL Server. Each page can store upto 8KB of data. Below are the various types of pages available in SQL Servers: Data Pages Data rows with... ]]></description>
        <dc:creator><![CDATA[LakshmiSaahul,Dhana Royal]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Clusters Server in SQL SERVER]]></title>
    <link><![CDATA[https://oracle-sqlserver.over-blog.com/2016/08/clusters-server-in-sql-server.html]]></link>
    <guid>https://oracle-sqlserver.over-blog.com/2016/08/clusters-server-in-sql-server.html</guid>
    <pubDate>Sun, 07 Aug 2016 17:13:40 +0200</pubDate>
    <description><![CDATA[Cluster Service: The Cluster Service controls cluster activities and performs such tasks as 1. Coordinating event notification, 2. Facilitating communication between cluster components, 3. Handling failover operations 4. Managing the configuration. Heartbeat:... ]]></description>
        <dc:creator><![CDATA[LakshmiSaahul,Dhana Royal]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Differences between active-active and active-passive cluster]]></title>
    <link><![CDATA[https://oracle-sqlserver.over-blog.com/2016/08/differences-between-active-active-and-active-passive-cluster.html]]></link>
    <guid>https://oracle-sqlserver.over-blog.com/2016/08/differences-between-active-active-and-active-passive-cluster.html</guid>
    <pubDate>Sun, 07 Aug 2016 17:07:29 +0200</pubDate>
    <description><![CDATA[Differences between active-active and active-passive cluster Active-active Setup: Two active Servers are configured as companion servers, each with independent workloads. These companions run on the primary and secondary nodes, respectively, as individual... ]]></description>
        <dc:creator><![CDATA[LakshmiSaahul,Dhana Royal]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Is it possible to configure resource governor with T-SQL?]]></title>
    <link><![CDATA[https://oracle-sqlserver.over-blog.com/2016/08/is-it-possible-to-configure-resource-governor-with-t-sql.html]]></link>
    <guid>https://oracle-sqlserver.over-blog.com/2016/08/is-it-possible-to-configure-resource-governor-with-t-sql.html</guid>
    <pubDate>Sat, 06 Aug 2016 16:54:01 +0200</pubDate>
    <description><![CDATA[Is it possible to configure resource governor with T-SQL? Yes, here is the code for it with explanation in between. Step 0: Here we are assuming that there are separate login accounts for Reporting server and OLTP server. 1 2 3 4 5 6 7 /*-----------------------------------------------... ]]></description>
        <dc:creator><![CDATA[LakshmiSaahul,Dhana Royal]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[example of need of resource governor]]></title>
    <link><![CDATA[https://oracle-sqlserver.over-blog.com/2016/08/example-of-need-of-resource-governor.html]]></link>
    <guid>https://oracle-sqlserver.over-blog.com/2016/08/example-of-need-of-resource-governor.html</guid>
    <pubDate>Sat, 06 Aug 2016 16:50:16 +0200</pubDate>
    <description><![CDATA[What will be the real world example of need of resource governor? Scenario 1: A server which is running OLTP workload and various resource intensive reports on the same server. The ideal situation is where there are two servers which are data synced with... ]]></description>
        <dc:creator><![CDATA[LakshmiSaahul,Dhana Royal]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Resource governor]]></title>
    <link><![CDATA[https://oracle-sqlserver.over-blog.com/2016/08/resource-governor.html]]></link>
    <guid>https://oracle-sqlserver.over-blog.com/2016/08/resource-governor.html</guid>
    <pubDate>Sat, 06 Aug 2016 16:46:44 +0200</pubDate>
    <description><![CDATA[Resource Governor 1. What is Resource governor? A: Resource Governor is a feature which can manage SQL Server Workload and System Resource Consumption. We can limit the amount of CPU and memory consumption by limiting /governing /throttling on the SQL... ]]></description>
        <dc:creator><![CDATA[LakshmiSaahul,Dhana Royal]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[SQL Server 2014 Upgrade Advisor Prerequisites, Download and Installation]]></title>
    <link><![CDATA[https://oracle-sqlserver.over-blog.com/2016/05/sql-server-2014-upgrade-advisor-prerequisites-download-and-installation.html]]></link>
    <guid>https://oracle-sqlserver.over-blog.com/2016/05/sql-server-2014-upgrade-advisor-prerequisites-download-and-installation.html</guid>
    <pubDate>Sat, 30 Apr 2016 21:24:47 +0200</pubDate>
    <description><![CDATA[SQL Server 2014 Upgrade Advisor Prerequisites, Download and Installation What is SQL Server Upgrade Advisor? Microsoft has provided a free tool to analyse existing SQL Server Instance, database, its components, features and configurations and generates... ]]></description>
        <dc:creator><![CDATA[LakshmiSaahul,Dhana Royal]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Migrate Logins and Passwords across Database Instance]]></title>
    <link><![CDATA[https://oracle-sqlserver.over-blog.com/2016/05/migrate-logins-and-passwords-across-database-instance.html]]></link>
    <guid>https://oracle-sqlserver.over-blog.com/2016/05/migrate-logins-and-passwords-across-database-instance.html</guid>
    <pubDate>Sat, 30 Apr 2016 21:22:18 +0200</pubDate>
    <description><![CDATA[As a part of SQL Server migration we need to migrate all the logins and passwords from one SQL Server instance to other SQL Server instance or you can also transfer specific login and password to other instance for that we will use microsoft knowledge... ]]></description>
        <dc:creator><![CDATA[LakshmiSaahul,Dhana Royal]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[SQL Server Database Migration Checklist]]></title>
    <link><![CDATA[https://oracle-sqlserver.over-blog.com/2016/05/sql-server-database-migration-checklist.html]]></link>
    <guid>https://oracle-sqlserver.over-blog.com/2016/05/sql-server-database-migration-checklist.html</guid>
    <pubDate>Sat, 30 Apr 2016 21:19:54 +0200</pubDate>
    <description><![CDATA[Migrating a database is very critical and time bound process, if anything goes wrong then its very difficult to rollback things and move back to existing environment again. So its very important to prepare a checklist before migrating a database and also... ]]></description>
        <dc:creator><![CDATA[LakshmiSaahul,Dhana Royal]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[DBA Daily Activities]]></title>
    <link><![CDATA[https://oracle-sqlserver.over-blog.com/2016/05/dba-daily-activities.html]]></link>
    <guid>https://oracle-sqlserver.over-blog.com/2016/05/dba-daily-activities.html</guid>
    <pubDate>Sat, 30 Apr 2016 21:15:52 +0200</pubDate>
    <description><![CDATA[AS DBA Checklist The role of Database Administrator is very critical and important and DBA has to perform lots of activities and monitoring is one of the important task. A good DBA always tries to minimize his routine activities by automating tasks. The... ]]></description>
        <dc:creator><![CDATA[LakshmiSaahul,Dhana Royal]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[AlwaysOn Availability Groups]]></title>
    <link><![CDATA[https://oracle-sqlserver.over-blog.com/2016/02/alwayson-availability-groups.html]]></link>
    <guid>https://oracle-sqlserver.over-blog.com/2016/02/alwayson-availability-groups.html</guid>
    <pubDate>Wed, 03 Feb 2016 12:44:02 +0100</pubDate>
    <description><![CDATA[SQL Server 2012 AlwaysOn One of the better-known features in the release of SQL Server 2012 Enterprise Edition is AlwaysOn. This has been designed to meet the ever-increasing need for ‘High Availability’ (HA). AlwaysOn does not use entirely new technologies... ]]></description>
        <dc:creator><![CDATA[LakshmiSaahul,Dhana Royal]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[SQL SERVER Ranking Functions - RANK, DENSE_RANK, NTILE, ROW_NUMBER]]></title>
    <link><![CDATA[https://oracle-sqlserver.over-blog.com/2015/11/sql-server-ranking-functions-rank-dense-rank-ntile-row-number.html]]></link>
    <guid>https://oracle-sqlserver.over-blog.com/2015/11/sql-server-ranking-functions-rank-dense-rank-ntile-row-number.html</guid>
    <pubDate>Thu, 12 Nov 2015 16:40:58 +0100</pubDate>
    <description><![CDATA[  et's take following sample table and data to know about RANK, RANK_DENSE, NTILE and ROW_NUMBER with examples. Create table ExamResult(name varchar(50),Subject varchar(20),Marks int) insert into ExamResult values('Adam','Maths',70) insert into ExamResult... ]]></description>
        <dc:creator><![CDATA[LakshmiSaahul,Dhana Royal]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[SQL Server Isolation Levels with examples]]></title>
    <link><![CDATA[https://oracle-sqlserver.over-blog.com/2015/11/sql-server-isolation-levels-with-examples.html]]></link>
    <guid>https://oracle-sqlserver.over-blog.com/2015/11/sql-server-isolation-levels-with-examples.html</guid>
    <pubDate>Thu, 12 Nov 2015 16:19:36 +0100</pubDate>
    <description><![CDATA[  Following are the different types of isolations available in SQL Server. READ COMMITTED READ UNCOMMITTED REPEATABLE READ SERIALIZABLE SNAPSHOT Let us discuss about each isolation level in details.Before this, execute following script to create table... ]]></description>
        <dc:creator><![CDATA[LakshmiSaahul,Dhana Royal]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[SQL Server Index Fragmentation In-depth]]></title>
    <link><![CDATA[https://oracle-sqlserver.over-blog.com/2015/11/sql-server-index-fragmentation-in-depth.html]]></link>
    <guid>https://oracle-sqlserver.over-blog.com/2015/11/sql-server-index-fragmentation-in-depth.html</guid>
    <pubDate>Thu, 12 Nov 2015 11:08:48 +0100</pubDate>
    <description><![CDATA[SQL Server Index Fragmentation In-depth There is no way to avoid index fragmentation in any SQL Server environment. It does not depend on your SQL Server version or I/O subsystem you have, or your hardware. In this article, we will drill down into SQL... ]]></description>
        <dc:creator><![CDATA[LakshmiSaahul,Dhana Royal]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[How to restore database using Litespeed backup file and TSQL command]]></title>
    <link><![CDATA[https://oracle-sqlserver.over-blog.com/2015/11/how-to-restore-database-using-litespeed-backup-file-and-tsql-command.html]]></link>
    <guid>https://oracle-sqlserver.over-blog.com/2015/11/how-to-restore-database-using-litespeed-backup-file-and-tsql-command.html</guid>
    <pubDate>Fri, 06 Nov 2015 13:37:41 +0100</pubDate>
    <description><![CDATA[How to restore database using Litespeed backup file and TSQL command Below is TSQL script to restore database in MSSQL using Litespeed backup file. exec master.dbo.xp_restore_database @database = N'databasename' , @filename = N'Full path of the backup... ]]></description>
        <dc:creator><![CDATA[LakshmiSaahul,Dhana Royal]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[DIFFERENCES BETWEEN 2005 AND 2008 AND 2008 R2 AND 2012.]]></title>
    <link><![CDATA[https://oracle-sqlserver.over-blog.com/2015/11/differences-between-2005-and-2008-and-2008-r2-and-2012.html]]></link>
    <guid>https://oracle-sqlserver.over-blog.com/2015/11/differences-between-2005-and-2008-and-2008-r2-and-2012.html</guid>
    <pubDate>Fri, 06 Nov 2015 13:11:49 +0100</pubDate>
    <description><![CDATA[DIFFERENCES BETWEEN 2005 AND 2008 AND 2008 R2 AND 2012. DIFFERENCES BETWEEN 2005 AND 2008 AND 2008 R2 AND 2012. SQL Server 2005 to 2008 • Transparent Data Encryption. The ability to encrypt an entire database. • Backup compression is available (only in... ]]></description>
        <dc:creator><![CDATA[LakshmiSaahul,Dhana Royal]]></dc:creator>
    </item>
            </channel>
</rss>

