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

sql server Fragmentation:

Fragmentation: Storing data non-contiguously on disk or page is known as fragmentation. 2 types: 1. Internal fragmentation 2. Extrenal fragmentation 1. Internal fragmentation: When records are stored non-contiguously inside the page, then it is called...

Read more

SQL SERVER DBA_ SQL SERVER ARCHITECTURE

SQL SERVER DBA_ SQL SERVER ARCHITECTURE

SQL Server Architecture SQL Server architecture is mainly divided into different components i.e. SNI Protocol Layer, Relational Engine, Storage Engine, Buffer Pool. Majorly classified as two main engines: Relational Engine and the Storage engine. SNI...

Read more

Advertising

sql server dba Filegroups

AAFiles: There 3 types of file are there. 1. .MDF [(Master Data File, Main Data File, Primary Data File] 2. .LDF 3. .NDF 1. Primary data file (.MDF) --Primary data files The primary data file is the starting point of the database --Also primary data file...

Read more

sql dba CheckPoint VSLazy Writer

CheckPoint Lazy Writer 1. Flush dirty pages to Disk 1. Flush dirty pages to disk. 2. Flush only Data pages to disk 2. Check for available memory and removed Buffer pool (execution plan/compile plan/ Data pages /Memory objects) 3. Default, Occurs approximately...

Read more

sql dba TRACE FLAGS

TRACE FLAGS: -d : fully qualified path of datafile -e : error file -l : log file -c: quick start of instance than regular process -m : sinle user mode -s : sqlserver.exe -n : start instance name then the information will not trace in event viewer -t :refereing...

Read more

HCL PUNE PL/SQL Interview Questions

Tell me about your self? 11g features? What are the issues you faced in using Cursors? What is varry and nested tables? How the query executed?? Write a query to display even/odd number from a table.? What is the exception?explain raise_application error?...

Read more

Advertising

Oracle 11g New Features

Oracle 11g New Features Today I will cover some of the new features of Oracle 11g for developers. 1. The new REGEXP_COUNT function returns the number of times the search pattern appears in source string. 2. SIMPLE_INTEGER Datatype The SIMPLE_INTEGER datatype...

Read more

TATA TECHNOLOGY PL/SQL Interview Questions

Tell me about your self? Which version database using in your company? Can you please major differences in oracle 11h,12c ? What does instr () and substr () returns. Write syntax for both? Write a query to delete duplicate rows from a table? Can use dml...

Read more

<< < 10 20 30 31 32 33 34 35 36 37 > >>