Overblog All blogs Top blogs Jobs, Education & Studies
Follow this blog Administration + Create my blog
MENU
Advertising
Advertising

Wipro interview questions 2017

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...

Read more

Advertising

Adithi technologies interview questions

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?...

Read more

SQL Server Terminology

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.....

Read more

Advertising

script for spid high cpu memory

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)...

Read more

Types of Pages in SQL Server

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...

Read more

1 2 3 4 5 6 7 8 9 10 20 30 40 > >>